*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    
    
}


img{
    height: 100%;
    width: 100%;
}

/* header styling begins */

header.desktop-main{
    display: none;
    height: auto;
    width: 100%;
    
}

header div.first-container{
    display: flex;
    align-items: center;
    height: 30px;
    width: 100%;
    background-color: #EAFAF1  ;
}

header div.abouts-container ul{
    display: flex;
    list-style: none;
    margin-left: 10px;
}

header div.abouts-container ul li{
    margin-left: 5px;
    padding: 3px;
}

header div.abouts-container ul li a{
    text-decoration: none;
    font-size: 13px;
    color: gray;
}

header div.abouts-container ul li a:hover{
    text-decoration: underline;
}

header div.socials-container{
    position: absolute;
    right: 0%;
}

.socials-container ul{
    display: flex;
    list-style: none;

}

.socials-container ul li{
    margin-right: 20px;
}

.socials-container ul li .fa{
    font-size: 15px;
    line-height: 24px;
}



.socials-container ul li a{
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    color: gray;
    transition: .1s;
}

.socials-container ul li a:hover{
    transform: translate(0,-2px);
}

.socials-container ul li:nth-child(1) a:hover{
    background-color: #3b5999;
    color: #fff;
}

.socials-container ul li:nth-child(2) a:hover{
    background-color: #e4405f;
    color: #fff;
}

.socials-container ul li:nth-child(3) a:hover{
    background-color:  #1da1f2;
    color: #fff;
}

.socials-container ul li:nth-child(4) a:hover{
    background-color: #ff0000;
    color: #fff;
}

.socials-container ul li:nth-child(5) a:hover{
    background-color: #25d366;
    color: #fff;
}

/*second box*/

header div.second-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 140px;
    background-color: #F9FFFC ;
    border-bottom: 5px solid #EAFAF1;
}

header div.s-c-wrapper{
    height: auto;
    width: 1250px;
    margin-top: 5px;
}

