/*
	
Flipboard SXSW 2018

*/

/* Reset Styles
--------------------------------------------- */
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, font, img, picture, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, figure, figurecaption, form, label, legend, section, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
	text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 
 /* Master Styles
--------------------------------------------- */
body {
	background-color: black;
	color: white;
	font-family: "Fakt Flipboard", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

h1 {
	font-family: "Fakt Flipboard Con", Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: 46px;
	text-transform: uppercase;
	margin-top: 42px;
	margin-bottom: 62px;
}

h1 em {
	font-style: normal;
	display: inline-block;
	box-shadow: 0px 9px 0px #f52828;
	padding-bottom: 4px;
}

h2 {
	font-family: "Tiempos Headline", Georgia, serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 32px;
}

h3 {
	font-weight: 500;
	margin-bottom: 4px;
}

h4 {
	font-weight: 400;
	color: #999;
}

/* Fonts */
@font-face {
  font-family: 'Fakt Flipboard';
  src: url('assets/fonts/FaktFlipboard-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Fakt Flipboard Con';
  src: url('assets/fonts/FaktFlipboardCon-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Tiempos Text';
  src: url('assets/fonts/TiemposText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('assets/fonts/TiemposHeadline-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

 /* Header & Nav
--------------------------------------------- */
.header-wrap {
	max-width: 960px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 94px;
	margin: auto;
	padding: 0 32px;
}

#logo {
	position: relative;
	top: 3px;
	display: flex;
}

nav {
	display: none;
	position: absolute;
	left: 0px;
}

nav a {
	font-family: "Fakt Flipboard Con", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline;
	margin-left: 27px;
	color: white;
}

nav a:hover {
	color: #999;
}

 /* Content
--------------------------------------------- */
.content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 32px;
}

.content a {
	box-shadow: 0px 1px 0px #f52828;
	color: white;
	padding-bottom: 2px;
}

.content a:hover {
	color: #f52828;
}

.intro p {
	max-width: 760px;
	font-family: "Tiempos Text", Georgia, serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}

.section, footer {
	border-top: 2px solid rgba(255, 255, 255, 0.20);
	padding-top: 50px;
	margin-top: 64px;
}

/* Schedule */

#schedule-list li span {
	display: block;
	margin-bottom: 18px;
}

#schedule-list p {
	line-height: 22px;
	margin-top: 18px;
	margin-bottom: 56px;
}

/* Team */
#team-list {
	margin-top: -64px;
	margin-left: 128px;
}

#team-list li {
	margin-bottom: 28px;
}

/* Recent Updates */

#article-list li {
	margin-bottom: 32px;
}

#article-list li a {
	line-height: 24px;
	margin-bottom: 6px;
}

#article-list li span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 300;
	color: #999;
	letter-spacing: 0.2pt;
}

/* Footer */
footer p {
	display: block;
	font-family: "Tiempos Text", Georgia, serif;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}

#social-list {
	font-size: 13px;
	margin: 64px 0 48px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#social-list li a {
	display: inline;
	margin: 0 12px 10px 12px;
}

/* misc.
--------------------------------------------- */
hr, .hide {
    display: none;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

/* self-clear floats */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

 /* Media Queries
--------------------------------------------- */
@media screen and (min-width: 730px) {
	#team-list {
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	
	#team-list li {
		width: 25%;
	}
}

@media screen and (min-width: 768px) {
	header {
		margin-top: 24px;
	}
	
	nav {
		display: block;
		position: static;
		margin-top: 3px;
	}
	
	h1 {
		font-size: 94px;
		margin-top: 140px;
		margin-bottom: 112px;
		line-height: 82px;
	}
	
	h1 em {
		box-shadow: 0px 18px 0px #f52828;
		padding-bottom: 10px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	.intro p {
		display: inline-block;
		font-size: 32px;
		line-height: 52px;
		margin-bottom: 64px;
	}
	
	.intro a {
		box-shadow: 0px 2px 0px #f52828;
		padding-bottom: 3px;
	}
	
	#schedule-list {
		margin-left: 25%;
	}
	
	.event-date {
		float: left;
		width: 50px;
	}
	
	.event-info {
		float: left;
		width: 80%;
	}
	
	#schedule-list li span {
		margin-right: 10%;
	}
	
	#article-list li a {
		font-size: 16px;
		padding-bottom: 1px;
	}
	
	#article-list li span {
		font-size: 14px;
		font-weight: 400;
		margin-top: 6px;
	}
	
	footer p {
		font-size: 26px;
		line-height: 34px;
	}
}