/* GLOBAL STYLES */

html{
    background-color: #fff;
}

body {
    min-height: 600px;
    background-color: #fff;
    width:80%;
    margin: 0 auto;
}

header{
    background-color: #fff;
    height:75px;
}

aside{
    background-color: #fff;
    width: 20%;
    min-height: 600px;
    float: left;
    /*border: 1px solid black;*/
}

.nav h1{
    margin-top: 0;
}

.nav h4{
    text-align: left;
}

.nav ul, a{
    text-decoration: none;
    list-style: outside none none;
    padding-left: 0;
    color:deepskyblue;
    line-height: 1.5;
}

.social a{
    clear: left;
    float: left;
    text-decoration: none;
    line-height: 1.5;
    font-size: .75em;
}

section{
    background-color: #fff;
    width: 70%;
    min-height: 600px;
    float: right;
    /*border: 1px solid black;*/
}

section.bio{
    padding: 0 0.5em;
    text-align: justify;
}

section h1, h2{
    text-align: center;
}

.soon{
    margin: 0 auto;
    width: 47%;
}

img.icon{
    margin:0 auto;
    display: block;
}

.form{
    height: auto;
    margin: 0 auto;
    width: 300px; 
}
/* start reCAPTCHA styles */
		
/* writes to small text above reCAPTCHA upon failure */
	.dateFeedback{
		font-style:italic;
		font-size:70%;
		font-weight:bold;
		color:#f00;
	}
	input:required {
	  border: 1px solid red;
	}

	input:optional, textarea:optional {
	  background-color:#f1f1f1;
	  border:1px solid #ccc;
	}

	input[type="submit"], input[type="button"] {
	  background-color: #fff;
	  border-radius: 4px;
	  border: solid 1px #ccc;
	  padding: 0.3em 0.5em;
	}

	fieldset {
	  border: 1px solid #ccc;
	  max-width: 350px;
	}

	legend {
	  margin-left: 0.5em;
	  margin-bottom: 0.5em;
	  padding: 0.2em 0.5em;
	  border-left: 1px solid #ccc;
	  border-right: 1px solid #ccc;
	}
	
	form div{
		margin-bottom:2%;
		}
	
	/* end reCAPTCHA styles */

footer{
    background-color: #fff;
    min-height: 100px;
    clear: both;
    text-align: center;
    width: 70%;
    float: right;
}

footer p{
    padding-top: 85px;
}

/* embedded content*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%
    height: 0;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}
/*.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}*/


/* DESKTOP */
@media all and (min-width:1279px) {
  
    
}


/* TABLET */
@media all and (min-width:481px) and (max-width:1278px) {
	
    html {

    }
    
    
    body {

		}
}


/*PHONE*/
@media all and (max-width: 480px){
    body {
          
    }
}





