

 /* nav mobile*/

 a{
    color: black;
 }

 .mobile_menu , .length_menu , .level_menu , .category_menu{
    background-color: white;
    font-family: sans-serif;
 }

 .mobile_menu_item a{
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
 }

.mobile_drop_down_item a{
    display: block;
}


.mobile_length_drop_down_menu , .mobile_category_drop_down_menu , .mobile_level_drop_down_menu {
    display: none;
}

.mobile_length_drop_down_menu.show , .mobile_category_drop_down_menu.show , .mobile_level_drop_down_menu.show {
    display: block;
}

.mobile_menu {
    display: none;
}

.mobile_menu.show {
    display: block;
}

 /* main hero*/

 

 main{background-color: rgb(251, 247, 243);}
 .hero{
    
    font-family: sans-serif;
    margin-left: 3%;
    margin-right: 2%;

}
.herotitle{transform: scaleY(1.05);
    margin-top: 12%;
    
    font-weight: bold;
    font-size: 300%;

}
.herotext{
    font-size: 120%;
    color: rgb(64, 64, 64);
   
    margin-right: 8%;
   
    line-height: 1.5em;

    text-align: justify;
    
}




.heropic{
    width:100%;
    height: 60%;
    margin-top: 4%;
    
    
    
    display:block;
    float: left;
    
    border-radius:16px;
}

 /* main form*/

 .form{
     margin: -10;
     
     
}



 /* Tom Select customization */
.ts-control,
.ts-control .item,
.ts-control input::placeholder {
    color: #000;
}




 .textform{line-height: 275%;
    width: 94%;
    text-align: left;
    margin-left: 1.5%;
    
   
}
.selectform{
    
    margin-top:2% ;
    margin-left: -0.4%;
    
    
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: white; /* or any colour you want */
    border: 1px solid #ccc;
    color: black;
    cursor: pointer;


    width: 20%;
    height: 2.5em;
    font-size: 14px;
}

.formsubmit{
    
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
    margin-left: 6%;
    margin-right: 4.5%;
    float: right;
    background-color: black;
    color: white;
    border-radius: 5%;
    text-align: center;
    border: black solid 1 px;
   
}


@media (min-width: 767px) and (max-width: 1024px) {

    
    .herotitle{
        text-align: center;
        padding-right: 5%;
       
    }
    .herotext{
        text-align: center;
        padding-right: 5%;
        
    }
    .textform{
        margin-left: 2%;
    }

    .ts-control{
        margin-left: 15%;
    }
    
    .formsubmit{
        margin-right: 4.3%;
    }

    .abouttext{
        padding-right: 10%;
    }

   

}

.popular_wrapper{

    margin-top: 8%; 
    
    
}


.popular{
    
    font-weight: bold;
    font-size: 270%;
    font-family: sans-serif;
    margin-left: 5.3%;
    
    display: inline;

}


.viewallstories{
    color: black;
    font-size: 200%;
    display: inline-block;
    float: right;
    font-family: sans-serif;
    margin-right: 5%;

}

/* main list*/



.imagecontainer{
    background-color: white;
    margin-left: 2.5%;
    
}

.image{
 
    width: 100%;
    height: auto;


}
.list{
    
    margin-top: 2%;
    
}

.storydetail{
    color: rgb(64, 64, 64);
    line-height: 1.5;
    height: calc(1.5em * 3);
    overflow: hidden;
    font-size: 175%;
}
.storytitle{
    font-family: sans-serif;
    font-weight:normal;
    font-size: 200%;
    
}


/* pagination*/





.pagination{


background-color:#FBFBFB;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 4%;
margin-bottom: 4%;



}
.pagination__button.active {
    

  border-bottom: 3px solid #000;
    font-weight: bold;
    
}

.pagination__button{
text-align: center;
color: black;
font-size: 200%;
margin-left: 1%;
margin-right: 1%;



}


@media (min-width: 767px) and (max-width: 1024px) {

/* main hero*/
.herotitle{
    font-size: 295%;
}

.herotext{
    font-size: 195%;
}

.storydetail{
    font-size: 200%;
}

.pagination__button{
font-size: 225%;

}



   
}

.hero3 .imagecontainer{
    
    background-color: rgb(251, 247, 243);
}

.hero3{
    text-align: center;

}
.herotitle3{
    transform: scaleY(1.05);
    margin-top: 10%;
    
    font-weight: bold;
    font-size: 250%;

}
.herotext3{
    font-size: 120%;
    color: rgb(64, 64, 64);
   
    
   
    line-height: 1.5em;

}


/* about section*/
.about{
     margin-top: 3%;

}
.abouttitle{
    
    font-weight: bold;
    font-size: 270%;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 0%;


}

.abouttext{
    margin-top: 8%;
    font-weight: normal;
    font-size: 175%;
    font-family: sans-serif;
    padding-left: 10%;
   


    text-align: justify;
    
    

}

.about a {
    color: brown;
}

.aboutpic{
    width: 95%;
    margin-top: -5%;
   

}




@media (min-width: 767px) and (max-width: 1024px) {
    .aboutpic {
        margin-top: 0%;
    }

}

