* {
    margin: 0;
    box-sizing: border-box;
}
body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

header .welcome{
    color: #fff;
    font-size: large;
    margin-top: 43.4%;
    font-family: 'Montserrat', sans-serif;
    font-size: 150%;
    visibility: hidden;
}

/*  */
.EnrollBackgr{
    background: rgba(12, 12, 32, 0.815);
    border-radius: 10px;
}
/*  */

footer .loginButton a{
    text-decoration: none;
    border-radius: 50%;
    font-weight: bold;
    color: #0000EE;
}
footer .loginButton a:hover{
    text-decoration: underline;
    cursor: pointer;
}
footer .loginButton a:active{
    color: rgb(134, 46, 46);
}
#info{
    display: none;
    font-family: monospace;
}
#info2{
    display: none;
    font-family: monospace;
}
#info3{
    display: none;
    font-family: monospace;
}

/*  */
.alert {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}
/*  */


header .title{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    word-spacing: 10px;
    font-size: 300%;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    visibility: hidden;
}
header .junica{
    color: #fff;
    font-weight: bold;
    font-size: 400%;
    font-family: 'Montserrat', sans-serif;
    visibility: hidden;
}

header nav p{
    color: #fff;
    font-family: monospace;
    background-color: #656565a8;
    font-size: large;
    padding: 17PX;
    padding-left: 10%;  
}
header nav p a{
    color: #fff;
    text-decoration: none;
}
header nav p a:hover{
    text-decoration: underline;
}



header{
    font-family: 'Montserrat', sans-serif;
    

}



.alltogether{
    position: relative;
    
}
.slideshow-container{
    position: absolute;
}


header nav{
    position: absolute;
    width: 100%;
    top: 2%;
}





header nav ul {
    margin: 0;
    padding: 0;

   
}

header nav{
    /* background-color: white; */
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.seperatepics{
    display: flex;
    place-content: center;
    
}
.seperatepics div img{
    width: 350px;
    height: 233px;
    padding: 10px;
    border-radius: 5%;
}
.seperatepics div .educar{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: left;
    padding-left: 7px;
}
.seperatepics div p .schoolmotto{
    padding-left: 50px;
    color: #4f4e4e;
}

.division .siderscont .directions_dr{
    margin-left: 100px;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    width: 200px;
}
.division .siderscont .directions_dr img{
    width: 60px;
    height: 40px;
    border-radius: 3px;
}
.division .siderscont .directions_dr span{
    font-size: 11px;
} 
.division .siderscont .directions_dr span small{
    color: #656565;
} 
.division .siderscont .directions_dr .slidh{
    padding-left: 8px;
} 
.division .siderscont .directions_dr .dire_names{
    font-weight: lighter;
    font-size: 10px;
} 
.division .siderscont .administrationn{
    color: rgb(134, 46, 46);
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: underline;
}



header nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}
header nav ul li{
    height: 50px;   
}

