
html{
    font-size:16px;
}
body{
    margin:1rem 0;
    font-family: 'Rajdhani', sans-serif;
    //font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color:#404040;
    }
a{
    text-decoration:none;
    color:#404040;
    }
a:hover{
    text-decoration:underline;
    }
::-webkit-input-placeholder {
    color:#B3B3B3;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;
line-height: 2rem;
}

:-moz-placeholder { /* Firefox 18- */
    color:#B3B3B3;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;

 
}

::-moz-placeholder {  /* Firefox 19+ */
    color:#B3B3B3;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;

}

:-ms-input-placeholder {  
    color:#B3B3B3;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;

}
.gold, .gold a{
    color:#FFA500!important;
}
h1{
    font-size: 3rem;
    text-align:center;
    text-transform:uppercase;
}
h2{
    font-size: 2.1rem;
    text-align:center;
    text-transform:uppercase;
}
h3{
    font-size: 1.2rem;
    text-align:center;
    text-transform:uppercase;
}
.font1{
    font-size:0.5rem;
    }
.font2{
    font-size:0.8rem;
    }
.font3{
    font-size:1.2rem;
    }
.font4{
    font-size:1.5rem;
    }
.font5{
    font-size:1.9rem;
    }
.font6{
    font-size:2.3rem;
    }
.font7{
    font-size:2.9rem;
    }
.font8{
    font-size:3.4rem;
    }
.font9{
    font-size:4rem;
    }
.font-title{
    font-size:1.355rem;
}
.font-title-small{
    font-size:1.155rem;
}
.italic{
    font-style:italic;
    }
.italic a:hover{
    text-decoration:none!important;
    }
.void{
    display:block;
    width:100%;
    height:4.5vw;
    }
.header{
    width: 9rem;
    min-height:100vh;
    background: white;
    display:inline-block;
    position:fixed;
    top:0;
    padding-top:0.5rem;
    z-index:999;
    padding: 0 1rem;
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    font-size:1rem;
    }
.header a{
    text-decoration:none;
    color:#404040;
    }
 

.header-shadow{
   box-shadow: 0 2px 15px rgba(0,0,0,0.30);
}  
#menu-open, #menu-close{
    display:none;
}
.logo{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    width:100%;
    margin: 1.5rem -0.3rem;
    float:left;
    display:block;
    line-height:0.75;
    }

.title{
    font-family: 'Rajdhani', sans-serif;
    //font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;

    }
.subtitle{
    //font-family: 'Rajdhani', sans-serif;
    //font-family: 'Roboto Mono', monospace;

    font-weight: 100;
    text-decoration:none!important;
    font-size:2.1rem;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding-left:0.1rem;
    }
.logo-mobile{
    display:none;
    }

#underlay{
    display: none;
    width:100vw;
    position: fixed;
    top:0;
    height: 100vh;
    background: #404040;
    opacity: 0.7;
    z-index: 9999;
}

.header-links{
    width:100%;
    float:left;
    display:block;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    } 
.header-links a:hover{
    text-decoration:underline;
    }
   
.top-link{
    display:block;
    margin: 0.3rem 0rem;
    width:100%;
    align-self:center;
    float:left;
    }    
.footer{
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    width:9rem;
    position:fixed;
    left:0;
    bottom: 2rem;
    padding: 0 1rem;
    z-index:999;

}
.footer a:hover{
    text-decoration: underline;
}
.search{
    display: block;
    width:100%;
}
.search input, #subscribe input{
    width:100%;
    border:none;
    border-bottom: 1px solid #B3B3B3;
    padding:0.4rem 0rem;
    font-size:1rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}
.search input:focus, #subscribe input:focus{
    outline: none;
    font-size:1rem;
}
.half-void{
    display:inline-block;
    width:100%;
    height: 2rem;
}
.menu-void{
    display:inline-block;
    width:100%;
    height:1.5rem;
}
.copyright{
    font-style: italic;
    font-size:0.8rem;
}
.popup-div{
    display: none;
    position: fixed;
    width:25rem;
    margin-left:calc((100vw - 25rem)/2);
    margin-top:20vh;
    height:17rem;
    z-index:99999;
    background:white; 
   
}
#subscribe, .popup-inner{
    width:20rem;
    display: block;
    margin:2.5rem auto 0;

}
#subscribe-close{
    display:initial;
    position:absolute;
    right:1rem;
    font-weight: 100;
}
#message-subscribe{
    text-align: center;
}
#popup-close{
    display:initial;
    position:absolute;
    right:1rem;
    font-weight: 100;
}
.content{
    width:calc(100% - 18rem);
    margin: 0 5rem 5rem 13rem;
    display: inline-block;
}
.posts{
    margin-top: 0;
}
.first_post, .post, .post img, .single_post{
    position:relative;
    }
