/*@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,600i,700,700i,900,900i");

@font-face{
	font-display: swap;
	font-family:"KG Blank Space Sketch";
	src:url(../fonts/KGBlankSpaceSketch.woff2) format("woff2"),
	url(../fonts/KGBlankSpaceSketch.woff) format("woff"),
	url(../fonts/KGBlankSpaceSketch.ttf) format("truetype");
	font-weight:normal !important;
}
@font-face{
	font-display: swap;
	font-family:"KG Blank Space Solid";
	src:url(../fonts/KGBlankSpaceSolid.woff2) format("woff2"),
	url(../fonts/KGBlankSpaceSolid.woff) format("woff"),
	url(../fonts/KGBlankSpaceSolid.ttf) format("truetype");
	font-weight:normal !important;
}*/

@font-face {
    font-family: 'Horatio D';
    src: url('../fonts/HoratioD-Bold.woff2') format('woff2'),
        url('../fonts/HoratioD-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.extras {
	display: none;
}
html,body {
  height: 100%;
}
body {
	background: #ac9038;
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #ac9038;
}
main {
	position: relative;
	width: 100%;
}
small {
	font-size: 0.8em;
}
b {
	font-weight: 800;
}
a {
	text-decoration: underline;
	color: #ac9038;
}
a:hover {
	text-decoration: none;
	color: #ac9038;
}
h1, h2, h3, h4, h5 {
	color: #ac9038;
	font-family: 'Arial', sans-serif;
    font-family: 'Horatio D';
}
#globalcontainer {
    background: #fff;
}
#canvas {
	position: fixed;
	z-index: -1;
}
#header {
	position: relative;
	text-align: center;
	height: 100%;
	z-index: 5;
}
#header #logo {
	padding-top: 10px;
}
#header_image {
	margin-top: -30px;
	position: relative;
	overflow:hidden;
}
#header_image img {
	width: 100%;
}
#slogan {
	text-align: center;	
	font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.9px;
	color: #BEC63F;
	font-size: 2rem;
	line-height: 1em;
}
#slogan span {
	display: block;
	color: #E73431;
    letter-spacing: -0.9px;
	font-size: 1.5rem;
}
#program ul {
	margin-left: 0;
	padding-left: 20px;
}
#program li strong {
	display: inline-block;
	width: 65px;
	padding: 2px 0;
}
#register button:focus,
#register button:hover {
	color: #fff;
	background: #ac9038;
  transition: 0.3s;
}
#register button {
	display: block;
	font-family: 'Arial', sans-serif;
	background: #fff;
	color: #ac9038;
	line-height: 30px;
	font-size: 1.5rem;
    border: 1px solid #ac9038;
    border-radius: 50px;
    padding: 20px 50px;
    transition: 0.3s;
}
.form-control {
    border: 1px solid #ac9038;
    border-radius: 50px;
	background: #fff;
	margin-bottom: 5px;
}
.bg-light-gray {
    border-bottom: 1px solid #ac9038;
    border-top: 1px solid #ac9038;
}
.bg-light-beige {
    border-bottom: 1px solid #ac9038;
    border-top: 1px solid #ac9038;
}
.bg-black {
    background: #ac9038;
}


* {
    z-index: 2;
}
#invitvideo {
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-height: 100%;
	position: relative;
}
#invitvideo .video-js {
	width: 100%;
   height: auto;
}
#invitvideo .video-js .vjs-tech {
	position: relative;
	margin-top: 0 !important;
}
video {
  width: 100%    !important;
  height: auto   !important;
}


.nanogallery_theme_clean .nanoGalleryNavigationbar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	
}

.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 (min-width: 544px) {  
	#slogan {
		font-size: 2rem;
	}
	#slogan span {
		font-size: 1.5rem;
	}
	#second-bg {
		padding-top: 50px;
	}
}
@media (min-width: 768px) {  
	#slogan {
		font-size: 2.5rem;
		margin-top: 15px;
	}
	#slogan span {
		font-size: 2rem;
	}
	#register {
		margin: 30px 0 50px;
}
@media (min-width: 992px) { 
	#slogan {
		font-size: 3.2rem;
	}
	#slogan span {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	#slogan {
		font-size: 4rem;
	}
	#slogan span {
		font-size: 3rem;
	}
}