header nav ul li a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
}
header nav ul li a:hover{
    background-color: #504848;
}
header nav ul li:first-child{
    margin-right: auto;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    /* background-color: white; */
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar li a{
    width: 100%;
}


header nav .headerTop{
    /* background-color: rgb(243, 188, 36); */
    height: 80px;
}
header nav ul .tbm, .hideOnMobile{
    font-weight: bold;
    font-size: large;
}



 
body .tudo{
    box-sizing: border-box;
    margin-top: 0%;
    width: 100%;
    
}
body .tudo{font-family: 'Montserrat', sans-serif;}
.mySlides {display: none;}
img {
    vertical-align: middle; 
    height: 1000px;
}


.slideshow-container {

  max-width: 1000vx;
  
  position: relative;
  margin: auto;

}


.textpic {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: none;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.navbar nav span{
    color: rgb(240, 27, 27);
}

.sob-slogan{
    font-style: italic;
    font-weight: bold;
}
.aka-red{color: red;}
.aka-green{color: rgb(243, 188, 36);}
.aka-blue{color: rgb(134, 46, 46);}
.aka-black{color: rgb(17, 17, 45);}




























.agasegisiyo{
    background-color: rgb(244, 190, 89);
    padding: 5px;
}

.agasegisiyo .akangakaado img{
    height: 52px;
    width: 65px
}
.akohiryaakuntu{
    justify-content: flex-end;
}



.akkkkk{
    
   
    align-items: center;
    display: inline-flex;
    padding: 16px;
}


.agasegisiyo .akkkkk span .akakakoo{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;

}

.akkkkk .kukavanamotuuu{
    margin-left: 100px;
}
.AKAKAKAKALOLO{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-left: 700px;
    font-size: 18px;
    color: red;
}
@media screen and (max-width: 1480px) {
    .AKAKAKAKALOLO{
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        margin-left: 500px;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-width: 1300px) {
    .AKAKAKAKALOLO{
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        margin-left: 400px;
        font-size: 18px;
        color: red;
    }
    
}
@media screen and (max-width: 1000px) {
    .AKAKAKAKALOLO{
        margin-left: 300px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .AKAKAKAKALOLO{
        margin-left: 300px;
        font-size: 18px;
    }
    .division .siderscont{
        margin-left: -80px;
    }
}
@media screen and (max-width: 800px) {
    .AKAKAKAKALOLO{
        margin-left: 200px;
        font-size: 18px;
        
    }
    .akkkkk{
    
   
        
        padding: 8px;
    }
    .agasegisiyo .akangakaado img{
        width: 70px;
        height: 50px;
    }
}
@media screen and (max-width: 650px) {
    .AKAKAKAKALOLO{
        margin-left: 100px;
        font-size: 18px;
    }
}
@media screen and (max-width: 450px) {
    .AKAKAKAKALOLO{
        margin-left: 80px;
        font-size: 18px;
    }
    .akkkkk{
    
        padding: 1px;
    }
}



























body .weltitle{  
    color: rgb(134, 46, 46);
    font-weight: 100;
    font-size: 35px;
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}
body .welwords{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #5a5656;
    font-family: 'Montserrat', sans-serif;
}
body .whatTitle, .titless, .titles{
    color: rgb(134, 46, 46);
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
body .wordss, ul{
    font-size: 17px;
    line-height: 30px;
    color: #5a5656;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}
body .titles{
    margin-top: 27px;
}
body .person{
    font-size: 17px;
    line-height: 30px;
    color: #5a5656;
    font-weight: bold;
    margin-bottom: 200px;

}

/* from here */
body .siderscont ul li{
    list-style: none;
}

body .siderscont ul li a{
    color: rgb(134, 46, 46);
    text-decoration: none;
    font-size: 17px;
    font-family: monospace;
    font-weight: bold;
    line-height: 70px;
    margin-left: 60px;
}
body div .partright{
    margin-left: 15%;
}
body .siderscont ul li a:hover{
    text-decoration: underline;
}

body .division{
    display: flex; 
    margin-top: -60px;
}

/* ate aqui */

.headerTop{
    background-color: #65656583;
}
.division{
    background-color: #f9f9f9;
    padding: 7px;

}
.utubr{
    display: none;
}
.navbar nav p{
    margin-top: 847px;
}

.right .content form input, .right .content form textarea{
    color: white;
}
/* from here.......................................................................................... */
fieldset{
    border-color: green;
    border-width: 5px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.yakabiri{
    border-color: rgb(79, 79, 235);
    border-width: 5px;
    color: #111;
}
.utunames{
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.yakabiri2{
    border-color: black;
}
.principalll{
    border-color: rgb(243, 188, 36);
}
.principalll legend{
    color: rgb(134, 46, 46);
}
.ToBeDisplayed{
    display: none;
}

@media screen and (max-width: 1150px) {
    .seperatepics div img{
        width: 330px;
        height: 220px;
    }
}
@media screen and (max-width: 1100px) {
    .utunames{
        font-size: 17px;
    }
}
.now1words{
    text-align: justify;
}
.agatitilo{
    color: rgb(144, 137, 137);
    font-weight: bold;
    font-size: 17px;
    
}
.seperatepics div img{
    width: 310px;
    height: 207px;
}

@media screen and (max-width: 1040px) {
    .seperatepics div img{
        width: 290px;
        height: 193px;
    }
    .seperatepics div p .schoolmotto{
        padding-left: 30px;
    }
}

.now1words{
    text-align: justify;
}
.agatitilo{
    color: rgb(144, 137, 137);
    font-weight: bold;
    font-size: 17px;
    
}


@media screen and (max-width: 500px) {
    .agatitilo{
        font-size: 15px;
    }
    .kuriprincipal{
        font-size: 15px;
    }
    .wordss table tr td{
        font-size: 10px;
        width: 10px;
    }
    .ToBeDisplayed{
        display: contents;
    }
    .ToBeRemoved{
        display: none;
    }
    .division .siderscont{
        margin-left: -70px;
    }
    
}

@media screen and (max-width: 450px) {
    
    .division .siderscont{
        margin-left: -80px;
    }
}
@media screen and (max-width: 400px) {
    
    .division .siderscont{
        margin-left: -90px;
    }
}
@media screen and (max-width: 350px) {
    
    .division .siderscont{
        margin-left: -95px;
    }
    .wordss table  {
        margin-left: -13px;
    }
}





/* ate here................................................................................................. */











































































footer{
    margin: 0;
    padding: 0;
    color: black;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
}
footer{
    bottom: 0px;
    width: 100%;
    background: #d6d4d4e4;
}
.main-content{
    display: flex;
    
}
.main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
}
.box .h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}
.box .content{
    margin: 20px 0 0 0;
    position: relative;
}
.box .content:before{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #817979;
}
.box .content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top: -10px;
}
.left .content .social p{
    text-align: justify;
}
.left .content .social{
    margin: 20px 0 0 0;

}
.left .content .social a{
    padding: 0 2px;
}
.left .content .social a span{
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
    color:antiquewhite
    
}
.left .content .social a span:hover{
    background: #f12020; 
    transition: 0.3s;
}
.center .content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45x;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    color: rgb(240, 234, 234);
    padding-top: 7px;
}
.center .content .fas:hover{
    background: #f12020;
}
.center .content .text{
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}
.center .content .phone{
    margin: 10px 0;
}
.right form .text{
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #656565;
}
.right form .msg{
    margin-top: 10px;

}
.right form input, .right form textarea{
    width: 100%;
    font-size: 1.0625rem;
    background: rgb(76, 73, 73);
    padding-left: 10px;
    border: 1px solid #222222; 
}
.right form input:focus,
.right form textarea:focus{
    outline-color: #3498db;
}
.right form input{
    height: 35px;
}
.right form .btn{
    margin-top: 10px;
}
.right form .btn button{
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    background: #f12020;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.right form .btn button:hover{
    background: #9a1c1c;
}
.bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #151515;
}
.bottom center span{
    color: #656565;
}
.bottom center a{
    color: #f12020;
    text-decoration: none;
}
.bottom center a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 900px) {   
    footer{
        position: relatives;
        bottom: 0px;
    }
    .main-content{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-content .box{
        margin: 5px 0;
    }
    .division{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .division .siderscont{
        margin-top: -210px;
        margin-left: 10px;
    }
    .siderscont ul li{
        margin-left: -89px;
        display: none;
    }
    .siderscont ul span{
        font-size: 11px;
        display: inline-flex;
    }
    .weltitle span{
        font-size: 27px;
        display: inline-flex;
        margin-left: 10px;
    }
    .titless, .titles{
        font-size: 20px;
        text-align: center;
    }
    .whatTitle span{
        font-size: 23px;

    }
    .wordss .principalll span br{
        display: inline;
    }
    .welwords br, .wordss br{
        display: none;
        text-align: justify;
    }
    .welwords span{
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;;
    }
    .wordss span, .person span{
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;;

    }
    .utubr{
        display: inline;
    }
    .wordss span{
        text-align: center;
    }
    
    .partright .puxar{
        margin-left: -47px;
    }
    
    
    /* .navbar nav p{
        font-size: 12px;
        min-height: -5px;
        padding: 10px;
        padding-left: 30px;
        margin-top: 260px;
    } */
    .division .partright{
        padding-right: 10px;
    }

    .seperatepics div img{
        min-width: 350px;
        min-height: 233px;
        padding: 10px;
    }
    .seperatepics div .educar{
        font-size: 12px;
        text-align: left;
        padding-left: 7px;
        padding-right: 20px;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 60px;
    }

}

@media screen and (max-width: 800px) {

    .seperatepics div img{
        min-width: 320px;
        min-height: 213px;
        padding: 10px;
    }
    .seperatepics div .educar{
        font-size: 12px;
        text-align: left;
        padding-left: 7px;
        padding-right: 20px;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 60px;
    }   
}
@media screen and (max-width: 750px) {

    .seperatepics div p .schoolmotto{
        margin-left: 40px;
    } 
    .seperatepics div img{
        min-width: 310px;
        min-height: 207px;
        padding: 10px;
    }  
}
@media screen and (max-width: 750px) {

    .seperatepics div p .schoolmotto{
        margin-left: 25px;
    } 
    .seperatepics div img{
        min-width: 290px;
        min-height: 193px;
        padding: 10px;
    }  
}
@media screen and (max-width: 650px) {

    .seperatepics div p .schoolmotto{
        margin-left: 4px;
    } 
    .seperatepics div img{
        min-width: 270px;
        min-height: 180px;
        padding: 10px;
    }  
}
@media screen and (max-width: 600px) {

    .seperatepics div p .schoolmotto{
        margin-left: -7px;
    } 
    .seperatepics div .educar{
        font-size: 10px;
    }
    .seperatepics div img{
        min-width: 250px;
        min-height: 167px;
        padding: 10px;
    } 
    .division .siderscont{
        margin-left: -20px;
    } 
}
@media screen and (max-width: 550px) {

    .seperatepics{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 77px;
    } 
    .seperatepics div .educar{
        font-size: 10px;
    }
    .seperatepics div img{
        min-width: 370px;
        min-height: 247px;
        padding: 10px;
    }  
    .seperatepics .secpart{
        margin-top: 20px;
    }
    .division .siderscont{
        margin-left: -40px;
    } 
}

@media screen and (max-width: 500px) {

    
    .division .siderscont{
        margin-left: -60px;
    } 
}
@media screen and (max-width: 400px) {

    .seperatepics{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 57px;
    } 
    .seperatepics div .educar{
        font-size: 10px;
    }
    .seperatepics div img{
        min-width: 340px;
        min-height: 227px;
        padding: 10px;
    }  
    .seperatepics .secpart{
        margin-top: 20px;
    }
    .division .siderscont{
        margin-left: -80px;
    } 
}
@media screen and (max-width: 360px) {

    .seperatepics{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 37px;
    } 
    .seperatepics div .educar{
        font-size: 10px;
    }
    .seperatepics div img{
        min-width: 310px;
        min-height: 207px;
        padding: 10px;
    }  
    .seperatepics .secpart{
        margin-top: 20px;
    }
}
@media screen and (max-width: 325px) {

    .seperatepics{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 8px;
    } 
    .seperatepics div .educar{
        font-size: 10px;
    }
    .seperatepics div img{
        min-width: 280px;
        min-height: 187px;
        padding: 10px;
    }  
    .seperatepics .secpart{
        margin-top: 20px;
    }
}
@media screen and (max-width: 290px) {

    .seperatepics{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .seperatepics div p .schoolmotto{
        margin-left: 4px;
    } 
    .seperatepics div .educar{
        font-size: 10px;
    }
    .seperatepics div img{
        min-width: 270px;
        min-height: 180px;
        padding: 10px;
    }  
    .seperatepics .secpart{
        margin-top: 20px;
    }
}


@media screen and (max-width: 1200px) {
   .tudo .mySlides img{
    height: 900px;
   }
   .navbar nav p{
    margin-top: 750px;
   }
    
}
@media screen and (max-width: 1100px) {
    .tudo .mySlides img{
     height: 800px;
    }
    .navbar nav .headerTop a{
     font-size: 16px;
    }
    .navbar nav .headerTop{
        max-height: 60px;
    }
    .navbar nav p{
     margin-top: 671px;
    }
     
 }
 @media screen and (max-width: 1000px) {
    .tudo .mySlides img{
     height: 700px;
    }
    .navbar nav .headerTop a{
     font-size: 16px;
    }
    .navbar nav .headerTop{
        max-height: 60px;
    }
    .navbar nav p{
     margin-top: 573px;
    }
    .seperatepics div img{
        width: 270px;
        height: 180px;
    }
    .seperatepics div p .schoolmotto{
        padding-left: 20px;
    }
    .seperatepics div .educar{
        font-size: 11px;
        padding-left: 6px;
    }
    
     
 }

 @media screen and (max-width: 950px) {
    .seperatepics div img{
        width: 250px;
        height: 167px;
    }
    .seperatepics div p .schoolmotto{
        padding-left: 13px;
    }
    .seperatepics div .educar{
        padding-left: 10px;
    }
}

 @media screen and (max-width: 850px) {
    .tudo .mySlides img{
     height: 600px;
    }
    .navbar nav .headerTop a{
     font-size: 16px;
    }
    .navbar nav .headerTop{
        max-height: 50px;

    }
    .navbar nav p{
     margin-top: 485px;
     font-size: 15px;

    }
     
 }

 @media screen and (max-width: 750px) {
    .tudo .mySlides img{
     height: 500px;
    }
    .navbar nav .headerTop a{
     font-size: 16px;
    }
    .navbar nav .headerTop{
        max-height: 50px;

    }
    .navbar nav p{
     margin-top: 389px;
     font-size: 15px;
     
    }
     
 }
 @media screen and (max-width: 650px) {
    .tudo .mySlides img{
     height: 450px;
    }
    .navbar nav .headerTop a{
     font-size: 16px;
    }
    .navbar nav .headerTop{
        max-height: 50px;

    }
    .navbar nav p{
     margin-top: 340px;
     font-size: 14px;
     
    }
     
 }
 @media screen and (max-width: 550px) {
    .tudo .mySlides img{
     height: 380px;
    }
    .navbar nav .headerTop a{
     font-size: 16px;
    }
    .navbar nav .headerTop{
        max-height: 50px;

    }
    .navbar nav p{
     margin-top: 273px;
     font-size: 13px; 
    }
    .wordss table tr td{
        font-size: 14px;
    }
     
 }
 @media screen and (max-width: 450px) {
    .tudo .mySlides img{
     height: 310px;
    }
    .navbar nav .headerTop a{
     font-size: 15px;
    }
    .navbar nav .headerTop{
        max-height: 40px;

    }
    .navbar nav p{
     margin-top: 229px;
     font-size: 13px; 
     padding: 10px;
    }
     
 }
 @media screen and (max-width: 380px) {
    .tudo .mySlides img{
     height: 280px;
    }
    .navbar nav .headerTop a{
     font-size: 15px;
    }
    .navbar nav .headerTop{
        max-height: 35px;

    }
    .navbar nav p{
     margin-top: 205px;
     font-size: 13px; 
     padding: 10px;
    }
     
 }
 @media screen and (max-width: 340px) {
    .tudo .mySlides img{
     height: 230px;
    }
    .navbar nav .headerTop a{
     font-size: 14px;
    }
    .navbar nav .headerTop{
        max-height: 33px;

    }
    .navbar nav p{
     margin-top: 164px;
     font-size: 11px; 
     padding: 8px;
    }
     
 }

 







@media(max-width: 800px) {
    .hideOnMobile{
        display: none;
    }
}
@media(max-width: 400px) {
    .sidebar{
        width: 100%;
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  } 

