@import 'https://fonts.googleapis.com/css?family=Amatica+SC:400,700&subset=latin-ext';

* {
	box-sizing: border-box;
}

::selection {
	background: #ffca00;
	color: #fff;
}

::-moz-selection {
    background: #ffca00;
	color: #fff;
}

body {
	font-family: 'Amatica SC', curly;
	font-weight: 400;
	margin: 0;
	padding: 25px 25%;
	border-top: 5px solid #ffca00;
	font-size: 17px;
	color: #363636;
}

@media only all and (max-width: 70em) {
	body { padding: 15px; }
}

a {
	text-decoration: none;
	color: #ffca00;
}

a:hover {
	color: #e5b500;
}

header {
	text-align: center;
}

header svg path.fill-primary-color {
	fill: #ffca00;
}

header svg:hover path.fill-primary-color {
	fill: #e5b500;
}

header svg path.fill-bg-color {
	fill: #ffffff;
}

header h1 {
	font-weight: 700;
	font-size: 50px;
	margin: 0;
}

header small {
	color: #aeaeae;
	font-size: 25px;
}

nav {
	margin-top: 25px;
}

nav ul {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	display: flex;
	justify-content: space-around;
}

nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 27px;
	font-weight: 700;
}

nav ul li a {
	color: #9e9e9e;
}

nav ul li a:hover {
	color: #ffca00;
}

.itinerary-box {
	margin-top: 25px;
	border: 1px solid #ffca00;
}

.itinerary-box header {
	text-align: left;
	border-bottom: 1px solid #ffca00;
}

.itinerary-box .itinerary-date {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	width: 25%;
	font-size: 30px;
	padding-left: 10px;
	background-color: #ffca00;
	line-height: 50px;
}

.itinerary-box .itinerary-title {
	display: inline-block;
	font-size: 30px;
	width: 70%;
	padding: 0 10px;
}

.itinerary-box .itinerary-downloads {
	display: inline-block;
	padding-right: 10px;
	width: 5%;
}

.itinerary-box .itinerary-description {
	padding: 0 10px 10px 10px;
}
