a {
	color: #555;
}

a:hover {
	color: #222;
}

body {
	padding-top: 64px;
}

h1 {
	font-size: 3.5rem;
}

img {
	max-width: 100%;
}

p a {
	text-decoration: none;
}

p a:hover {
	text-decoration: none;
}

p a i {
	font-size: 0.75em;
	position: relative;
	top: -0.25em;
}

p a span {
	text-decoration: underline;
}

.embed-container {
	margin-bottom: 1em;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#form-submit-complete {
	color: #aaa;
	display: none;
	font-size: 1.5em;
	font-style: italic;
	padding: 2em 0;
	text-align: center;
}

#hero {
	position: relative;
}

#hero-slider {
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

#hero-slider .slider-image {
	background: none center center no-repeat;
	background-size: cover;
	position: absolute;
	height: 100%;
	left: 100%;
	top: 0;
	transition: left 2s ease;
	width: 100%;
}

#hero-slider .slider-image-1 {
	background-image: url("../assets/carousel/carouselle1.png");
	left: 0;
}

#hero-slider .slider-image-2 {
	background-image: url("../assets/carousel/carouselle2.png");
}

#hero-slider .slider-image-3 {
	background-image: url("../assets/carousel/carouselle3.png");
}

#hero-slider .slider-image-4 {
	background-image: url("../assets/carousel/carouselle4.png");
}

#hero-slider .slider-image-5 {
	background-image: url("../assets/carousel/carouselle5.png");
}

#hero-slider .slider-image-6 {
	background-image: url("../assets/carousel/carouselle6.png");
}

#team h2 {
	text-align: center;
}

#team img {
	display: block;
	width: 100%;
}

.jumbotron {
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
	position: relative;
}

.jumbotron h1 {
    font-weight: 300;
}

.lead {
	font-weight: 400;
}

.navbar-brand {
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
	padding: .5rem 0;
}

.navbar-brand img {
	max-height: 2rem;
}

.navbar-brand:hover {
	color: inherit;
}

.notransition {
	transition: none !important;
}

.preview {
	width: 100%;
}
