
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body{
height:100%;
box-sizing: border-box;

}



body{
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
   background-color: #EBE8E4;
   background-color: #f2f2f2;
}

img {
    max-width: 100%;
}

h1{

    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

#top, #bottom, #right, #left{
    background: #D6FF00;
    position: fixed;
    z-index: 5000;
}

#right, #left{
    top: 0;
    bottom: 0;
    width: 8px;
}

#left {left: 0;}
#right {right: 0;}
#top {top: 0;}
#bottom {bottom: 0;}

#top, #bottom{
    left: 0;
    right: 0;
    height: 8px;
}

#header{
    max-width: 1400px;
    margin: auto;
    padding: 0;
  
    
}

#site-header{
    position: fixed;
    margin: auto;
    padding: 0;
    top: 0;
    left: 0;
    border-bottom: 1px solid #D4D4D4;
    background-color: #FFFFFF;
    height: 94px;
    width: 100%;
    z-index: 500;
}

#Name{

   letter-spacing: .07em;
   z-index: 1000;
   padding-left:20px;
   margin-left: 0;

}

#Name p{

    font-size: 15px;
    font-family:  'Titillium Web';
    font-weight: 400;
    margin-left: 20px;
    position: relative;
    top: 42px;
    float: left;

    
}

#Name a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #000000;
}



.bold{

    font-weight: 600;
}

.contact-links img{
    margin-right: 5px;
}


#NameAlt{

    display: none;
}

nav {
    float: right;
    background-repeat: no-repeat;
    width: 168px;
    height: 105px;
    font-weight: 300;
    letter-spacing: .07em;
    margin-right: 30px;

}

nav ul{

    margin-top: 18px;
    margin-left: 14px;
    padding: 0;
}




nav li a:link{

    text-decoration: none;
    color: #000000;
    font-size: 11px;

}

nav li a:visited{

    color: #000000;
}

nav li a:hover{

    background-color: #D6FF00;
    transition: background-color 1s ease;
}


nav li a.active{

     background-color: #D6FF00;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  

#pull {  
    display: none;  
}     


#mobile-home{
    display: none;
}

#home-button, #close{

display: none;
}

#desktop-home{

    display: block;
    width: 51px;
    height: 68px;
    float: left;
    margin-right: 8px;
    margin-left: -2px;
    
}

#branding-button {
    position: relative;
    top: -3px;
}

#informing-button{
    position: relative;
    top: 0px;
}





#about-button {
    position: relative;
    top: 4px;
    color: #000000;
}

#exploring-button {
    position: relative;
    top: 2px;
}
.container-fluid{
    max-width: 1400px;
    margin: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;

}

#gallery {
    margin-top: 150px;
    font-size: 0;
}

#gallery li {
    list-style: none;
    display: none;
    vertical-align: top;
}

#gallery p{

margin-top: 10px;
}

.project{
    display: inline-block;
    margin-left: 3%;
    width: 29.333333333%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; 
    padding-bottom: 10px;

   /** margin-left: 4%;
        width: 44%;**/

}



.project:hover{
background-color: #D6FF00;
transition: background-color 1s ease;

}

.project:active{

background-color: #D6FF00;
}


.project p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    

    
}

#gallery p.thumb-description{
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.project a{

    text-decoration: none;
    color: inherit;
    

}





#project-content{

    font-size: 0;
}

#project-description{

    display: inline-block;
    position: fixed;
    top: 150px;
    width: 22%;
    max-width: 350px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

#caption{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    padding-left: 6%;
    padding-right: 6%;
    margin-top:10px;
    margin-bottom: 50px;
}

.caption-bold{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;

}

#project-description p{

    margin-bottom: 12px;
}

#project-description h3{

    font-weight: 700;
}

#project-images{

    float: right;
    margin-top: 155px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    width: 70%;

}

#project-images img{

    margin-bottom: 40px;
}

#previous{

    position: fixed;
    z-index: 1000;
    top:50%;
    margin-left: 8px;
    
}



#next{
    position: fixed;
    float: right;
    top:50%;
    z-index: 1000;
    right: 8px;   
    
}
.next-text, .previous-text{
    display: none;
}

#gallery a:hover{
    text-decoration: underline;

}

.btn {
  color: #000000;
  display: block;
  margin: auto;
  width: 25%;
  margin-top: 40px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  border: 2px solid black;
  text-align: center;
  text-decoration: none;
  padding: 12px 3% 12px 3%;
  letter-spacing: .1em;
    transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
   -webkit-transition: background .5s ease-in-out;
}

.btn:hover {
  background: #D6FF00;
  text-decoration: none;
}

.mobile{
    display: none;
}

.about{
    width: 150px;
}

/*Large Desktop*/

@media only screen and (min-width: 1400px) {
    
#Name{

    padding-left: 0px;
}


    }



/*Small Desktop*/

