.section1{
    padding: 5em;
    padding-top:10em;
    color:#fff;
}
.opening-page-div{
    height: 80vh;
    text-align:center;
}
.opening-page-div hr{
    float:none !important;
    margin-left: auto;
}
#contact_opening_div{
    background-image: url('../storage/images/contact1.jpg'); 
    background-size: cover;
}
.contact-div{
    padding: 1em;
    float:left;
}
.contact-div > div{
    color: #000;
    padding: 3em;
    border-radius: 10px;
    background-color: #fff;
    overflow: auto;
}
.contact-div > div::-webkit-scrollbar{
    display: none;
}
.contact-icon-element > svg{
    margin-bottom: 0.5em;
}
#contact2 > div{
    margin:auto;
    text-align:center;
}
.contact-icon{
    height:60px;
}
#contact2 h3{
    margin-bottom: 15px;
    color: #7b9de0;
}
#contact2 p, #contact3 p{
    font-size: 18px;
    line-height:1.5em;
    margin-bottom: 0px;
}
#contact3{
    margin-top: -6em; /* Because the previous div (#contact2 > div) has a margin-top of -12em */
}
h2{
    font-weight:bold
}
.booking-form{
    border: 1px solid #a2a2a2;
    border-radius: 10px;
    padding: 2.5em 2em;
    overflow: auto;
}
.contact-form{
    padding: 0px 20px;
}

@media only screen and (max-width: 512px){
    .section1{
        padding-top: 7em !important;
    }
    .section1 p{
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 512px)  and (max-width: 765px){
    .section1{
        padding-top: 8em !important
    }
}

@media only screen and (max-width: 767px){
    .section1{
        padding:2em;
        padding-top: 10em;
        margin:auto;
        float:none;
    }
    .section1 p{
        font-size: 18px;
    }
    .section1 h1{
        font-size: 32px !important;
    }
    h1{
        font-size: 32px;
    }
    .home-sub-div{
        text-align:left
    }
    .home-sub-div .home-hr{
        float:left !important;
        text-align: left;
        width: 50px;
    }
    #contact2 p, #contact3 p{
        font-size:16px;
    }
    #contact3{
        margin-top: -3em;
    }
    .opening-page-div > div h1{
        font-size: 44px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .section1{
        padding:4em;
        padding-top: 8em;
    }  
    .section1 p{
        font-size: 18px;
    }
    .section1 h1{
        font-size: 42px !important;
    }
    .home-sub-div > div{
        padding: 0em 1.2em 1.2em 1.2em;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .section1 h1{
        font-size: 50px !important;
    }
    .section1 p{
        font-size: 18px;
    }
}

@media only screen and (min-height: 350px) and (max-height: 455px) and (max-width: 767px){
    .opening-page-div{
        height: 80vh;
    }
}
@media only screen and (max-height: 350px) and (max-width: 767px){
    .opening-page-div{
        height: 100vh;
    }
}
@media only screen and (min-height: 550px) and (max-height: 650px) and (max-width: 767px){
    .opening-page-div{
        height: 60vh;
    }
}
@media only screen and (min-height: 650px)  and (max-height: 750px) and (max-width: 767px){
    .opening-page-div{
        height: 50vh;
    }
}
@media only screen and (min-height: 750px) and (max-width: 767px){
    .opening-page-div{
        height: 40vh;
    }
}