header div.logo-container img {
    height: 80px;
    width: 500px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

header div.logo-container{
     justify-content: center;
     display: flex;
}

header div.headings-container ul{
    list-style: none;
    display: flex;
    width: auto;
}

.header-active{
    border-bottom: 5px solid #27AE60 ;
    color: #27AE60;
}

header div.headings-container ul li a{
    font-weight: 46px;
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: maiandra !important;
    padding-bottom: 9px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 6px;
    word-spacing: 0px;
    letter-spacing: 0px;
}

header div.headings-container{
    margin-top: 25px;
    justify-content: center;
    display: flex;
    width: auto;
}

header div.headings-container ul li{
    margin-right: 16px;
}

header div.headings-container ul li a:hover{
    border-bottom: 5px solid #27AE60 ;
    color: #27AE60;
}

@media(min-width:768px){
    header div.headings-container ul li a{
        font-size: 9px;
    }

    header div.headings-container ul li{
        margin-right: 13px;
    }
}

@media(min-width:968px){
    header div.headings-container ul li a{
        font-size: 15px;
    }
}



/*mobile header*/

.mobile-main{
    height: auto;
    width: auto;
}

header .mobile-header{
    position: fixed;
    top: 0%;
    z-index: 999;
    width: 100%;
    height: 60px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    box-shadow: 1px 0px 4px 1px gray;
}

header button {
    background-color: #fff;
    height: auto;
    width: auto;
    border: 1px solid #F2F4F4;
    position: absolute;
    left: 2%;
    padding: 4px;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
}



button .first-bar, .second-bar, .last-bar{
    height: 3px;
    width: 25px;
    background-color: #145A32;
    margin: 4px;
 }

header .mobile-logo{
    position: absolute;
    height: 35px;
    width: 200px;
    margin-top: 12px;
 }

 header .mobile-logo img{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
 }

header .follow-container{
    color: #145A32;
    height: auto;
    width: auto;
    border: 1px solid #F2F4F4;
    position: absolute;
    right: 2%;
    padding: 7px 9px;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
 }


header div.mobile-headlines{
    transform: translateX(-600px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.4);
    z-index: 999;
    position: fixed;
    width: 60%;
    height: 100%;
    padding: 20px;
    margin-top: 60px;
    background: linear-gradient(  #196F3D 30%, #94c024  );
    background: -o-linear-gradient(  #196F3D 30%, #94c024  );
    box-shadow: 0px 1px 4px 1px #ddd ;
    filter: opacity(97%);
}

.mobile-headlines button{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    left: 85%;
    padding: 0px;
    background-color: transparent;
    border-color: transparent;
}

.mobile-headlines button .up{
    height: 2px;
    width: 30px;
    background-color: white;
    position: absolute;
    top: 13px;
    transform: rotate(40deg);
}

.mobile-headlines button .down{
    height: 2px;
    width: 30px;
    background-color: white;
    position: absolute;
    bottom: 13px;
    transform: rotate(-40deg);
}

header .mobile-headlines ul li a{
    text-decoration: none;
    color: #fff;
}

header .mobile-headlines ul li:hover{
    transform: translateX(7px);
}

header .mobile-headlines ul{
    list-style: none;
}
header .mobile-headlines ul li{
    margin-top: 20px ;
    margin-bottom: 20px;
    margin-left: 30px;
    transition-duration: .1s;
}


header .mobile-socials{
    display: none;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    height: auto;
    width: 18px;
    position: absolute;
    right: 7%;
    z-index: 999;
    position: fixed;
    margin-top: 60px;
}

.mobile-socials ul{
    list-style: none;
}

.mobile-socials  ul li .fa{
    font-size: 15px;
    line-height: 24px;
}

.mobile-socials ul li{
    margin: 8px 0px;
}

.mobile-socials ul li a{
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: .1s;
}

.mobile-socials ul li a:hover{
    transform: translate(0,-1px);
}

.mobile-socials ul li:nth-child(1) a{
    background-color: #3b5999;
    color: #fff;
}

.mobile-socials ul li:nth-child(2) a{
    background-color: #e4405f;
    color: #fff;
}

.mobile-socials ul li:nth-child(3) a{
    background-color:  #1da1f2;
    color: #fff;
}

.mobile-socials ul li:nth-child(4) a{
    background-color: #ff0000;
    color: #fff;
}

.mobile-socials ul li:nth-child(5) a{
    background-color: #25d366;
    color: #fff;
}

@media(min-width:768px){

header.desktop-main{
    display: block;
}


.mobile-main{
    display: none;
}
    
}

/*  Banner Styling Begins*/

#main-banner{
    width: auto;
    height: auto;
    margin-top: 0px;
    position: relative;
}

.single-large{
    width: 100%;
    height: 350px;
    position: relative;
}


div .nested{
    margin-top: 5px;
    height: 200px;
    width: auto;
    display: flex;
    overflow: scroll;
    position: relative;
}

.inner-nest{
    display: flex;
    margin-left: 5px;
}


.down-nest a,  .inner-nest a{
    display: block;
    position: relative;
    height: 180px;
    width: 350px;
    overflow: hidden;
}

.inner-nest a{
    margin-right: 5px;
}

.single-large a{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    
}

div .single-large a h4{
    font-family:  Cardo !important;
    padding: 7px;
    font-size: 25px;
    color:white;
    position: absolute;
    bottom: 20px;
    text-align: left;
    width: auto;
    height: auto;
    text-shadow: 1px 1px 10px black , -1px -1px 10px black ;
}


.down-nest a h4{
    font-family:  Cardo !important;
    padding: 5px;
    font-size: 16px;
    color:white;
    position: absolute;
    bottom: 15px;
    text-align: left;
    width: auto;
    height: auto;
    text-shadow: 1px 1px 10px black , -1px -1px 10px black ;
}

.down-nest{
    position: relative;
    display: flex;
}


#main-banner a img{
    width: 100%;
    height: 100%;
    position: absolute;
    filter: brightness(70%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

#main-banner a img:hover{
    transform: scale(1.1);
    filter: brightness(100%);
}
@media(min-width:768px){
#main-banner{
    display: flex;
    width: auto;
    height: auto;
    margin-top: 10px ;
    position: relative;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    }

.banner-wrapper .single-large{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0%;
    }

.banner-wrapper .nested{
    margin-top: 0%;
    height: 100%;
    width: 49%;
    position: absolute;
    right: 0%;
}

.down-nest{
    display: grid;
    grid-template-columns: 1fr ;
    width: 100%;
    height: 100%;
    grid-template-rows: 1fr 1fr;
}

.inner-nest{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0px;
    
}

.inner-nest a:nth-child(1){
    margin-right: 10px;
}

.inner-nest a:nth-child(2){
    margin-right: 0px;
}

.banner-wrapper{
    width: 1200px;
    height: 550px;
    position: relative;
    display: flex;

}

.down-nest a{
    height: auto;
    width: auto;
    margin-bottom: 10px;
}

div .nested{
    overflow: hidden;
}

.down-nest a h4{
    font-size: 20px;
}

div .single-large a h4{
    font-size: 45px;
}

}


/*main section of stories styling*/

#main-stories-container{
    display: block;
}



