

 /* 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{text-align: center;
    font-family: sans-serif;
    margin-top: 1.5%;

}
.herotitle{transform: scaleY(1.05);
    font-weight: 400;
    font-size: 270%;


}
.herotext{
    font-size: 170%;
    color: rgb(64, 64, 64);
   
    padding-left: 6%;
    padding-right: 6%;
    line-height: 1.5em;
    
}

 /* main form*/

 /* Tom Select customization */
.ts-control,
.ts-control .item,
.ts-control input::placeholder {
    color: #000;
}


.form{
     margin-top: 3%;
     
     
}

 .textform{line-height: 275%;
    width: 88%;
    margin-left: 1%;
    margin-right: 1%;
   
}
.selectform{
    width: 10%;
    margin-top:2% ;
    margin-left: 5.1%;
    
    
    
}

.formsubmit{
    width: 20%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1.8%;
    margin-left: 6%;
    margin-right: 6%;
    float: right;

}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: 1px solid #ccc;
    color: black;
    cursor: pointer;
    width: 20%;
    height: 2.5em;
    font-size: 14px;
}
/* main list*/
.imagecontainer{
    background-color: white;
    margin-left: 2.5%;
    
}

.image{
 
    width: 100%;
    height: auto;


}
.list{
    
    margin-top: 4%;
    
}

.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: rgb(251, 247, 243);
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40%;


font-family:sans-serif;
width: 100%;
height: 4em;
color: black;



}
.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%;

}



   
}
    