.db-form {
    margin-bottom: 20px;
}

#contact-section {
    margin-bottom: 50px;
}

main {
    margin-top: 20px;
}

.text-gradient {
    background: linear-gradient(45deg, #0d6efd, #dc3545);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-it-works {
    width: 270px;
    height: 150px;
}

.why-choose-greenkey {
    width: 270px;
    height: 180px;
}

.explore-destinations {
    width: 270px;
    height: 95px;
}

.circle-span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    font-size: 30px;
    height: 50px;
    border: 1px solid black;
    border-radius: 50%;
}


html, body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    margin-top: 40px;
}

@media screen and (min-width: 600px) {
    #landing-page {
        margin-top: 150px;
        padding-bottom: 190px;
    }

    #hero-text {
        /*background-color: rgba(133, 168, 142, 0.63);*/
        padding: 20px;
        border-radius: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width:600px)  { 
    #landing-page {
        margin-top: 90px;
        padding-bottom: 110px;
    }
    /*#home-page {
        background-color: rgba(32.1, 164.7, 68.9, 0.5);
    }*/
    /*#home-page {
        background-image: url("/static/web/img/travel_site_landing_page_background_portrait.png");
        background-size: cover;
    }*/
}
/*@media screen and (min-width:601px) and (max-width:967px)  { 
    #home-page {
        background-color: rgba(32.1, 164.7, 68.9, 0.5);
        background-image: url("/static/web/img/travel_site_landing_page_background_md_landscape.png");
        background-size: cover;
    }
}*/
/*@media screen and (min-width:968px)  { 
    #home-page {
        background-color: rgba(32.1, 164.7, 68.9, 0.5);
        background-image: url("/static/web/img/travel_site_landing_page_background.png");
        background-size: cover;
    }
}*/