.story-headlines-container h4{
    position: static;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 8px;
    text-align: center;
    border-left: 4px solid #229954;
    border-right: 4px solid #229954;
    border-radius: 9px;
    background:   #eefcf4;
    box-shadow: 0px 1px 2px    #abebc6   , -0px -1px 2px    #eee   ;
}

.arrow-ct{
    display: none;
}



/* sub banner*/

.sub-banner{
    padding: 0px;
    height: 300px;
    width: auto;
    margin: 10px 5px;
    position: relative;
}

.sub-banner img{
    z-index: -5;
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
/*.shadows{
    z-index: 555;
    height: 100%;
    width: 100%;
    background:-webkit-linear-gradient(transparent 20%, black ) ;
    background: -moz-linear-gradient(transparent 20%, black );
    background: -o-linear-gradient(transparent 20%, black);
}*/
.sub-banner h4 a{
    font-family:  Cardo !important;
    font-size: 26px;
    padding: 10px;
    color:#fff;
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    text-align: left;
    text-shadow: 2px 2px 10px black , -2px -2px 10px black ;
}
.sub-banner h4 a:hover{
    color: rgb(205, 255, 241);
    text-decoration: underline;
}

/* rectangular card*/

.story-cards-container{
    width: auto;
    height: 100px;
    margin: 5px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.story-cards-container .main-card{
    height: inherit;
    width: inherit;
    display: flex;
    position: relative;
    
}

.main-card img{
    height: 100%;
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-right: 10px;
}

.head-para-c{
    position: relative;
    height: inherit;
    width: 60%;
}

.head-para-c a h5{
    font-size: 15px;
    height: auto;
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.head-para-c a{
    text-decoration: none;
}

.head-para-c a:hover{
    text-decoration: underline;
}

.head-para-c  p{
    position: absolute;
    bottom: 1px;
    color: gray;
    font-size: 10px;
} 

@media(min-width:768px){
    
    .story-cards-container{
        height: 130;
    }

    .main-stories-inner{
        width: 840px;
    }

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


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

    

    .sub-banner{
        height: 500px;
        width: 100%;
        margin-left: 0%
    }

    .sub-banner h4 a{
        font-size: 33px;
        padding: 40px;
    }

    
    .story-headlines-container h4{
        left: 10px;
        top: 12px;
        font-size: 18px;
    }
    
    

    .main-storycard-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        position: relative;
    }

    .story-cards-container{
        padding: 10px 0px;
    }

    .head-para-c  p{
        font-size: 12px;
    }
}

/*styling the footer*/

#footer-main{
    display: block;
    height: auto;
    width: 100%;
    margin-top: 150px; 
    background-image: url(/Images/foot.jpg); 
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

.footer-wrapper{
    width: auto;
    height: auto;
}

.foot-overlay{
    display: flex;
    justify-content: center;
    width: inherit;
    height: inherit;
    background-color: rgba(  29, 131, 72, 0.9) ;
}

footer .info, .foot-head{
    list-style: none;
    margin: 30px 5px;
}

footer .info li a , .foot-head li a{
    text-decoration: none;
    color: white;
    text-align: center;
    margin-left: 0px;
    width: auto;
    font-size: 14px;
}

footer .info li a:hover , .foot-head li a:hover{
    font-size: 16px;
}

footer .info li  , .foot-head li {
    padding: 0px 0px;
    margin: 5px 0px;
}

footer .footer-follow{
    height: auto;
    width: auto;
    margin-left: 40px;
    margin-bottom: 70px;
    margin-top: 40px;
}

.footer-follow ul{
    display: flex;
    list-style: none;
}

.list-head{
    text-decoration: underline;
    color: white;
}

.list-head-3{
    margin-left: 65px;
    margin-bottom: 20px;
    color: white;
}

.info-and-news{
    margin-left: 30px;
}


.footer-follow ul li{
    margin-right: 20px;
}

.footer-follow ul li .fa{
    font-size: 15px;
    line-height: 24px;
}



.footer-follow ul li a{
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    color: white;
    transition: .1s;
}

.footer-follow ul li a:hover{
    transform: translate(0,-2px);
}

.footer-follow ul li:nth-child(1) a:hover{
    background-color: #3b5999;
    color: #fff;
}

.footer-follow ul li:nth-child(2) a:hover{
    background-color: #e4405f;
    color: #fff;
}

.footer-follow ul li:nth-child(3) a:hover{
    background-color:  #1da1f2;
    color: #fff;
}

.footer-follow ul li:nth-child(4) a:hover{
    background-color: #ff0000;
    color: #fff;
}

.footer-follow ul li:nth-child(5) a:hover{
    background-color: #25d366;
    color: #fff;
}

.copyright{
    font-size: 10px;
    color: white;
}

@media(min-width:768px){

    #footer-main{
        position: relative;

    }
    .footer-wrapper{
        display: grid;
        grid-template-columns: 3fr 1fr;
        -moz-column-gap: 100px;
             column-gap: 100px;
    }
    .info-and-news{
        display: flex;
        -moz-column-gap: 300px;
             column-gap: 300px;
    }
    .copyright{
        margin-left: 350px;
        margin-top: 90px;
        font-size: 13px;
        margin-bottom: 20px;
    }
}



/* Aside styling*/

.aside-container{
    height: auto;
    width: 260px;
}

.image-aside{
    height: 500px;
    width: 260px;
}

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

.first-aside{
    height: auto;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 70px;
}

.first-aside a{
    text-decoration: none;
}

.aside-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.head-as{
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: #EAFAF1;
    color: #145A32;
    font-weight: bold;
}

.rc-st{
    font-size: 13px;
    padding: 4px;
    border-bottom: 1px solid #ddd;
    color: black;
    text-align: center;
}

div .aside-youtube iframe{
    height: 200px;
    width: 100%;
}

@media(min-width:768px){
    .aside-container{
        height: auto;
        width: 260px;
        margin-left: 60px;
    }
    
    .first-aside{
        height: auto;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 50px;
        margin-top: 70px;
    }
    
    .aside-wrapper{
        width: 360px;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 115px;
    }

    .head-as{
        text-align: center;
        padding: 5px;
        border-bottom: 1px solid #ddd;
        background-color: #EAFAF1;
        color: #145A32;
        font-weight: bold;
    }
    
    .rc-st{
        font-size: 13px;
        padding: 4px;
        border-bottom: 1px solid #ddd;
        color: black;
    }
}



/*styling the administrator publish*/
.admin-story-main{
    display: flex;
    width: auto;
    height: auto;
    margin-top: 10px ;
    position: relative;
    justify-content: center;  
}

.admin-story-wrapper{
    width: auto;
    height: auto;
    position: relative;
}

.admin-story-headlines-container a h4{
    position: static;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 8px;
    border-left: 4px solid #229954;
    border-right: 4px solid #229954;
    border-radius: 3px;
    background:   #eefcf4;
    box-shadow: 0px 1px 2px    #abebc6   , -0px -1px 2px    #eee   ;
}

.admin-story-headlines-container a{
    text-decoration: none;
}

table{
    height: auto;
}

table tr{
    height: auto;
}

table tr td:nth-child(1){
    height: 40px;
    width: 100px;
    text-align: center;
    color: black;
    background-color: #c2ffdc;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

table tr td:nth-child(2){
    height: auto;
    width: 800px;
    color: black;
    background-color: #c2ffdc;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

table tr td:nth-child(3){
    height: auto;
    width: 170px;
    color: black;
    background-color: #c2ffdc;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

table tr td:nth-child(4){
    height: auto;
    width: 130px;
    color: black;
    background-color: #c2ffdc;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


/* table header */

table tr th:nth-child(1){
    height: auto;
    width: 100px;
    color: white;
    background-color: rgb(12, 99, 80);
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

table tr th:nth-child(2){
    height: auto;
    width: 100px;
    color: white;
    background-color: rgb(12, 99, 80);
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

table tr th:nth-child(3){
    height: auto;
    width: 100px;
    color: white;
    background-color: rgb(12, 99, 80);
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

table tr th:nth-child(4){
    height: auto;
    width: 100px;
    color: white;
    background-color: rgb(12, 99, 80);
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.table-arrows{
    width: 100px;
    height: auto;
    display: inline;
    position: relative;
    border: 1px solid green;
}

 td a{
    text-decoration: none;
}

.arrow-edit{
    color: green;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.arrow-delete{
    color: red;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* styling the form*/

.main-form{
    display: flex;
    width: auto;
    justify-content: center;
}

.form-wrapper{
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 20px;
    margin-top: 4%;
    margin-bottom: 4%;
}

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

.form-wrapper  .form-image{
    border-radius: 1px;
    margin-bottom: -30px;
    background-color: white;
}

form textarea{
    height: 300px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border-color: #25d366;
    background-color: #eefcf4;
    padding-left: 0px;
    font-size: 16px;
}

.form-wrapper .submit {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 30px;
    height: 40px;
    border: 0px;
    border-radius: 20px;
    background-color: #229954;
    font-weight: bold;
    font-size: 19px;
    color: white;
}

.form-wrapper .submit:hover{
    background-color: #25d366;
    color: black;
}

.form-story-headlines-container  h4{
    position: relative;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 8px;
    border-left: 4px solid #229954;
    border-right: 4px solid #229954;
    border-radius: 3px;
    background:   #eefcf4;
    box-shadow: 0px 1px 2px    #abebc6   , -0px -1px 2px    #eee   ;
}

.form-story-error-container h4{
    position: relative;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  rgb(255, 0, 0);
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 8px;
    border-left: 4px solid #ff0000;
    border-right: 4px solid #ff0000;
    border-radius: 3px;
    background:   #fceeee;
    box-shadow: 0px 1px 2px    #ebabab   , -0px -1px 2px    rgb(238, 238, 238)   ;
}


@media(min-width:768px){
    .main-form{
        display: flex;
        width: auto;
        justify-content: center;
    }
    
    .form-wrapper{
        width: auto;
        height: auto;
        position: relative;
        display: block;
        margin-top: 4%;
        margin-bottom: 4%;
    }
    
    .form-wrapper input{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        display: block;
        width: 600px;
        margin: 30px;
        height: 30px;
        border-radius: 10px;
        border-color: #25d366;
        background-color: #eefcf4;
        padding-left: 10px;
        font-size: 16px;
        text-decoration: none;
    }
    
    .form-wrapper  .form-image{
        border-radius: 1px;
        margin-bottom: -30px;
        background-color: white;
    }
    
    form textarea{
        height: 300px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        display: block;
        width: 600px;
        margin: 30px;
        border-radius: 10px;
        border-color: #25d366;
        background-color: #eefcf4;
        padding-left: 10px;
        font-size: 16px;
    }
    
    .form-wrapper .submit {
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        display: inline-block;
        width: 600px;
        position: relative;
        margin: 30px;
        height: 40px;
        border: 0px;
        border-radius: 20px;
        background-color: #229954;
        font-weight: bold;
        font-size: 19px;
        color: white;
    }
    
    .form-wrapper .submit:hover{
        background-color: #25d366;
        color: black;
    }
    
    .form-story-headlines-container  h4{
        position: relative;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 16px;
        color:  #229954;
        text-align: center;
        letter-spacing: 1px;
        margin-top: 40px;
        margin-bottom: 35px;
        margin-left: 30px;
        margin-right: 30px;
        padding: 7px 8px;
        border-left: 4px solid #229954;
        border-right: 4px solid #229954;
        border-radius: 3px;
        background:   #eefcf4;
        box-shadow: 0px 1px 2px    #abebc6   , -0px -1px 2px    #eee   ;
    }
    
    .form-story-error-container h4{
        position: relative;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 16px;
        color:  rgb(255, 0, 0);
        text-align: center;
        letter-spacing: 1px;
        margin-top: 40px;
        margin-bottom: 15px;
        margin-left: 30px;
        margin-right: 30px;
        padding: 7px 8px;
        border-left: 4px solid #ff0000;
        border-right: 4px solid #ff0000;
        border-radius: 3px;
        background:   #fceeee;
        box-shadow: 0px 1px 2px    #ebabab   , -0px -1px 2px    rgb(238, 238, 238)   ;
    }
}


/* Admin Main */



.list-main p{
    border: 1px solid rgb(36, 150, 25);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 7px 8px;
    border-left: 4px solid #229954;
    border-right: 4px solid #229954;
    border-radius: 10px;
    background:   #eefcf4;
    font-weight: bold;
}

.adminList {
    display: block;
    margin-top: 10px;
}

.adminHead{
    border: 1px solid black;
}


.list-main ul li a{
    text-decoration: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
}

.list-main ul li{
    border: 1px solid rgb(36, 150, 25);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color:  #229954;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 7px 8px;
    border-left: 4px solid #229954;
    border-right: 4px solid #229954;
    border-radius: 7px;
    background:   #eefcf4;
    list-style: none;
}

@media(min-width:768px){
    #main-admin-wrap{
        width: 600px;
    }

    #admin-body{
        display: flex;
        justify-content: center;
    }

    
}














/* weather */


