.post {
    border: 0;
    padding: 0;
    margin: 0;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    clear:both;
}

#about .post h2 {
    margin-top:1em;
    font-size: 1em;
    text-transform: uppercase;
    color:white;

}

.preview,
.dummy{
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    clear:both;
}

.preview{
    cursor: pointer;
}


.dummy{

}

.preview img,
.dummy img {
    width: 100%;
    display:block;
    border:0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-filter:brightness(.5);
    -moz-filter:brightness(.5);
    filter:brightness(.5)
}
.projectpreview {

}


.darkoverlay{
    color: black;
}
.lightoverlay{
    color:white;
}

.full {
    display: none;
    border: 0;
    padding: 0;
    margin: 0;
    padding-bottom:20px;

}

.full img {
    display:block;}

.full video {
    display:block;
}

.full .textbox{
    margin: 30px 50px 0px 50px;
}

.full .textbox h1{
    font-size: 1.2em;
    font-weight: bolder;
    color: lightgrey;
}

.full .textbox h2{
    font-size: 1.2em;
    font-weight: 400;
    color: lightgrey;
}

.full .bottombar,
.full .titlebar{
    cursor: pointer;
    display:block;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right:1em;
    font-size: 1.2em;
    color:darkgrey;
}


iframe {
    width: 100%

}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}

.yt {}

.ytsrc{
    display:none;}

.endstuff{
    width:100%;
    margin:0;
    padding:0;
    border:0;
    margin-top:100px;
    text-align:right;
    text-transform: uppercase;
    color:darkgrey;
}

.full .bottombar{
    cursor: auto;
}

.post .full {

}

.post .full .titlebar{

    padding-bottom:0em;
    padding-top:0em;
    margin:0;
    text-align:center;
}

.post .full .titlebar h2{
    padding-top: .4em;
    padding-bottom: .4em;
}

.post .full .titlebar a{
    color: white;
}


.feed,
.all_posts{
width:100%;
margin-left: auto;
margin-right: auto;
}

.page_content,
.post_content{
    max-width: 1000px;
}
.post_content {


}

.page_content .alignnone,
.page_content .aligncenter,
.post_content .alignnone,
.post_content .aligncenter{

  
    width:100%;
    overflow: hidden;
    height: 100%  ;
    margin-bottom:1em;
    margin-top:1em;
}

.page_content .alignleft,
.page_content .alignright,
.post_content .alignleft,
.post_content .alignright{
    display:inline-block;
    float:right;
    max-width: 50%;
    height:auto;
}

.page_content .alignleft,
.post_content .alignleft{
    float:left;
}

.page_content video,
.post_content video{

    width:100%;
    height: auto;
}

.postpreview {

}

.post .preview .overlay {

    text-align: left;
    margin-left:2%;
    padding-top:0;
    text-overflow: hidden;
    display:block;
    text-transform:none;
    font-weight: 400;
    width:70%;
    max-width: 80%;
    overflow: hidden;
    margin-top:1%;
    position:absolute;
    font-size: 1em;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index:80;
}




.post .preview .overlay h2 {
    opacity: 1;
    padding:0;
    margin:0;
    margin-top:.2em;
    margin-left:1em;
    color:white;
    font-weight:bold;
}
.post .preview .overlay p {
    padding:0;
    margin:0;
    opacity: .5;
    color:#8AB8A9;
    width: 80%;
    max-width: 720px;
    display: none;
    overflow: hidden;
    max-height: 5em;
    margin-top:.2em;
    margin-left:2px;

}
.post .preview .overlay p::first-line {
    opacity:.6;
    -moz-opacity:.6;
    -khtml-opacity:.6;
    color:#BFFFEB;
}

.post .preview .darkoverlay p{
    color: darkgrey;
}
.post .preview .darkoverlay p::first-line{
    color:black;
}

.post_author{}
.post_comment{}
.post_more{
float:left;
}

.post {

    clear:both;
}

.postsingle{

    clear:both;
}

/* Tablet */

@media screen and (max-width: 1024px){

    .post{
        width:100%;
    }
    .post .preview .overlay{
        width:100%;
        font-size:.8em;
    }

}

/* Hi Rez */

@media screen and (min-width: 2046px) {
    .post .preview .overlay{
        width:800px;
    }
}

/* Mobile */

@media screen and (max-width: 600px) {



#about .post h2 {
	font-size: .8em;
}

}

@media screen and (max-width: 480px) {

#about .post h2 {

    font-size: .6em;

}

    .post .preview .overlay{
        font-size: .6em;


    }
    .post .preview .overlay p{
        margin-top:0;
        max-height: 4em;
    }
}

