@import url("buttons.css");
@import url("footer.css");
@import url("header.css");
@import url("nav.css");
@import url("section.css");


@font-face {
    font-family: 'Kalam-Regular';
    src: url('/assets/fonts/Kalam-Regular.ttf') format('truetype');

}

@font-face {
    font-family: 'Kalam-Light';
    src: url('/assets/fonts/Kalam-Light.ttf') format('truetype');

}

@font-face {
    font-family: 'Kalam-Bold';
    src: url('/assets/fonts/Kalam-Bold.ttf') format('truetype');

}


body{
    background-image: url("/images/nature-sun-forest-grass-8745-1920.jpg");

    background-size: cover;
    background-repeat: no-repeat;

    font-family: Tahoma;
}

@media(min-width: 768px)
{
    body{
        background-position: 100% center;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{

    color: rgb(54, 115, 72);
    font-family: "Kalam-Regular";
    font-weight: inherit;
}

a{
    color: #4e7393;

    transition: color 400ms ease-in-out;
}

textarea{
    resize: vertical;
}

.map-canvas{
    height: 300px;
}


