/*Fonts*/
.font-monte {
    font-family: "Montserrat", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

.font-lato {
    font-family: "Lato", sans-serif;
}

body {
    font-size: 1rem;
    text-align: justify;
    color: #574d12;
    letter-spacing: 1px;
    word-spacing: 5px;
}

.custom-header {
    width: 100%;
    position: fixed;
    top: 0px;
    min-height: 100px;
    z-index: 99;
    padding: 10px;
    background-color: #ffffffaa;
    display: ruby;

}

.logo {
    height: 75px;
    position: relative;
}

.custom-header ul.navigation {
    list-style: none;
    position: absolute;
    top: 25px;
    right: 25px;
    text-align: right;
}

.custom-header ul.navigation li {
    display: inline-table;
    padding: 10px 15px;
}

.custom-header ul.navigation li a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.hero {
    position: relative;
    margin-top: 100px;
}

.hero-content {
    position: relative;
    height: 85vh;
    color: white;
    text-shadow: 3px -2px black;
}

.hero-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 10vh;
    padding-bottom: 20vh;
    width: 90%;
    max-width: 800px;
    text-align: right;
    font-weight: bold;
}

.hero-text h1 {
    font-size: 5rem;
}

.hero-text h3 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: bold;
}

@media(max-width:767px) {
    .hero-content {
        height: 60vh;
    }

    .hero-text {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;

        padding-bottom: 20vh;
        text-align: center;
        padding-right: 0px;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-text h3 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

}

li.divider {
    border-left: 1px solid #ffffff79;
}

.hero-text .hero-action {
    position: relative;

    text-decoration: none;
    color: white;
    background: #2A7B9B;
    background: linear-gradient(159deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(83, 237, 201, 1) 100%);
    padding: 20px 10px;
    text-shadow: none;
    padding: 10px 50px;
    border-radius: 10px;
}

.services {
    padding: 10vh 0px;
}

.services .card,
.services .card-body,
.services .card-header {
    border: none;
    text-align: center;
    background-color: inherit;
}

.services .card-footer {
    background-color: #ebe4b8;
}

.services .card-body {
    background-color: #fdfbf2;
}

.services .card h1 {
    font-size: 1.5rem;
}

.services .card img {
    padding: 20px;
}

.section-title {
    padding: 20px;
}

.section-title h2 {
    font-size: 3rem;
    color: grey;
}

.sustainability {
    padding: 10vh 0px;
    background-color: #f8f9f4;
}

.sustainability .section-title h2 {
    margin-bottom: 2vh;
}

.sustainability .section-title h3 {
    margin-bottom: 5vh;
}

.main-footer {
    background-color: #eee2ba;
}

.climate-content {
    background-color: #0000007c;
    color: white;
}

@media(min-width:768px) {

    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f7ffc5;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #d8dfab;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #9a9e7c;
    }
}

.mobile-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color: #eee9d6e6;
    padding: 100px 50px;
    text-align: center;
    transition: margin-left 1s;
}

.mobile-navigation.closed {
    margin-left: -100%;
}

.mobile-navigation.open {
    margin-left: 0px;
}

.mobile-navigation .logo {
    width: 150px;
    height: 150px;
}

.mobile-navigation ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.mobile-navigation ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #d8dfab;
}

.mobile-navigation ul li a {
    color: #574d12;
    text-decoration: none;
    font-size: 1.5rem;
}

.mobile-close-button {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 3rem;
}

.mobile-open-button {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2.5rem;

}

.page-label {
    margin-top: 100px;
}

.page-label h1 {
    font-size: 4rem;
}

textarea {
    min-height: 200px !important;
    resize: none;
}

.contact-form .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    background-color: #ffffffb5;
}

.contact-submit-button {
    width: 100%;
    max-width: 300px;
    margin: auto;
    background-color: #b6c09d;
    color: #f0e8d5;
    border: none;
    box-shadow: 0px 0px 6px -2px #7d8367;
    border-radius: 5px;
    height: 42px;
    text-transform: uppercase;
}
.h1, .h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6{
    font-weight: 300;
}
.section-title h3{
    font-weight: bold;
}
footer .nav-item a{
    font-weight: bold;
}