.first_post{
    width:100%;
    margin-bottom:6rem;
    display:inline-block;

    }
.first_post img{
    width:100%;
}

.first_post_card{
    position:absolute;
    bottom:10vw;
    right:10vw;
    display:block;
    float:left;
    background:white;
    padding:1rem 2rem;
    text-align:center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.30);
   }
.first_post .category, .single_post .category{
    position:absolute;
    top:7vw;
    right:0;
    background:white;
    padding:0.3rem 1rem;
   //box-shadow: 0 2px 15px rgba(0,0,0,0.30);
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    font-size: 1rem;
}
.post .category{
    position:absolute;
    top:2.5vw;
    right:0;
    background:white;
    padding:0.3rem 1rem;
    //box-shadow: 0 2px 15px rgba(0,0,0,0.30);
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    font-size: 1rem;
}
.post .category a:hover{
     text-decoration:underline;   
}
.first_post .title{
    font-weight:bold;
    text-transform:uppercase;
    margin:1rem auto 0.3rem auto;

    }
.first_post:hover a .title{
     text-decoration:underline;   
}
.single_post{
    width:100%;
    display:block;
    text-align:center;

}
.post{
    width:29%;
    display:block;
    text-align:center;
    float:left;
    margin-bottom: 5rem;
}
.post:nth-child(3n+1){
    margin-right:4%;
    clear:left;
}
.post:nth-child(3n+2){
    margin-left: 2.5%;
    margin-right: 2.5%;

}
.post:nth-child(3n){
    margin-left:4%;
    clear:right;
}

.post:hover, .first_post:hover{
   box-shadow: 0 2px 15px rgba(0,0,0,0.30);
   box-shadow: 7px  9px 19px rgba(0,0,0,0.15);
}
.post a:hover{
    text-decoration:none;
    }
.post img, .single_post img{
    width:100%;
}
.post:hover a .title{
     text-decoration:underline;   
}
.post .title, .single_post .title{
    font-weight:bold;
    text-transform:uppercase;
    margin:1rem auto 0.3rem auto;
    padding:0 0.6rem ;
    }

.post .date, .first_post .date{
    font-style:italic;
    text-align:right;
    padding:0.6rem 0.8rem 1rem 0.8rem ;
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    font-size: 0.8rem;

}
.post .abstract{
    padding-right:0.8rem;
    padding-left: 0.8rem;
}
.single_post .date{
    font-style:italic;
    text-align:right;
    padding:1rem 0.3rem 1rem 0 ;
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    font-size: 0.8rem;
}
.image-instruction{
    font-style:italic;
    text-align:center;
    padding:0.8rem 1rem;
    font-weight: 100;
    font-size: 0.8rem;
}

.article{
    margin:1rem 0rem;
    text-align:left;
    width:67%;
    max-width:70rem;
    float:right;
    }
.single_post .title{
    margin:2rem auto 0 auto;
    }
.empty_page{
    width:100%;
    display:block;
    padding:10rem 0;
    text-align:center;
    }

