/*
Theme: aftrimage -- field vision
*/


html{
    overflow: auto;
}
body {
    font-family: Helvetica Neue;
	font-size: 13px;
    line-height: 1.25em;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


body, select, input, textarea {
    color: #fff;
    background-color: #000;

}

a {color: #fff; text-decoration: none;}
a:hover {color: red;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fff; color: #000; text-shadow: none;}
::selection {background: #fff; color: #000; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fff; color: #fff;}

ins {background-color: #000; color: #fff; text-decoration: none;}
mark {background-color: #000; color: #fff; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.clearafter:after{
    content: '';
    display: block;
    clear: both;
}

.cursor-pointer{
    cursor: pointer;
}
.underline-mouseover:hover{
    text-decoration: underline;
}

.font-title{
    display: block;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 3vw;
    line-height: 1em;
    margin-bottom: 10px;
}


span.no-break {
    font-weight: inherit;
    display: inline-block;
}

.sq-button {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
}
.pill-button.art {
    border: 1px solid #34c4fa;
    background-color: #34c4fa;
    color: #fff;
}
.pill-button-full {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
}
.display-inlineblock{
    display: inline-block;
}

.text-right { text-align: right; }
.text-center { text-align: center; }

.blink {
    width: 10vw;
    height: auto;
    filter:invert(0);
    float:left;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
    
   
    
}


/*
-------------------------------------------------------------------------------*/

header{
    padding: 10px;
    background: #000;
}

.logo{
    width: 11.5%;
    height: auto;
    filter: invert(1);
  
}


.bio {
    padding: 0;
    margin-bottom: 0px;
    overflow-x: none;
    overflow-y: scroll;
}

#myVideo {
    max-height: 5%;
}

/* 
-------------------------------------------------------------------------------*/



/*
-------------------------------------------------------------------------------*/





/* 
-------------------------------------------------------------------------------*/



/* projects
-------------------------------------------------------------------------------*/



/* aftrimage-main
-------------------------------------------------------------------------------*/





/* 
-------------------------------------------------------------------------------*/

/* 
-------------------------------------------------------------------------------*/


footer{
    padding: 10px;
}



/****/



.col-md-2{
    width: 16.66%;
    float: left;
}
.col-md-3{
    width: 25%;
    float: left;
}
.col-md-4{
    width: 33.33%;
    float: left;
}
.col-md-6{
    width: 50%;
    float: left;
}
.col-md-8{
    width: 66.66%;
    float: left;
}
.col-md-9{
    width: 75%;
    float: left;
}
.col-md-10{
    width: 83.33%;
    float: left;
}
.col-md-12{
    width: 100%;
    float: left;
}

.mobile{display: none;}



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

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


@media screen and (max-width: 960px) {
    
    .desktop{display: none;}
	.mobile{display: block;}
    
    body{
        font-size: 3vw;
    }
    
    .font-title{
        font-size: 10vw;
        margin-bottom: 0;
    }

    
    
    header {
        padding: 10px;
        padding-bottom: 10px;
        color: #fff;
    }
    
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    

    

    /* 
    -------------------------------------------------------------------------------*/


        
    
    /*  
    -------------------------------------------------------------------------------*/


    /**/
    


    /* 
    -------------------------------------------------------------------------------*/

    /******/


    /******************************/
    .col-sm-50{
        width: 50%;
        float: left;
    }
    .col-sm-100{
        width: 100%;
        float: left;
    }
        
} 