html, body, section, div {
	margin:0;
	padding:0;
	border:0;
	color:#000;
	font-family:'Open Sans', 'Sans Serif';
	font-weight:100;
	font-weight:lighter;
	font-size:14px;
	text-align:center;
}

div.clearfix {
	clear:both;
}

div.container {
	position:relative;
}

.content {
    position:absolute;
    height:10%; /* = 100% - 2*10% padding */
    width:100%; /* = 100% - 2*5% padding */
    padding: 0;
}

.table{
    display:table;
    height:100%;
    width:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
}

#header {
	background:url(hero.jpg) no-repeat;
	background-size:cover;
	width:100%;
	padding: 0 0 56.25% 0;
	text-transform:uppercase;
}

#header h1 {
	color:#222;
	letter-spacing:12px;
	font-size:55px;
	font-weight:200;
	margin:0;
}

#header h2 {
	color:#222;
	font-size:15px;
	font-weight:200;
	margin:0;
}

#nav {
	background:#222;
	width:100%;
}

#name {
	float:left;
	color:#fff;
	letter-spacing:4px;
	font-size:20px;
	font-weight:100;
	text-transform:uppercase;
	padding:35px 0 35px 10%;

}

#menu {
	float:right;
	text-transform:uppercase;
	padding:40px 10% 0px 0;
}

#menu a {
	margin:0 0 0 35px;
	color:#ccc;
	text-decoration:none;
}

#menu a:hover {
	color:#fff;
}

#aboutcontainer {
	padding:5% 10%;
}

h3 {
	text-transform:uppercase;
	font-size:22px;
	font-weight:100;
	margin:0 auto;
}

h4 {
	font-size:17px;
	font-weight:100;
	margin:0 auto 50px auto;
	max-width:600px;
}

hr.narrow {
	width:35px;
	border:1px solid #000;
	margin:35px auto;
}

#bio {
	float:left;
	text-align:left;
	width:55%;
	margin:0 5% 0 0;
}

#bio p {
	line-height:30px;
	margin-top:0;
	margin-bottom:15px;
}

#headshot {
	float:right;
	width:40%;
	margin:7px 0 0 0;
}

#headshot img {
	width:100%;
}

#backgroundcontainer {
	background:#f5f5f5;
	padding:5% 5%;
}

#skills {
}

#skills img {
	padding-bottom:35px;
	max-width:64px;
}

#skills p {
	margin: 35px 0 0 0;
}

div.skill {
	float:left;
	width:18.3333%;
	margin:2.5%;
	background:#fff;
	padding: 5%; 
}

div.skills2 {
	display:none;
}

#presscontainer {
	color:#fff;
	background:url(montreal.jpg) no-repeat center center;
	background-size:cover;
	padding:5% 10%;
}

#presscontainer hr {
	border: 1px solid #fff;
}

#logos {
}

div.logo {
	text-align:center;
	float:left;
	width:15%;
	margin:0 2.5% 5% 2.5%;
}

div.logos2 {
	display:none;
}

#logos img { 
	max-width:100%;
}

#contactcontainer {
	padding:5% 25%;
	background:#000;
	color:#fff;
}

div.contact {
	text-align:center;
	float:left;
	width:28.3333%;
	margin:0 2.5% 5% 2.5%;
}

#contactcontainer img {
	max-width:40px;
}

#contactcontainer hr {
	border: 1px solid #fff;
}


#about:before, #background:before, #press:before, #contact:before {
    display: block;
    content: " ";
    height: 90px;  /* Give height of your fixed element */
    margin-top: -90px; /* Give negative margin of your fixed element */
    visibility: hidden;
}

#background, #press, #contact {
    padding-top: 90px;
    margin-top: -90px;
}

#about:before {
    height: 110px;  /* Give height of your fixed element */
    margin-top: -110px; /* Give negative margin of your fixed element */
}

#about {
    padding-top: 110px;
    margin-top: -110px;
}

ul.simple-toggle { padding:0; margin:0; list-style: none; }
ul.simple-toggle li { display: inline-block; }

.anchor-link { display: none; }
#menu-toggle { display: none; }




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

div.skill {
	width:35%;
}
div.skills2 {
	display:block;
}
div.skills3 {
	display:none;
}

	
	ul.simple-toggle { display: none; }
	.anchor-link, #menu-toggle { display: block; }
	#menu a { margin:0; }

  ul.open { 
	background:#444;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 100%;
    z-index: 0; 
	}
	ul.open li { display: block; list-style: none; text-align: center; border-bottom: 1px solid #ccc; }
	ul.open li a { display: block; padding: 20px 0px; text-decoration: none; }
	ul.open li a:hover { background-color: #ccc; color: #fff; }
	
}



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

.content {
    display:none;
}

#header h1 {
	color:#fff;
	letter-spacing:12px;
	font-size:35px;
	font-weight:100;
	margin:0;
}

#bio {
	width:100%;
	margin:0 0 5% 0;
}

#headshot {
	width:100%;
	margin:0 0 5% 0;
}

div.skill {
	width:85%;
}

div.logo {
	width:40%;
	margin:0 5% 5% 5%;
}

div.logos2 {
	display:block;
}
div.logos5 {
	display:none;
}

}