.landingpage {
    width: 100%;
    height: 100%;
    background: url("../images/landingpage1.png") no-repeat center center fixed;
    background-size: auto;
    display: block;
    font-size: 28pt;
    font-family: sans-serif;
    position:absolute;
}

#HH {
    text-align: center;
    font-size: 1.2em;
    background-color: #fff
}

#ktr {
    text-align: center;
    font-size: 0.7em;
    background-color: #fff
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

#your_address {
    font-size: 24pt;
    font-weight: bold;
    width: 95%
}

#landingsearch {
    height:58px;
    position:absolute;
    left:-5px;
    top:-2px;
}

#ex1 {
    position:absolute;
    top: 30%;
    left: 25%;
    height: 50%;
    font-size: 32px;
    max-width: 50%;
    font-family: sans-serif;
    overflow: auto;
}

.pac-item {
    font-size:1em;
}

.pac-item-query {
    font-size:28px
}