@charset "UTF-8";
/* CSS Document for Saz Design */

/* FONTS */
@font-face {
	font-family: 'museo_slab500';
	src: url('../fonts/museo/Museo_Slab_500_2-webfont.eot');
	src: url('../fonts/museo/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museo/Museo_Slab_500_2-webfont.woff2') format('woff2'),
		url('../fonts/museo/Museo_Slab_500_2-webfont.woff') format('woff'),
		url('../fonts/museo/Museo_Slab_500_2-webfont.ttf') format('truetype'),
		url('../fonts/museo/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans100';
	src: url('../fonts/museo/MuseoSans_100-webfont.eot');
	src: url('../fonts/museo/MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museo/MuseoSans_100-webfont.woff2') format('woff2'),
		url('../fonts/museo/MuseoSans_100-webfont.woff') format('woff'),
		url('../fonts/museo/MuseoSans_100-webfont.ttf') format('truetype'),
		url('../fonts/museo/MuseoSans_100-webfont.svg#museo_sans100') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans500';
	src: url('../fonts/museo/MuseoSans_500-webfont.eot');
	src: url('../fonts/museo/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museo/MuseoSans_500-webfont.woff2') format('woff2'),
		url('../fonts/museo/MuseoSans_500-webfont.woff') format('woff'),
		url('../fonts/museo/MuseoSans_500-webfont.ttf') format('truetype'),
		url('../fonts/museo/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* LAYOUT */
body {
	margin: 0 auto;
	font-family:'museo_sans100', sans-serif;
	font-size: 16px;
	color: #63666a;
}

header {
	padding: 2em 0 0.75em 0;
}

#hero {
	height: 100vh;
	background-color: #c84663;
	color: white;
	text-align: center;
}

#portfolio {
	padding: 10% 0 10% 0;
}

#portfolio > .row {
	margin-bottom: 3%;
}

#rationale {
	padding: 15% 0 5% 0;
}

#about {
	background-color: #d0d0ce;
	padding: 10% 0;
}

footer {
	background-color: #42826c;
	color: white;
	text-align: center;
}

/* TYPOGRAPHY */
h1 {
	font-family: "museo_slab500", serif;
	font-size: 1.25em;
}

h2 {
	font-family: 'museo_slab500', serif;
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.25em;
	display: block;
}

h6 {
	font-size: 1em;
	padding: 1em 0;
}

.scroll {
	font-size: 0.85em;
	padding-bottom: 1em;
}

.scroll > a {
	text-decoration: none;
	color: white;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/* NAVIGATION */
.header-pink {
	width: 100%;
	position: fixed;
	background-color: #c84663;
	z-index: 1;
}

h1.logo > a {
	color: white;
	border: 1px solid white;
	text-decoration: none;
	padding: 0.75em;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

h1.logo > a:hover {
	background-color: white;
	color: #c84663;
}

.header-white {
	width: 100%;
	position: fixed;
	z-index: 2;
	background-color: rgba(250,250,250,0.90);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-white h1.logo > a {
	color: #c84663;
	border: 1px solid #c84663;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.header-white h1.logo > a:hover {
	background-color: #c84663;
	color: white;
}

nav li {
    display: inline-block;
    overflow: hidden;
    float: right;
}

nav li a {
    color: white;
    padding: 1em 0 1em 2em;
    text-decoration: none;
}

nav li a:hover {
    color: white;
    text-decoration: underline;
}

.header-white nav li a {
	font-family: 'museo_sans500';
	font-size: 98%;
	color: #c84663;
}

.header-white nav li a:hover {
	color: #c84663;
	text-decoration: underline;
}

.filter {
	text-align: center;
}

.filter li {
	display: inline-block;
	overflow: hidden;
	padding: 1em 0.25em 0.25em 0.25em;
}

.filter li a {
	margin: 0 auto;
	color: #63666a;
	text-decoration: none;
	padding: 0.5em;		
}

.filter li a:hover, a:focus {
	font-family: 'museo_sans500';
	font-size: 0.98em;
}

.hyperlink a {
	color: #63666a;
	margin-bottom: 10%;
}

/* MEDIA */
img {
	max-width: 100%;
}

.avatar {
	margin-top: 10%;
	padding: 15%;
}

.sarah {
	width: 80%;
	margin-bottom: 5%;
	text-align: center;
	border-radius: 50%;
	border: 3px solid white;
}

/* Keep for rollover effect

/*.overlay {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
}

#portfolio .four.columns:hover span {
	display: block;
}

#portfolio .four.columns:hover .overlay {
	display: block;
	opacity: 0.60;	
}*/

#portfolio .four.columns {
	position: relative;
}

span {
	display: none;
	position: absolute;
	color: #63666a;
	width: 100%;
	text-align: center;
	font-family: 'museo_sans500';
	top: 45%;
}

#portfolio .four.columns:hover span {
	display: block;
}

#portfolio .four.columns img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#portfolio .four.columns:hover img {
	opacity: 0.15;
}

.icons {
	display: inline-block;
	padding: 2% 1% 3% 1%;
}

.six.columns img {
	padding-bottom: 5%;
}

/* FOOTER */
ul.social {
	margin: 7% 0 0 0;
}

.social li {
	display: inline-block;
	overflow: hidden;
}

.social li a {
	float: left;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 1.25em;
	text-align: center;
	margin: 0 0.5em;
	padding: 0.25em;
	color: white;
	border-radius: 50%;
	border: 1px solid white;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
}

.social li a:hover {
	color: #42826c;
	background-color: white;
}

/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
	
	nav.eight.columns {
		display: none;
	}
	
	.avatar {
		margin-top: 25%;
	}
	
	.scroll {
		font-size: 1em;
	}

	.sarah {
		width: 45%;
		margin-top: 5%;
	}
	
	span {
		font-size: 1.3em;
	}
	
	#portfolio.container .row {
		margin-bottom: 0;
	}
	
	.four.columns img {
		margin-bottom: 5%;
	}
	
	#rationale .container {
		margin-top: 20%;
	}
	
	.hyperlink {
		margin-bottom: 10%;
	}
}

@media screen and (max-width: 750px) {
	#rationale .container {
		margin-top: 10%;
	}

.avatar {
		margin-top: 30%;
	}
}