@font-face {
    font-family: "rollerscript";
    src: url("fonts/Rollerscript.ttf") format("truetype");
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #161616;
    font-family: "rollerscript";
}
html.anamono{
    max-width: 100% !important;
}
html.anamono{
    overflow-x: hidden !important;
}
*:hover {
    text-decoration: none!important;
}

*:focus {
    outline: none!important;
}
/*nav start*/
.logo_cont {
    width: 59px;
    display: inline-block;
}

.logo_cont img {
    width: 100%;
}

.nav_inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 26px;
}
.close_nav {
    display: none;
}
.nav_outer {
    display: inline-block;
    float: right;
    margin-top: 22px;
}

.nav_outer ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

.nav_outer li {
    font-size: 17px;
    display: inline-block;
    margin: 0px 8px;
    color: #e3bf89;
    font-family: 'Baskervville', serif;
}

.nav_outer li a {
    color: unset;
}
.nav_outer li.close_nav {
    display: none;
}
button.open_nav {
    display: none;
}
/*nav end*/

.anamonologous_cont {
}

.anamon_left_cont {
    /* min-height: 100vh; */
    background: transparent;
    position: sticky;
    top: 10px;
}

.anamon_right_cont {
    min-height: 1000px;
    /* background: green; */
}

.post {
    background: red;
    display: inline-block;
    margin: 10px;
    position: absolute;
    box-shadow: 1px 1px 17px 3px #00000073;
}

.post.big_post {
    width: 185px;
    /* height: 321px; */
}

.post.small_post {
    width: 155px;
    height: auto;
}

.inner_post_cont .post:nth-child(1) {
    top: 142px;
    background: #ccc;
    z-index: 1;
}

.inner_post_cont .post:nth-child(2) {
    background: #fff;
    top: 0;
    left: 136px;
    z-index: 0;
}

.inner_post_cont .post:nth-child(3) {
    background: #ccc;
    top: 222px;
    left: 266px;
}

.inner_post_cont .post:nth-child(4) {
    background: #999;
    top: 257px;
    left: 463px;
    height: auto;
}

.inner_post_cont .post:nth-child(5) {
    background: #222;
    top: 0px;
    right: 0;
}

.inner_post_cont .post:nth-child(6) {
    background: #888;
    bottom: 35px;
    right: 0;
}

.inner_post_cont {
    width: 93%;
    height: 100vh;
    /* background: red; */
    position: relative;
    float: right;
}

.post_img_cont {
    width: 100%;
    margin: 0 auto;
}

.post_img_cont img {
    width: 86%;
    margin: 0 auto;
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

.post p {
    width: 90%;
    margin: 16px auto;
    font-size: 16px;
    font-weight: bold;
    color: #474545;
}

.inner_post_cont .post {
    transition: all .5s;
    transform: scale(1);
}

.inner_post_cont .post.active_post {
    transition: all .5s;
    transform: scale(1.1);
    z-index: 10;
    /*box-shadow: 1px 1px 20px 12px #00000042;*/
}

.inner_post_cont .post {
    background: url(../img/bg_texture.jpg)!important;
}

.anamon_left_cont {
    padding-top: 19px;
}

.anamon_left_cont h3#catch_text {
    color: #a7a7a7;
    font-size: 29px;
    margin-top: 93px;
}

#catch_img {
    width: 84%;
    display: block;
    margin: 0 auto;
}

#catch_text br {
    content: "A" ;
    display: block ;
    margin-bottom: 20px ;
}
.close_left_cont {
    display: none;
    position: fixed;
    top: 13px;
    right: 0;
    width: 38px;
    background: no-repeat;
    border: none;

}
.close_left_cont svg {
    width: 100%;
    height: auto;
}
.anamonologos_footer {
    display: block;
    text-align: left;
    color: #bfbaba;
    width: 86%;
    max-width: 1151px;
    margin: 0 auto;
    font-size:18px;
    font-family: 'Baskervville', serif;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: red; */
}
.anamonologos_footer a{
    color: #bfbaba;
    font-size:12px;
}
.post{
	cursor:pointer;
}
.anamonologos_footer span {
	font-style: normal!important;
}
@media only screen and (max-width: 900px) and (min-width: 300px){
    .anamonologos_footer {
        display: block;
        text-align: center;
        color: #bfbaba;
        width: 100%;
        margin: -13px auto;
        font-size:17px;
        position: relative;
    }
 .anamonologos_footer span{
        display: inline;
    }
}
