*{
    padding: 0%;
    margin: 0%;
}



body{
    font-family: Arial, Helvetica, sans-serif;
}


/* main content */
#main{
    margin: 0px 10px;
}

.story-category{
    height: auto;
    width: auto;
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    margin-top: 90px;
    background: linear-gradient( top left, #196F3D 30%, #2ecc71  );
    color: #fff;
}

.image-container img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.image-container{
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-style: italic;
    color: gray;
}


.main-content {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    white-space: pre-line;
}

.asset-main-content {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

.asset-main-content p{
    margin: 15px 0px;
    font-size: 18px;
    line-height: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

h3{
    display:inline-block;
    font-family: Cardo;
    margin-top: 20px;
}

h5{
    margin-top: 10px;
    font-size: 19px;
    border-left: 3px solid #196F3D ;
    padding: 3px 7px;
    font-family: Cardo;
}

h3.headline{
    font-size: 30px;
    margin-bottom: 30px;
}

h3.asset-headline{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 100px;
}

p.date{
    font-size: 14px;
    color: grey;
}


iframe{
    padding-top: 30px;
    width: 100%;
    height: 250px;
}

.snwr p{
    margin-bottom: 10px;
    font-size: 13px;
    color: grey;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

.snwr{
    margin-top: 5px;
    
}

.main-content p ul  {
    list-style: none;
    line-height: 26px;
}



/* media querry */

@media(min-width:768px){

    /* main content */

    #main{
        width: 800px;
        height: auto;
    }

    #main-stories-container{
        display: flex;
        position: relative;
        width: 1200px;
    }


    #outer-mainstories{
        display: flex;
        justify-content: center;
        
    }

    .image-container{
        height: auto;
        width: auto;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    
    .main-content {
        font-size: 20px;
        line-height: 27px;
    }

    h3.headline{
        font-size: 50px;
        margin-top: 30px;
    }

    h3.asset-headline{
        font-size: 50px;
        margin-top: 30px;
    }

    .asset-main-content p{
        margin: 15px 0px;
        font-size: 22px;
        line-height: 25px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    }
    
    .main-wrap{
        display: flex;
        justify-content: center;

    }

    h5{
        font-size: 20px;
        border-left: 4px solid #196F3D ;
        padding: 3px 7px;
    }

    iframe{
        padding-top: 30px;
        width: 100%;
        height: 400px;
    }

    .snwr{
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .snwr p{
        margin-bottom: 3px;
        font-size: 14px;
        color: grey;
    }
    
    
}

/* comments */

form{
    height: 250px;

}

.ff{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
    display: inline-block;
    height: 30px;
    border-radius: 10px;
    border-color: #25d366;
    background-color: #eefcf4;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 30px;
}

form .sf{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: inline-block;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border-color: #25d366;
    background-color: #eefcf4;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 30px;
}

.submit {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #eefcf4;
    font-weight: bold;
    font-size: 19px;
    color: #229954;
    border: 1px solid #229954;
}

.submit:hover{
    background-color: #229954;
    color: white;
}

.head-comment{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    border-left: 4px solid #229954;
    border-right: 4px solid #229954;
    border-radius: 3px;
    background:   #eefcf4;
    box-shadow: 0px 1px 2px    hsl(145, 62%, 80%)   , -0px -1px 2px    #eee   ;
}


.main-comment{
    background-color: #eefcf4;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 10px;
}

.main-comment p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.comment-text{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    height: auto;
    font-size: 16px;
    color:  rgb(4, 32, 10);
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cmtelse-wrap{
    display: flex;
    justify-content: center;
}

.comment-else{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    height: auto;
    font-size: 16px;
    color:  rgb(4, 32, 10);
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}



.time-para{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: grey;
}