.text-block{

}
.image-text{
    width:44%;
    margin-left:-49%;
    //margin-bottom: -30%;
    margin-bottom: 5%;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.image-text:hover{
    cursor:pointer;
}
.image-text.big{
    width:149%;
    margin:5% 0 5% -49%;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.gallery-thumb{
    width:100%;
    display:inline-block;
}
.gallery-thumb a{
    width:16%;
    float:left;
    margin:2.5%;
}
.gallery-thumb a:nth-child(1){
    margin-left:0;
}
.gallery-thumb a:nth-child(5){
    margin-right:0;
}
#post-cover{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
#disqus_thread{
    width: 80%;
    display:none;
    margin:0 10% 5% 10%;
}
#show-comments{
    display:inline-block;
    width:100%;
    margin:3rem 0;
    text-align:center;
}
#show-comments-toggle{
    margin-bottom: 10rem;
}
#hide-comments-toggle{
    display: none;
}
/*------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1000px) and (max-width: 1100px){

.content{
    width:calc(100% - 12rem);
    margin: 0 1rem 0 11rem;
}
}
@media screen and (max-width: 999px){
html{
    font-size: 2.5rem;
}
body{
    margin-top:0;
}
h1{
    font-size:2.5rem;
}
.content{
    width:calc(100% - 2rem);
    margin: 0rem 1rem 0 1rem;
    position: relative;
    top:-2.6rem;
}
.header{
    display: none;
    width:12rem;
    position: absolute;
    top:0;
    z-index:99999;
    min-height:auto;
}
#underlay{
    height:120vh;
}
#menu-open, #menu-close{
    display:initial;
}
#menu-open{
    position: relative;
    top:-2.88rem;
    left:0.7rem;
    font-size:2rem;
}
#menu-close{
    position:absolute;
    right:1rem;
    font-weight: 100;
}
.popup-div{
    display: none;
    position: fixed;
    top:3vw;
    width:98vw;
    margin:0vh 1vw;
    height:17rem;
    z-index:99999;
    background:white;    
}
.menu-void{
    height:0.5rem;
}
.post{
    margin-bottom: 2rem;
}
.first_post{
    margin-bottom: 2rem;
}

.first_post, .post{
    width:100%;
    }
.first_post img, .post img{
    width:100%;
}

.first_post_card, .post_card{
    position:initial;
    display:block;
    float:left;
    width:100%;
    background:white;
    padding:0rem 0rem 1rem 0;
    text-align:center;
    box-shadow: none;
    margin-bottom: 0rem;
   }
.first_post:hover, .first_post:hover .first_post_card, first_post:hover, .first_post:hover .first_post_card{
   box-shadow: 0 2px 15px rgba(0,0,0,0.30);
   box-shadow: 7px  9px 19px rgba(0,0,0,0.15);
}
.post .category{
    top:7vw;
}
/*.post{
    width:100%;
    display:block;
    text-align:center;
    float:left;
    margin-top:4.5vw;
    margin-bottom:10vw;
}
.post img{
    width:55%;
    float:left
}
.post .category{
    position:absolute;
    top:7vw;
    right:45%;
    background:white;
    padding:0.3rem 1rem;
    //box-shadow: 0 2px 15px rgba(0,0,0,0.30);
    //font-family: 'Roboto Mono', monospace;
    font-weight: 100;
    font-size: 1rem;
}
*/
.post:nth-child(3n+1){
    margin-right:0%;

}
.post:nth-child(3n+2){
    margin-left: 0%;
    margin-right: 0%;

}
.post:nth-child(3n){
    margin-left:0%;
}
/*.post_card{
    margin-top: 0rem;
}
.post_card .title{
    margin-top: 0rem;
    font-size:1.2rem;
}
*/
.search input, .search input:focus{
    font-size: 1.3rem;
}
.logo{
    display:none;
    }
.logo-mobile{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    width:100%;
    margin: 1rem auto 0 auto;
    display:block;
    line-height:0.75;
    text-align: center;
    top:0;
    background: white;
    padding-bottom:0.7rem;
    border-bottom:1px solid #404040;
    }

.title-mobile{
    font-size: 2.5rem;
    display:inline-block;
    font-family: 'Rajdhani', sans-serif;
    //font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;

    }
.subtitle-mobile{
    font-size:1.0rem;
    display:inline-block;
    font-weight: 100;
    text-decoration:none!important;
    font-size:2.1rem;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding-left:0.1rem;
    }
.logo-mobile a:hover, .title-mobile a:hover, .subtitle-mobile a:hover{
    text-decoration: none;
}

.article{
    margin:1rem 0rem;
    text-align:left;
    width:100%;
    float:right;
}
.image-text{
    width:50%;
    margin:5% auto 5% auto;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.image-text.big{
    width:100%;
    margin:5% 0 5% 0;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
#disqus_thread{
    width: 100%;
    margin:0;
}


}