/* ==========================================================
   MENTOROID EDUVISOR
   Global Responsive System
   Version: 1.0
========================================================== */

/* ==========================================================
   LARGE LAPTOPS
========================================================== */

@media (max-width:1400px){

  .container{
    max-width:1200px;
}
}

/* ==========================================================
   LAPTOPS
========================================================== */

@media (max-width:1200px){

.container{
    width:92%;
}

.section{
    padding:90px 0;
}  
}

/* ==========================================================
   TABLETS
========================================================== */

@media (max-width:992px){

  .section{
    padding:80px 0;
}

.desktop-only{
    display:none !important;
}

.mobile-only{
    display:block !important;
}
.nav-menu{
    display:none;
}

.nav-actions .btn{
    display:none;
}

.nav-toggle{
    display:flex;
}

.mobile-menu{
    display:none;
}
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

  .container{
    width:94%;
}

.section{
    padding:70px 0;
}

h1{
    font-size:2.8rem;
}

h2{
    font-size:2.2rem;
}

h3{
    font-size:1.7rem;
}

p{
    font-size:1rem;
}

}

/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width:480px){
  .container{
    width:92%;
}

.section{
    padding:60px 0;
}

h1{
    font-size:2.2rem;
}

h2{
    font-size:1.8rem;
}

h3{
    font-size:1.45rem;
}

p{
    font-size:.95rem;
}

}