body,
html {
	width: 100%;
	height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
h1 {
	text-align: center;
}
ol,
ul {
	list-style: none;
}
.topbtns {
	font-size: 1.1em;
}
.lead {
	font-size: 18px;
	font-weight: 400;
}
.intro-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #f8f8f8;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-size: cover;
}
.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}
.intro-message > h1 {
	font-size: 5em;
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.content-section-a {
	padding: 50px 0;
	background-color: #f8f8f8;
}
.content-section-b {
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
}
.section-heading {
	margin-bottom: 30px;
}
.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}
.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}
.banner h2 {
	font-size: 3em;
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.banner ul {
	margin-bottom: 0;
}
footer {
	padding: 50px 0;
	background-color: #f8f8f8;
}
p.copyright {
	margin: 15px 0 0;
}
.jumbotron {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	border-radius: 0;
	background: #358cce;
}
.jumbotron-sm {
	padding-top: 24px;
	padding-bottom: 24px;
}
.jumbotron small {
	color: #fff;
}

/* ghost buttons */
.ghost-btn {
	font-size: 1.2em;
	line-height: 2.4em;
	position: relative;
	display: inline-block;
	zoom: 1;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	height: 2.4em;
	padding: .6em 1.6em;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;
	text-decoration: none;
	color: white;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background-color: transparent;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;

	-webkit-backface-visibility: hidden;
}
.ghost-btn:hover {
	-webkit-transition: .2s ease;
	   -moz-transition: .2s ease;
	     -o-transition: .2s ease;
	        transition: .2s ease;
	text-decoration: none;
	color: #fff;
	background-color: #358cce;
}
.ghost-btn:focus {
	outline: none;
}
/* navbar */
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background-color: #000;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	   -moz-transition: background .3s ease-in-out;
	        transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255, 255, 255, .35);
}
.navbar-toggle {
	font-size: 16px;
	padding: 4px 6px;
	color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
}
.page-scroll {
	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	   -moz-transition-property:    -moz-transform;
}
.page-scroll {
	-webkit-animation-name: pulse;
	   -moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	   -moz-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	   -moz-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
}
/* @media stuff */
@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}
	.intro-message > h1 {
		font-size: 3em;
	}
	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}
	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}
	.intro-divider {
		width: 100%;
	}
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-align: center;
	}
	ul.banner-social-buttons {
		float: center;
		margin-top: 15px;
	}
	.section-heading-spacer {
		display:none;
	}
	.banner h2 {
		font-size: 3em;
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
	}
	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}
	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}
@media(min-width:767px) {
	.navbar {
		padding: 20px 20px;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		   -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		        transition: background .5s ease-in-out, padding .5s ease-in-out;
		letter-spacing: 1px;
		border-bottom: 0;
		background: 0 0;
	}
	.top-nav-collapse {
		padding: 0;
		background-color: black;
	}
	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    opacity:0;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 20em;
    position: relative;
    margin: 20% auto;
    padding: 1.3em;
    border-radius: 7px;
    background: #fff;
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #F30D10;
    color: white;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #13FF00;
}
.titlered {
	color: #ff0000 !important;
}
#contact {
	margin-top: 2em;
}