

html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: none;
}

/* ///////////////////// FONTS ///////////////////// */

p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.6;
    color: #000;
    text-align: center;
}


h1{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
	line-height: .2;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}

h3{
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

/* ///////////////////// HEADER ///////////////////// */


logo{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #000;
    height: 62px;
    width: 37px;
    
    border-bottom: 5px solid black;
    
    position: fixed;
    z-index: 3;
}

#header {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -18px;
}

#container {
    margin-top: 100px;
    margin-left: 14%;
    margin-right: 14%;
}

/* ///////////////////// HOVER ///////////////////// */

#container a {
    height: 100%;
    display: block;
    margin-bottom: 30px;
}

.col_index a:last-child {
    margin-bottom: 0 !important;
}


img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;

}


/* ///////////////////// BODY ///////////////////// */

.text-box {
    margin: 0 auto;
    margin-left: 220px;
    margin-right: 220px;
    margin-bottom: 40px;
    padding-top: 10px;
    clear: left;
}

.text-content {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
}


.about{
    padding-left: 100px;
    padding-right: 100px;
    margin: 20px auto;
}

.bar {
    width: 37px;
    height: 10px;
    border-bottom: 5px solid rgb(0,0,0);
    margin: 20px auto;
}

.bar_small {
    width: 19px;
    border-top: 3px solid rgb(0,0,0);
    margin: 20px auto;
}


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

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

#footer {
    width: 100%;
    text-align: center;
    float: left;
}

/* ///////////////////// NAVIGATION ///////////////////// */

a {
    color: black;
    text-decoration: none;
}

.nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #000;
    height: 20px;

    border-bottom: 3px solid rgba(0,0,0,0);

    position: fixed;
    z-index: 3;
}

.nav-link:hover {
    border-bottom: 3px solid black;
    cursor: pointer;
}

#nav_work {
    left: 3%;
    top: 95px;
}

#nav_about {
    right: 3%;
    top: 95px;
}

#nav_hello {
    left: 3%;
    bottom: 40px;
}

#nav_photo {
    right: 3%;
    bottom: 40px;
}



/* ///////////////////// GRID ///////////////////// */


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

.col_index {
	display: block;
	float: left;
	margin: 0 0 20px 4%;
}

.col:first-child { margin-left: 0; }

.col_index:first-child { margin-left: 0; }

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  GRID OF THREE  */

.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 30.66%; }

/*  GRID OF TWO  */

.left{
    width: 49.2%;
}

.right{
    width: 49.2%;
}

/*  COLUMNS  */

.content-col {
    width: 100%;
    float:left;
}

.project-page img {
    margin-bottom: 16px;
}



.text-col {
    padding-top: 5px;
    width: 100%;
}




/* ///////////////////// BREAKPOINTS ///////////////////// */

/* 2200 */
@media only screen and (min-width: 2200px) {
    .text-content {margin: 200px 8% 0 8%};

}

/* 1800 */
@media only screen and (min-width: 1800px) {
    .text-content{margin: 60px 4% 0 4%};

}

/* 1100 */
@media only screen and (max-width: 1200px) {
    .text-box{
        margin-left: 15%;
        margin-right: 15%;
    }

/* 960 */
@media only screen and (max-width: 960px) {
    .content-col {  margin: 1% 0 1% 0; }
    .col {margin: 0;}
    #container { margin-bottom: 15px;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 94px;
    }
    #container a {
        margin-bottom: 12px;
    }
    img { margin-bottom: 5px;}
    .text-box {
      margin-left:0;
      margin-right: 0;
      padding: 0 8% 0 8%;
    }
    .text-content {
      padding: 0 8% 10px 8%;
    }
    .left {width: 100%;}
    
    h1{font-size: 0.8em;}
    h2{font-size: 0.7em;}
    h3{font-size: 0.7em;}
    
    #nav_work{top: 95px;}
    #nav_about{top:95px;}
    #nav_hello{bottom:35px;}
    #nav_photo{bottom:35px;}
    
    
    #header{top:5px;}

    p {
        line-height: 1.5;
    }
    
}


/* 860 */
@media only screen and (max-width: 860px) {
  .span_1_of_3 {width: 100%;}
  #container {
    margin-left: 15%;
    margin-right: 15%;
  }
  .col_index {margin: 0 0 30px 0;}
    
    #nav_work{top: 90px;}
    #nav_about{top:90px;}
    #nav_hello{bottom:30px;}
    #nav_photo{bottom:30px;}
}

/* 620 */
@media only screen and (max-width: 620px) {
  p {
    text-align: justify;
    font-size: 0.8em;
  }

  #footer p {
    text-align: center;
  }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

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

}
