/* ======================================================
   GujaratAstro GCMS
   Responsive Stylesheet
   Version : 1.0
====================================================== */

/* Large Devices */
@media (max-width: 1200px){

.container{
    max-width:1140px;
}

}

/* Laptop */
@media (max-width: 992px){

.container{
    padding-left:20px;
    padding-right:20px;
}

.hide-lg{
    display:none;
}

.text-hero{
    font-size:42px;
}

}

/* Tablet */
@media (max-width:768px){

.container{
    padding-left:15px;
    padding-right:15px;
}

.text-hero{
    font-size:32px;
    line-height:42px;
}

.section{
    padding:60px 0;
}

.mobile-center{
    text-align:center;
}

.mobile-full{
    width:100%;
}

}

/* Mobile */
@media (max-width:576px){

body{
    font-size:15px;
}

.text-hero{
    font-size:28px;
    line-height:38px;
}

.btn{
    width:100%;
    margin-bottom:10px;
}

.card{
    margin-bottom:20px;
}

}

/* Small Mobile */
@media (max-width:400px){

.text-hero{
    font-size:24px;
}

.logo{
    width:150px;
}

}