body{
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
/*########################################################################*/
.container{
    background-color:#3E1D1A;
    width: 75%;
    min-height: 80vh;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #803530;
}
@media only screen and (max-width: 37.5em) {
    .container{
        width: 100%;
        margin-top: 0;
    }
    .post__numeration{
        width: 100%;
    }
}
@media only screen and (max-width: 1300px) {
    .container {
        width: 78%;
    } 
}
@media only screen and (max-width: 1250px) {
    .container {
        width: 81%;
    } 
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 85%;
        margin-top: 4rem;
    } 
}
@media only screen and (max-width: 1150px) {
    .container {
        width: 90%;
        margin-top: 3rem;
    } 
}
@media only screen and (max-width: 1100px) {
    .container {
        width: 95%;
        margin-top: 2rem;
    } 
}
@media only screen and (max-width: 1050px) {
    .container {
        width: 98%;
        margin-top: 1rem;
    } 
}
@media only screen and (max-width: 1000px) {
    .container {
        width: 100%;
        margin: 0;
    } 
}
@media only screen and (max-width: 800px) {
    .container {
        width: 100%;
        margin: 0;
    } 
}
/*########################################################################*/
.header{
    max-height: 50px;
    background-color: #A86E48;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header__list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: -40px;
}
@media only screen and (max-width: 900px) {
    .header{
        flex-direction: column;
        max-height: 100px;
        align-items: flex-start;
        justify-content: unset;
    }
    .header__list {
        margin: 0 0 0 -30px;
    } 
}
.header__item{
    display: flex;
    align-content: center;
    align-items: center;
    height: 50px;
    list-style: none;
    padding: 0 20px 0 20px;
    transition: all ease-in-out .3s;
}
.header__item:hover{
    background-color: #6D3D1B;
    color: #FED569;
}
.header__item a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
@media only screen and (max-width: 37.5em) {

}
@media only screen and (max-width: 900px) {
    .header__item a{
        font-size: 11px;
    }
    .header__item{
        max-height: 50px;
        margin-left: 20px;
        align-content: flex-start;
        padding: 0 10px;
    }
    
}
#link1{
    transition: all .5s ease-in-out;
}
.home{
    border-right: 1px solid #803530;
    padding-right: 15px;
}
/*########################################################################*/
#search{
    background-color: #6D3D1B;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 900px) {
    #search{
        width: 100%;
        
        height: 50px;
    }
    .search__item{
        display: none;
    }
    .search__item1{
        display: block;
        width: 100%;
        text-align: center;
    }
}
.search__item, .search__item1{
    border: 1px solid #803530;
    background-color: #6D3D1B;
    height: 45px;
    outline: none;
    color: #fff;
    padding: 0px 0px 0 35px;
    font-size: 13px;
    width: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.search__item::placeholder{
    color: #FED569;
}
.search__item1::placeholder{
    color: #FED569;
}
.search__item1{
    display: none;
    width: 100%;
}
@media only screen and (max-width: 900px) {
    .search__item1{
        display: block;
        width: 100%;
        height: 40px;
        margin-right: 100px;
    } 
}
@media only screen and (max-width: 37.5em) {
    .search__item1{
        font-size: 12px;
    }
}
/*########################################################################*/
.main{
    min-height: 300px;
    display: flex;
    flex-direction: row;
    margin: 30px 20px;
}
@media only screen and (max-width: 1000px) {
    .main {
       margin: 20px 10px;
    } 
}
@media only screen and (max-width: 800px) {
    .container {
        width: 100%;
        margin: 0;
    } 
    body{
        margin: 0;
    }
}
@media only screen and (max-width: 37.5em) {
    .main{
        flex-direction: column;
        margin: 10px 2px;
    }
}
/*########################################################################*/
.post__view{
    flex: 0 0 65%;
    min-height: 300px;
    flex-direction: column;
}
@media only screen and (max-width: 50em) {
    .post__view{
        flex: 0 0 56%;
        margin-left: 10px;
        margin-right: 0px;
    }
    
}
.post{
    min-height: 170px;
    border: 1px dashed #6D3D1B;
    display: flex;
    flex-direction: row;
}
.post:not(:first-child){
    margin-top: 20px;
}

.image{
    height: 94%;
    width: 40%;
    border: 2px solid #6D3D1B;
    margin: 3px 5px 3px 3px;
}
.post__image{
    width: 98%;
    height: 98%;
    padding: 2px;
}
.description{
    display: flex;
    flex-direction: column;
    width: 57%;
    margin-left: 3px;
}
@media only screen and (max-width: 1000px) {
    .description {
       
        margin-left: 2px;
    } 
}
.post__title{
    text-align: left;
    color: #fafafa;
    padding: 7px;
    position: relative;
    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 17pt;
    letter-spacing: 0.01em;
    line-height: 21pt;
    float: left;
    background: #6D3D1B;
    max-width: 100%;
    
    border: 2px solid #803530;
    margin-left: -1px;
    box-shadow: inset 0px 0px 10px RGBA(0,0,0,0.2), 0px 5px 0px RGBA(0,0,0,0.4);
    z-index: 20;
    height: 26px;
    overflow: hidden;
    margin-top: 3px;
}
.post__details{
    min-height: 72px;
    font-size: 15px;
    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    letter-spacing: 0.01em;
    max-width: 100%;
    background: #A86E48;
    float: left;
    border: 1px solid #803530;
    color: #fff;
    padding: 7px;
    box-shadow: inset 0px 0px 10px RGBA(0,0,0,0.4), 0px 5px 0px RGBA(0,0,0,0.4);
    margin-top: -10px;  
    max-height: 100px;
    overflow-y: hidden;
}
.post__btn{
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #6D3D1B;
    padding: 5px;
    position: absolute;
    margin-left: 230px;
    margin-top: -30px;
    border-radius: 5px;
    border: 1px solid #803530;
    box-shadow: inset 0px 0px 10px RGBA(0,0,0,0.4), 0px 10px 0px RGBA(0,0,0,0.4);
    z-index: 999;
    outline: none;
    cursor: pointer;
    color: #fff;
}

@media only screen and (max-width: 50em) {
    .post{
        min-height: 300px;
        flex-direction: column;
    } 
    .image{
        height: 200px;
        width: 100%;
        margin: 3px 5px 3px 0px;
    }
    .post__image{
        width: 100%;
        height: 150px;
    }
    .description{
        width: 100%;
        margin: 0;
    } 
    .post__title{
        max-width: 100%;
        margin-top: 3px;
        padding: 7px 0;
    }
    .post__details{
        min-height: 70px;
        font-size: 14px;
        max-width:100%;
        border: 1px solid #803530;
        color: #fff;
        padding: 7px 0;
    }  
}
@media only screen and (max-width: 37.5em) {
    .post__view{
        margin-left: 0px;
    }
    .post{
        min-height: 340px;
        flex-direction: column;
        max-width: 100%;
        margin: 0;
    }
    .image{
        max-height: 80%;
        width: 100%;
        margin: 0;
        height: 300px;
    }
    .post__image{
        width: 100%;
        height: 80%;
    }
    .description{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .post__title{
        padding: 5px 0;
        font-size: 15pt;
        letter-spacing: 0.01em;
        line-height: 17pt;
        max-width: 100%;
        margin-left: -1px;
        height: 20px;
        margin-top: 3px;
    }
    .post__details{
        min-height: 70px;
        font-size: 14px;
        max-width:100%;
        border: 1px solid #803530;
        color: #fff;
        padding: 7px 0;
    }
}
@media only screen and (max-width: 1000px) {

.post__btn:focus{
    animation: pulsate 1s infinite;
}
}
@keyframes pulsate{
    0%{
        transform: scale(1);
        box-shadow: none;
    }
    50%{
        transform: scale(1.05);
        box-shadow: 0 1rem 4rem rgba(0,0,0,.25);
    }
    100%{
        transform: scale(1);
        box-shadow: none;
    }
}
.post__numeration{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #6D3D1B;
    margin-top: 30px;
    width: 105%;
    padding: 10px;
}
.previous, .next{
    text-decoration: none;
    color: #FED569;
    font-size: 15px;
    padding: 10px;
}
.next{
    color: #fff;
}
.numeration{
    text-decoration: none;
    
}
.btn-1{
    border: 3px outset #FED569;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-color: #A86E48;
    color: #fff;
    margin: 0 3px;
    outline: none;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    cursor: pointer;
}
.btn-active{
    background-color: #3E1D1A;
}
/*########################################################################*/
.sidebar{
    flex: 0 0 32%;
    min-height: 300px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}
.viewed{
    background-color: #A86E48;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
@media only screen and (max-width: 50em) {
    .sidebar{
        flex: 0 0 40%;
        margin-left: 10px;
    }
    .viewed{
        height: 350px;
    }
}
.sidebar__title{
    text-align: left;
    color: #fafafa;
    padding: 7px;
    position: relative;
    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 13pt;
    letter-spacing: 0.01em;
    line-height: 21pt;
    float: left;
    background: #6D3D1B;
    max-width: 100%;
    border: 2px solid #803530;
    margin-left: 0px;
    box-shadow: inset 0px 0px 10px RGBA(0,0,0,0.2), 0px 5px 0px RGBA(0,0,0,0.4);
    z-index: 20;
    height: 20px;
    overflow: hidden;
    margin-top: 0px;
    text-transform: uppercase;
}
.viewed__post{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.viewed__image{
    height: 90px;
    width: 90px;
}
.viewed__details{
    color: #fff;
    padding: 2px 10px;
    transition: all ease-in-out .2s;
}
.viewed__details:hover{
    color: #FED569;
}
.social{
    background-color: #A86E48;
    display: flex;
    flex-direction: row;
    height: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.sp__icon{
    padding: 0 7px;
}

.sidebar__list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sidebar__item{
    list-style: none;
    padding: 5px 5px 8px 5px;
    border-bottom: 1px dashed #6D3D1B;
    width: 90%;
}
.sidebar__link{
    color: #fafafa;
    text-decoration: none;
    font-size: 13pt;
}
.sidebar__link:hover{
    color: #FED569;
}
@media only screen and (max-width: 37.5em) {
    .post__numeration{
        width: 100%;
    }
    .sidebar{
        margin-left: 0px;
        width: 100%;
        margin: 0;
    }
    .sidebar__title{
        padding: 6px;
        margin: 0;
        font-size: 12pt;
        line-height: 20pt;
        max-width: 100%;
    }
    .viewed__post{
        margin-bottom: 15px;
    }
    .social{
        height: 50px;
        margin-bottom: 10px;
    }
    
    .sidebar__list{
        margin-left: -15px;
    }
    .sidebar__item{
        padding: 5px 5px 8px 0px;
    }
    .sidebar__link{
        font-size: 11pt;
    }
}
/*########################################################################*/
.footer{
    color: black;
    background: #250D0B;
    margin: auto;
    width: 100%;
    border-top: 0px;
    border: 1px solid #803530;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    margin: 0;
}
.v__footer{
    max-height: 300px;
    margin-bottom: 0;
}
.footer__icon{
    padding-right: 10px;
}
.footer__title{
    margin-left:0px;
}
.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    color: #fafafa;
    font-size: 12pt;
    letter-spacing: 2px;
}
.about{
    margin: 15px 3px;
}
.my__image{
    width: 80px;
    height: 80px;
    border: 2px outset #803530;
    border-radius: 100%;
    margin: 10px 15px 2px 5px;
    float: left;
}
.my__details{
    font-size: 12pt;
    color: #fafafa;  
    text-align: justify;
    margin: 10px 15px 0 10px;
    line-height: 30px;
}
@media only screen and (max-width: 56.25em) {
    .v__footer{
        
        margin-bottom: 0;
    }
    .post__numeration{
        width: 100%;
    }
}

@media only screen and (max-width: 37.5em) {
    .post__numeration{
        width: 100%;
    }
    .footer{
        width: 100%;
        min-height: 200px;
        flex-direction: column;
    }
    .v__footer{
        max-height: 300px;
    }
    .footer__title{
        margin-left:0px;
        max-width: 100%;
    }
    .copyright{
        min-height: 50px;
        width: 100%;
        color: #fafafa;
        font-size: 11pt;
        letter-spacing: 1px;
        text-align: center;
    }
    .about{
        margin: 10px 3px;
    }
    .my__image{
        margin: 6px 15px 2px 5px;
    }
    .my__details{
        font-size: 11pt;
        margin: 10px 15px 0 10px;
        line-height: 27px;
    }   
}
/*########################################################################*/

@media only screen and (max-width: 43.75em) {
    .post__numeration{
        width: 100%;
    }
    body, .container{
        margin: 0;
        width: 100%;
    }
    .main{
        flex-direction: column;
        margin: 0px 2px;
    }
    .footer{
        width: 100%;
        flex-direction: column;
    }
    .v__footer{
        min-height: 260px;
    }
    .sidebar__title{
        max-width: 100%;
        
    }
    .copyright{
        min-height: 50px;
        width: 100%;
        color: #fafafa;
        font-size: 12pt;
        letter-spacing: 1px;
        text-align: center;
    }
    .sidebar{
        margin-left: 0px;
        width: 100%;
    }
}

/*#################################################################################################*/

  
.icon {
    padding: 10px;
    padding-left: 40px;
    color: #fff;
    width: 10px;
}
  
@media only screen and (max-width: 900px) {
    .post__numeration{
        width: 100%;
    }
    body{
        margin: 0;
    }
    .icon{
        background-color: #6D3D1B;
        width: 5%;
        padding: 13.5px;
        padding-left: 30px;
        
    }
    .copyright, .sidebar__link, .my__details {
        font-size: 13px;
    }
    .footer__title{
        margin-left: 0px;
    }
    
}
@media only screen and (max-width: 800px) {
    .post__numeration{
        width: 100%;
    }
    body{
        margin: 0;
    }
    .container{
        width: 100%;
        margin: 0;
    }
    .header{
        width: 100%;
        margin: 0;
    }
    .main{
        width: 100%;
        margin: 20px 0;
    }
    .footer__title{
        margin-left: 0px;
    }
    .viewed__details{
        font-size: 14px;
    }
}
@media only screen and (max-width: 700px) {
    .post__numeration{
        max-width: 97.3%;
    }
    body{
        margin: 0;
        width: 100%;
    }
    .container{
        width: 100%;
        margin: 0;
    }
    .header{
        width: 100%;
        margin: 0;
    }
    .main{
        width: 100%;
        margin: 0 0;
    }
    .footer__title{
        margin-left: 0px;
    }
    .viewed__details{
        font-size: 14px;
    }
    .footer{
        width: 100%;
        margin: 0;
    }
    .post__image {
        width: 100%;
        max-height: 100%;
        height: 280px;
    }
    .post__btn{
        margin-left: 530px;
    }
}
@media only screen and (max-width: 630px) {
    .post__btn{
        margin-left: 500px;
    }
}
@media only screen and (max-width: 600px) {
    .post__numeration{
        max-width: 93%;
    }
    .post__btn{
        margin-left: 420px;
    }
    .header__item {
        margin-left: 0px;
        align-content: flex-start;
        padding: 0 8px;
    }
}
@media only screen and (max-width: 520px) {
    .post__btn{
        margin-left: 380px;
    }
    .header__item a{
        font-size: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .post__btn{
        margin-left: 340px;
    }
    .header__item a{
        font-size: 10px;
    }
    .header__item:nth-child(1){
        display: none;
    }
}
@media only screen and (max-width: 440px) {
    .post__btn{
        margin-left: 300px;
    }
}
@media only screen and (max-width: 400px) {
    .post__btn{
        margin-left: 260px;
    }
}
@media only screen and (max-width: 350px) {
    .post__btn{
        margin-left: 220px;
    }
    .post__numeration{
        max-width: 90%;
    }
    .header__item a{
        font-size: 9px;
        padding: 0px;
    }
}
@media only screen and (max-width: 300px) {
    .post__btn{
        margin-left: 180px;
    }
    .post__numeration{
        max-width: 88%;
    }
    .header__item a{
        font-size: 7.5px;
        padding: 0px;
    }
}


