*{
    margin: 0;
    padding: 0;
}

body, html{
    height: 100%;
}

/*HEADER SECTION*/
header{
    background-color: #295345;
    position: fixed;
    width: 100%;
    z-index: 1;
}

#logo{
   float: left;
    padding: 15px 0 0 25px;    
}

#logo a {
    color: white;
    text-decoration: none;
}

nav{
    float: right;
    padding: 15px;
}


h1{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: .2em; 
}

h2{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.pageID{
    font-family: 'Anton', sans-serif;
    font-size: 5em;
}

.tagline{
    font-weight: 600;
    letter-spacing: .1em;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

/*SECTIONS*/
.background-one{
    background-color: darkcyan;
}

.background-two{
    background-color: #fff;
}

.heading{
    padding-bottom: 10px;
    letter-spacing: normal;
}
/*index*/

#content-index{
    height: 75%;
}

.container-index{
    max-width: 960px;
    margin: 0 auto;
    padding: 200px 60px 100px 60px;
}

.container-video{
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
}

/*bio*/

#content-bio{
    height: 75%;
}

.container-bio{
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 30px;
}

img{
    width: 300px;
   float: right;
}



/*Porfolio*/
.container-portfolio{
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
}

.piece{
    text-align: left;
    letter-spacing: normal;
}

.project{
    padding-bottom: 50px;
}
p.text-portfolio{
    padding-top: 20px;
}

hr{
    margin-bottom: 30px;
}
/*Contact*/

.container-form{
    max-width: 960px;
    margin: 0 auto;
    padding:100px 50px;
}

/*form feedback*/
.contact-feedback{
    padding: 200px 50px 100px 50px;
}

.thx{
    text-align: center;
}

/*disclaimer*/

.container-disclaimer{
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 60px;
}


/*HERO IMAGES*/
#hero{ 
    background-image:url("../images/hero.jpg");
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero-sec{
    background-image: url("../images/hero-index.jpg");
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container-img{
     text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

#hero-about{
    background-image: url("../images/hero-about.jpg");
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*Embed Code*/
.embed-container{ 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

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

/*FOOTER*/
footer{
    background-color:#142922;
}

footer a{
    color: white;
}

fotter p{
    color: white;
}
.social{
    padding-top: 2em;
    padding-bottom: 1em;
}

.social ul {
    clear: both;
}
    
.social li{
    float: left;
    list-style-type: none;
    width: 33.3%;
    text-align: center;
        }

.copyright{
text-align: center;
    padding-top: 2em;
   padding-bottom: 2em;
    color: #fff;
}


/* DESKTOP */
@media all and (min-width:1400px) {
	
   div.wrapper {
		width:80%;
		margin:auto;
	}

    section {
		width:65%;
		float:left;
	}
	

			
	
    img.desktop {
      		 float:left;
       		width:50%;
            padding-top: 10px;
            padding-right: 20px;
        
   	 }
    
    img.tablet, img.phone {
       		 display:none;
    	}  
    
    /* Change background color of navigation on selected page */
    ul.topnav li a.selected {
        	color:#fff;
   	 }
}


/* TABLET */
@media all and (min-width:769px) and (max-width:1399px) {
	
	section {
		width:60%;
		float:left;
	}

    
    /* Change background color of navigation on selected page */
           ul.topnav li a.selected {
        		color:#fff;
          }
  }

@media all and (max-width:768px) {
    #hero-sec{ 
    background-image:url("../images/hero-index-mobile.jpg");
    height: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
}

/* PHONE */

@media all and (max-width:425px) {
    
   .pageID{
    font-family: 'Anton', sans-serif;
    font-size: 3em;
}
    
    .container-index{
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 30px 0 30px;
}
    
    #content-bio{
        height: auto;
    }
    
    .container-bio{
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 30px;
}
    img{
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        
    }
    
    .container-disclaimer{
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 10px;
}
    
    .container-form{
       max-width: 960px;
        margin: 0 auto;
        padding: 50px 10px;
    }
    
    .contact-feedback{
    padding: 100px 50px;
}


   header{
    background-color: #295345;
    position: fixed;
    width: 100%;
    z-index: 1;
    padding-bottom: 8px;
}
    
    #hero{ 
    background-image:url("../images/hero-mobile.jpg");
    height: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


    
}





