@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500&display=swap');
body{
    background: #ecebe7;
    height: 100vh !important;
    background-size: cover;
    font-family: 'Kanit', sans-serif !important;
}
.hero{
    padding-top: 10%;
}
.hero .hero-text{
    font-size: 20px;
    font-weight: 400;
    color: #696D6D;
    margin-top: 45px;
    margin-bottom: 20px;
}
.hero img{
    width: 100%;
}
.logo img{
    width: 75%;
}
.white-bar{
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}
.white-bar .address{
    font-weight: 300;
    font-size: 18px;
    color: #696D6D;
}
.white-bar .phone{
    font-weight: 600;
    font-size: 24px;
    color: #696D6D;
}
.white-bar .email a,
.white-bar .email a:visited{
    font-weight: 200;
    font-size: 18px;
    color: #696D6D;
    text-decoration: none;
}
.white-bar .email a:hover,
.white-bar .email a:focus{
    color: #60A24A;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .hero{
        padding-top: 25%;
    }
    .hero .hero-text{
        font-size: 16px;
    }
    .white-bar .address,
    .white-bar .email{
        font-size: 16px;
    }
    .bottom-bar{
        font-size: 14px;
    }
}
