/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */
/*
Colors:

1) light grey: #e9e6dc;
2) light blue: #d9e4f5;
3) light lavender: #cdcaea;
4) light pink: #ecc1c7;
5) text color: #474b5a;
*/
html {background-color: #ffffff; }
body { 
  font-family: 'Lato', serif; font-size: 16px; color: #151517; width: 100%; }
section {width: 100%; padding: 15px 0 15px 0; clear: both;}
section article {margin: 0 5% 0 5%;}

h1 {font-size: 48px;}
h2 {font-size: 24px; padding-bottom: 30px;}
p {font-size: 12px; line-height: 1.5em; letter-spacing: 1.5pt; margin-bottom: 15px;}
a {
	text-decoration: none; 
	color: #db5b4a; 
	border-bottom: 1px solid transparent;
	-webkit-transition: 350ms border ease-out;
    -moz-transition: 350ms border ease-out;
    -o-transition: 350ms border ease-out;
    transition: 350ms border ease-out;
}
a:hover {border-bottom: 1px solid #db5b4a;}

.half {width: 50%; float: left;}


.right-align {text-align: right;}


/* Theme Colors */
.grey {color: #e9e6dc;}
.blue {color: #d9e4f5;}

.pink {color: #ecc1c7;}

/* Global Header */
.header {padding: 15px;}
.social {width: 120px; float: right; padding-bottom: 15px;}
.social a {display: inline-block; border: none; text-indent: -9999px; width: 34px; height: 34px; background-size: cover; margin-right: 6px;}
a#instagram {background-image: url('images/social/instagram-icon.png');}
a#twitter {background-image: url('images/social/twitter-icon.png');}
a#facebook {background-image: url('images/social/facebook-icon.png'); margin-right: 0;}
#press-kit {padding-bottom: 20px;}

/* Nav */
#nav {float: right;}

/* Global Footer */
.footer {
	background-color: #d9e4f5;
	position: fixed;
    bottom: 0;
}

/*
Home Page
*/

/* Home Page Sections */

/* 1. Banner */

section.banner.main {padding: 0; background-color: #151517;}
#banner-main {
	height: 75vh;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
}
/* 2. Bio */

.bio.home {background-color: #cdcaea;}
.bio.home article {max-width: 75%;}

/* 3. Featured Video */

.video-wrap.home {width: 560px; margin: 0 auto; padding-bottom: 15px;}

/* 4. News */

.news.home {background-color: #cdcaea;}

/* 5. Photos */

.photos.home {margin-bottom: 80px;}

/* tablet styles */
@media screen and (max-width: 1220px) {

}

/* mobile styles */
@media screen and (max-width: 768px) {
	.half {width: 100%; display: block;}
}