@media only screen and (max-width: 1100px) {
    .project{
     margin-left: 4%;
        width: 44%;
    }


#project-images{

    float: none;
    width: 100%;
    margin: 0;


}

#project-description{
    position: static;
    display: block;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 150px;
    margin-bottom: 60px;
}

#project-content{

    margin-left: 20px;
    margin-right: 20px;
}



}



/*Tablet*/




@media only screen and (max-width: 768px) {
    .project{
        margin-left: 4%;
        width: 44%;
    }

   


 #header{
        margin: 0;
        padding: 0;

    }

    nav{
            background-image: none;
            background-color: #FFFFFF;
            height: 0px;
            border-bottom: 0;
            width: 100%;
            margin-top: 3px;
            padding: 0;
            margin-right: 0px;


        

    }



    nav ul{
        background-color: #FFFFFF;
        position: relative;
        top: -5px;
        text-align: right;
        width: 100%;
        height: auto;
        display: none;
        margin:0;
        padding-right: 20px;

          


    }



    #pull {
        display: block;
        margin-right: 40px;
        margin-top: 20px;
        float: right;
        background-repeat: no-repeat;
        text-indent: -999999px;
    

    }

    .container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 26px;
    height: 4px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
    border-radius:3px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px) ;
    transform: rotate(-45deg) translate(-4px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px) ;
    transform: rotate(45deg) translate(-4px, -6px) ;
}




       nav li {

        width: 100%;
         border-bottom: 1px solid #D4D4D4;
         height: 40px;

    }



    nav li a{
        
          margin-right: 40px;


    }

#desktop-home{

    display: none;
}

#mobile-home{

    display: block;
    width: 29px;
    height: 39px;
    float: right;
    margin-right: 16px;
    margin-top: 15px;
    z-index: 100000;
    
}

nav ul{
    z-index: -200;
}

nav li.home{
height: 20px;
}

    #home-button{
    display: block;
    background-image:none;
    background-repeat: none;
    margin-right: 40px;
    float: right;
    position: relative;
    top:-6px;
    font-size: 13px;
  
    }


#branding-button {
   top:11px;
   font-size: 13px;
   
}
 
 #informing-button{
    position:relative;
    top: 11px;
    font-size: 13px;
    
}


#about-button {
    top: 11px;
    border: none;
    font-size: 13px;
    
}

 #exploring-button {
    top: 11px;
    font-size: 13px;

}

.no-border{

    border: none;
}

#project-images{

    float: none;
    width: 100%;
    margin: 0;


}



.project:active{

background-color: #D6FF00;
}

#project-description{
    position: static;
    display: block;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;

}

#caption{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

#project-content{

    margin-left: 20px;
    margin-right: 20px;
}

#site-header{
    height: 62px;
}

#Name p{

    font-size: 12px;
    top: 28px; 
}

#gallery{
    margin-top: 100px;
}

.desktop{display: none;
}

.mobile{
    display: block;
}

#previous{

    position: relative;
    top:-70px;
    margin-left: 40px;
    padding-bottom: 30px;
    width: 24px;
    
}



#next{
    position: relative;
    top:-126px;
    margin-bottom: 10px;
    margin-right: 34px;
    width: 24px;

    
}


.previous-text{

    margin-left: 10px;
}

.btn{
    width: 30%;
}

.btn:active, .btn:focus {

    background: #D6FF00;
}

}


/*Phone*/

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

   #gallery{
    padding: 0;
    margin: 0;
    margin-top: 70px;
   }

    .project{
        width: 94%;  
       margin-left: 3%;
    }

.container-fluid{
    padding-left: 0px;
    padding-right:0px;
}



  nav{
         
            
            margin-top: 10px;
            padding: 0;
            margin-right: 0px;

    }

nav li a{
        
          margin-right: 20px;

    }

    #Name{
        padding-left: 10px;
    }

#Name p{

    margin-left: 10px;
    font-size: 11px;
    letter-spacing: .05em;
    top: 30px;
    

    
}


h1{

    font-size: 20px;
    line-height: 20px;
}
 

   #pull {
       
        margin-right: 20px;
  

    }


    #home-button{
    margin-right: 20px;
 
    }



    #header{
        margin: 0;
        padding: 0;
    }

#project-description{

    margin-top: 100px;
    margin-bottom: 40px;
    /**font-size: 15px;
    line-height: 22px;**/
    width: 90%;
    max-width: 90%;
    margin-left: 6%;

}

#project-images img{


    margin-bottom: 20px;
}

#project-images{

    padding-bottom: 30px;
}

#caption{
    
    /**font-size: 15px;
    line-height: 22px;**/
    padding-left, padding-right: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

#caption.bold{
    font-weight: 600;
}


#previous{
    margin-left: 20px;
    top:-65px;
    
}

#next{
    margin-right: 13px;
    top:-120px;
    
}

.btn{
    width: 50%;
    margin-top: 30px;
}


}








