@font-face {
    font-family: 'Arial Narrow';
	font-style: normal;
	font-weight: 100;
	src: local('Arial Narrow'), url('../fonts/Arialn.woff') format('woff');
}

* {
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

body {
	margin-top: 15%;
	text-decoration: none;
	z-index: 2;
}

*::selection {
	background: #fefe5d;
}

h1 {
	font-family: 'Arial', helvetica, sans-serif;
	font-size: 55vh;
    line-height: 1.0;
    font-weight: normal;
}

p {
	font-family: 'Arial Narrow', helvetica, sans-serif;
	font-size: 4.55vw;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

p a {
	text-decoration: none;
	color: #000;
}

p a:hover {
	font-style: italic; 
	letter-spacing: 0.05em;
}

.indent,
p .indent {
	text-indent: 7.5%;
	display: block;
}

.quote {
	font-family: 'Times New Roman', 'Times', Serif;
	font-size: 4.5vw;
	line-height: 1.0;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

#timer-hp {
	background-color: rgba(255, 255, 255, 0.95);
	height: 105vh;
	width: 100vw;
	top: -5%;
	position: fixed;
	z-index: 99;
	cursor: pointer;
	transition: z-index 0.5s linear;
}

#timer {
	background-color: #fff;
	height: 105vh;
	width: 100vw;
	top: -5%;
	position: absolute;
	z-index: -1;
	cursor: pointer;
	transition: all 1s ease;
}

.day,
.hour,
.minute,
.second {
	width: 50%;
	height: 50%;
	padding: 0.5%;
}

.day h1,
.hour h1,
.minute h1,
.second h1 {
	color: #fefe5d;
}

.day {
	top: 0;
	float: left;
}

.hour {
	top: 0;
	float: right;
	text-align: right;
}

.minute {
	bottom: 0;
	float: left;
}

.second {
	bottom: 0;
	float: right;
	text-align: right;
}

#caps {
	text-transform: uppercase;
}

.nav {
	position: fixed;
	top: 0;
	padding: 0.75% 3% 1.5%;
	width: 100%;
	border-bottom: 3px solid #000;
}

.nav p {
	text-indent: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.nav a {
	padding: 0;
	letter-spacing: 0;
	font-size: 3.9vw;
}

.nav a:hover,
.selected {
	font-style: italic;
	letter-spacing: 0.05em !important;
}

.col-half {
	width: 50%;
	display: table-cell;
}

.col-half p {
	font-size: 3.9vw;
}

section {
	margin: 6% 0 6%; 
	padding: 0 3% 6%;
}

.listing p {
	margin-bottom: 6%;
}

.listing p a {
	display: block;
	padding-left: 7.4%;
}

.indent-date-single {
	padding-left: 5%;
}

.indent-date-double {
	padding-left: 2.6%;
}

.listing-no-indent p a {
	display: block;
}

.text-block p {
	margin-bottom: 0;
}

img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 12%;
}

.no-indent {
	text-indent: 0 !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.col-half {
		width: 100%;
		display: block;
	}

	p,
	.nav a,
	.col-half p,
	.quote {
		font-size: 5.7vw;
		line-height: 1.2;
	}

	.nav {
		border-bottom: 2px solid #000;
	}

	#timer,
	#timer-hp {
		display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	    top: -3%;
	}

	.day,
	.hour,
	.minute,
	.second {
		height: 24%;
	}

	.day h1,
	.hour h1,
	.minute h1,
	.second h1 {
		font-size: 31vh;
	}
}
