html {
    scroll-behavior: smooth;
}

body {
    color: #222222;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: .01rem;
}

a {
    color: #4E4E4E;
    cursor: pointer;
    text-decoration: underline;
}

.navbar-burger {
    color: #222;
    cursor: pointer;
    height: 5rem;
    position: relative;
    width: 5rem;
    margin-left: auto;
}

.lng-img {
    max-width: 50px;
}

a.navbar-item, .navbar-link {
    cursor: pointer;
    text-decoration: none;
}

.non-dec {
    text-decoration: none !important;
}

.title {
    color: #363636;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.125;
}

.subtitle {
    color: #222;
    font-size: 5.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.slogan {
    margin-top: 25vh;
}

.lng-img {
    padding-right: 1rem;
}

.navbar-item img {
    max-height: 3.75rem;
}

.slide {
    padding: 15% 0;
}

.has-bg-img {
    background: url('/assets/style/img/headway-5QgIuuBxKwM-unsplash.jpg') center center;
    background-size: cover;
    height: 100vh;
}

#contents > div {
    position: relative;
    height: 100vh;
}

/* section */
#section1 {
    height: 100% !important;
    background: #005AA7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFDE4, #005AA7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFDE4, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#section2 {
    background-image: radial-gradient(circle 939px at 94.7% 50%, rgba(0, 178, 169, 1) 0%, rgba(0, 106, 101, 1) 76.9%);
    color: #ffffff;
}

#section3 {
    background-image: linear-gradient(108.1deg, rgba(167, 220, 225, 1) 11.2%, rgba(217, 239, 242, 1) 88.9%);
}

#section4 {
    height: 100% !important;
    background-image: radial-gradient(circle farthest-corner at 3.1% 8.2%, rgb(248, 250, 107) 0%, rgba(238, 148, 148, 1) 98.2%);
}

.footer {
    background-color: #222222;
    padding: 1rem 1.5rem 1rem;
    color: #ffffff;
}

#map {
    height: 100vh;
    width: 100%;
}

.contact-mail-pt {
    margin-top: 1rem;
    font-size: 3rem;
}

.box {
    border-radius: 4px;
}

.box:hover {
    box-shadow: 0 1.75em 2em -0.250em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.label {
    color: #363636;
    display: block;
    font-weight: 700;
    font-size: 1.45rem !important;
}

a.sroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.contact-icon {
    font-size: 3em;
    color: Tomato;
}