
/*=====================
Tablet
=======================*/
@media (max-width: 992px) {
.hero h1{
    font-size:2.5rem;
    color:#aaa7a7;
}

.hero p{
    margin-top:20px;
    color:#bec347;
}
.logoimg{
    height: 200px;
    width: 230px;
    margin-top: 0px;
    margin-bottom: 70px;
}

.about-content {
    gap: 80px;
    display: block;
    height: auto;
  
}
.about-text{
    width: 100%;

}
.about-text p {
    text-indent: 10px;
    text-align: justify;
    letter-spacing: 1px;
}
.about-title{
   
    padding: 25px;
}
.about-title h1{
    margin-top: 100px;
}
.about-img{
    width: 100%;
    background-color: #6a696981;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    border-top-left-radius: 80px;
    border-bottom-right-radius:80px;

}

.about-img img{
    max-width: 100%;
    height: 350px;
    border: 8px solid #474444;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
    object-fit:cover;          /* crops image nicely */
    object-position:center;    /* keeps focus centered */
}
.contact-container {
        flex-direction: column;
    }

    .contact-map iframe {
        height: 350px;
    }

}

/*==================
Mobile
====================*/
@media ((min-width:576px) and (max-width: 768px)) {
.hero h1{
    font-size:2.5rem;
    color:#aaa7a7;
}

.hero p{
    margin-top:20px;
    color:#bec347;
}
.logoimg{
    height: 200px;
    width: 230px;
    margin-top: 0px;
    margin-bottom: 70px;
}

.about-content {
    gap: 80px;
    display: block;
    height: auto;
  
}
.about-text{
    width: 100%;

}
.about-text p {
    text-indent: 10px;
    text-align: justify;
    letter-spacing: 1px;
}
.about-title{
   
    padding: 25px;
}
.about-title h1{
    margin-top: 100px;
}
.about-img{
    width: 100%;
    background-color: #6a696981;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    border-top-left-radius: 80px;
    border-bottom-right-radius:80px;

}

.about-img img{
    max-width: 100%;
    height: 350px;
    border: 8px solid #474444;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
    object-fit:cover;          /* crops image nicely */
    object-position:center;    /* keeps focus centered */
}
.contact-section {
        padding: 50px 15px;
    }

.contact-form,
.contact-map {
        padding: 20px;
    }

.contact-map iframe {
        height: 300px;
    }

.submit-btn {
        font-size: 15px;
    }

}

/*==================
Mobile
====================*/
@media (max-width: 440px) {
.hero h1{
    font-size:2.5rem;
    color:#aaa7a7;
}

.hero p{
    margin-top:20px;
    color:#bec347;
}
.logoimg{
    height: 200px;
    width: 230px;
    margin-top: 0px;
    margin-bottom: 70px;
}

.about-content {
    gap: 80px;
    display: block;
    height: auto;
  
}
.about-text{
    width: 100%;

}
.about-text p {
    text-indent: 10px;
    text-align: justify;
    letter-spacing: 1px;
}
.about-title{
   
    padding: 25px;
}
.about-title h1{
    margin-top: 100px;
}
.about-img{
    width: 100%;
    background-color: #6a696981;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    border-top-left-radius: 80px;
    border-bottom-right-radius:80px;

}

.about-img img{
    max-width: 100%;
    height: 350px;
    border: 8px solid #474444;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
    object-fit:cover;          /* crops image nicely */
    object-position:center;    /* keeps focus centered */
}
.contact-section {
        padding: 50px 15px;
    }

.contact-form,
.contact-map {
        padding: 20px;
    }

.contact-map iframe {
        height: 300px;
    }

.submit-btn {
        font-size: 15px;
    }

}