
 /* Hero image*/
.hero_image {
    width:55em;
    height:35em;
    
    display:block;
    margin:2.5% auto 0.5% auto;
    border-radius:16px;
   
}





 /* story title*/
.hero_story_title {
   color: black;
   text-align: center;
   font-family: sans-serif;
   font-size: 250%;

  
}



 /* story categories*/
.story_categories , .story_meta {
    text-align: center;
    margin: 1% 0 2%;
}

.story_categories a {
    color: #555;
    font-size: 140%;
    text-decoration: none;
    margin: 0 8px;
}

.hero_describe{
    text-align: center;
    font-size: 140%;
    color: rgb(64, 64, 64);
    margin-top: 5%;
}
.story_describe{
    padding-left: 5%;
    padding-right: 5%;
    font-size: 170%;
    color: black;
    margin-top: 5%;

}


/* main form*/
.form{
     margin-top: 1%;
     text-align: center;
     
     
}

.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;
}

.item_level{
    background-color: aquamarine;
}

.item_describe {
    display: inline-block;
    margin-right: 5%;
    font-weight: lighter;
    font-size: 150%;
   
}

.item_describe_length{
    text-align: center;
    border-right: 1px solid black;
    font-size: 150%;
    
}
.item_describe_time{
    text-align: center;
    font-size: 150%;
}
.item_describe_level{
    font-size: 200%;
   margin-top: 1.7%;
}

.item_container {
    color: black;
    margin-left: 2.5%;
    background-color: white;
    margin-bottom: 4%;
    margin-top: 4%;
    
    
}
.item_container a{
    color: black;
}

/* pagination*/





.pagination{


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) {






/* story title*/
.hero_story_title {
   font-size: 300%;
}

 /* story categories*/

.story_categories a {
    font-size: 190%;
}

.hero_describe{
    margin-top: 10%;
    margin-bottom: 3%;
    font-size: 140%;
}
.story_describe{

    font-size: 220%;
 

}


/* main form*/




.item_describe {
    font-size: 2000%; 
}

.item_describe_length{
    font-size: 200%;  
}

.item_describe_time{
    font-size: 200%;
}

.item_describe_level{
    font-size: 200%;
}



/* pagination*/
.pagination__button{
font-size: 225%;
}


  
}