@font-face {
	font-family:'edo';
	src:url('../fonts/edosz.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Basic */
body, input, select, textarea {
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: edo;
	font-weight: 400;
	color: #00003E;
}

strong, b {
	font-weight: 700;
}

a {
	color: #FFA248;
}

/* Header */
#logo img {
	height: 40px;
}

.alt #logo img {
	filter: invert(100);
	-webkit-filter: invert(100);
}

/* Banner */
#banner {
	background-color: #00003E;
	background-image: none;
}

#banner .inner {
	background: none;
	padding: 0;
}

#banner .inner img {
	max-width: 400px;
}

#banner .inner header {
	border-bottom: solid 2px;
	border-top: solid 2px;
	/*margin: 0 0 2em 0;*/
	/*padding: 3px 0 3px 0;*/
}

#banner .inner header h2 {
	border-bottom: solid 2px;
	border-top: solid 2px;
	color: white;
	font-size: 4em;
	font-weight: 400;
	letter-spacing: 0.15em;
}

#banner .inner h3 {
	font-family: source-sans-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2em;
	letter-spacing: 0.02em;
	line-height: 1em;
	text-transform: none;
	color: white;
}

/**/
.wrapper {
	margin-bottom: 3em;
}
header.special {
	padding-top: 0;
}

header.special::before, header.special::after {
	content: none;
}

header.special>h2 {
	background-image: url("../../images/paint_double.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	color: #fff;
	padding: 50px 0;
}

#main .style2, #last_year .style2 {
	background-color: #00003E;
}

/**/
#speaker header, #venue header, #organisers header, #next header, #next_date header{
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #fff;
	padding: 5% 0;
}

#speaker header>h2, #venue header>h2, #organisers header>h2, #next header>h2, #next_date header>h2 {
	padding: 15% 0;
	margin: 0;
	font-size: 2em;
	color: #fff;
}

#venue header>h2 {
	padding: 40% 0;
}

/* CTA (tickets) */

#cta {
	background-color: #00003E;
	background-image: none;
}

@media screen and (max-width: 736px) {
	#cta {
		margin-top: 3em;
	}
}

#cta header>h2 {
	background-image: url("../../images/paint_double.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	color: #fff;
	padding: 50px 0;
}

#elWrapper .small {
	display: none;
}

/* Contact */

#contact {
	margin-top: 3em;
}
/* Icon */
.icon.circle.fa-facebook-official {
	color: #000;
}

.icon.circle.fa-instagram {
	color: #000;
}

/* Icon */
#next_date .icon.circle.fa-facebook-official, #next_date .icon.circle.fa-instagram  {
	color: #fff;
}
