@font-face {
  font-family: 'Champagne&LimousinesBold';
  src: url('../fonts/Champagne&LimousinesBold.ttf');
}

@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSansRegular.ttf');
}

@font-face {
  font-family: 'PoiretOne';
  src: url('../fonts/PoiretOneRegular.ttf');
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

h1, h2, h3, nav {
  font-family: 'Champagne&LimousinesBold';
}

body {
	font-family: 'Roboto', sans-serif;
	color: #32347F;
}

/* Custom styles */
nav .navbar {
  height: 100px;
}

nav .navbar-brand img {
  float: left;
  margin-right: 30px;
}

nav .brand-name {
	display: block;
	margin-left: 20px;
	margin-top: 1em;
}

nav h1 {
  font-size: 1.3em;
  color: #30367F;
}

nav h3 {
  font-size: 0.9em;
  color: #00A1E1;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-top-100 {
	margin-top: 100px;
}

/*Slide*/
.carousel {
	margin-top: 40px;
}
.carousel-item .overlay {
	background-color: rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100%;
}

.slide-content h2 {
	font-family: 'PoiretOne';
}

.slide-content {
	position: absolute;
	display: block;
	bottom: 25%;
	left: 15%;
	right: 15%;
	text-align: center;
}

/*Mobile rules*/
@media screen and ( max-width: 780px )  {
	nav .navbar-brand img {
		width: 50px;
	}

	nav .brand-name {
		display: none;
	}

	.slide-content {
		bottom: 50px;
		text-align: center !important;
	}

	.slide-content {
		bottom: 50px;
		text-align: center !important;
	}

	.slide-content img {
		max-width: 100px;
		max-height: 100px;
	}

	.slide-content h2 {
		font-size: 32px !important;
	}

	.slide-content .alignright {
		text-align: center !important;
	}

	.slide-content p {
		font-size: 13px !important;
	}
}

.slide-content h2 {
	color: white;
	font-size: 45px;
}

.slide-content p {
	color: white;
	font-size: 20px;
}

/*helpful stuff*/
.alignright {
	text-align: right;
}

.title {
	text-transform: uppercase;
}

.purple {
	color: #4D58A7;
}

/* Footer */
.footer-titles {
	font-family: 'PoiretOne';
	padding: 20px;
	background-color: #00A1E1;
	min-height: 60px;
	color: white;
	font-size: 20px;
}
.main-footer {
	font-family: 'JosefinSans';
	padding: 20px;
	background-color: #0e185b;
	min-height: 220px;
	color: white;
}

.main-footer .footer-links a {
	color: white;
}

.main-footer .footer-links .first {
	font-size: 20px;
	font-weight: bold;
}

.main-footer .copyright {
	margin-top: 20px;
	text-align: center;
}

/** Social Icons **/
.social .icon {
	display: inline-block;
	margin: 0 2px;
	width: 42px;
	height: 42px;
	transition: background 1s;
}

/* Facebook icon */
.social .icon-facebook {
	background-repeat: no-repeat;
	background-image: url('../img/facebook_down.png');
}

/* Facebook icon hover */
.social .icon-facebook:hover {
	background-repeat: no-repeat;
	background-image: url('../img/facebook_up.png');
}

/* vimeo icon */
.social .icon-vimeo {
	background-repeat: no-repeat;
	background-image: url('../img/vimeo_down.png');
}

/* Vimeo icon hover */
.social .icon-vimeo:hover {
	background-repeat: no-repeat;
	background-image: url('../img/vimeo_up.png');
}

/* twitter icon */
.social .icon-twitter {
	background-repeat: no-repeat;
	background-image: url('../img/twitter_down.png');
}

/* twitter icon hover */
.social .icon-twitter:hover {
	background-repeat: no-repeat;
	background-image: url('../img/twitter_up.png');
}

/* googlemaps icon */
.social .icon-googlemaps {
	background-repeat: no-repeat;
	background-image: url('../img/googlemaps_down.png');
}

/* googlemaps icon hover */
.social .icon-googlemaps:hover {
	background-repeat: no-repeat;
	background-image: url('../img/googlemaps_up.png');
}

/* youtube icon */
.social .icon-youtube {
	background-repeat: no-repeat;
	background-image: url('../img/youtube_down.png');
}

/* youtube icon hover */
.social .icon-youtube:hover {
	background-repeat: no-repeat;
	background-image: url('../img/youtube_up.png');
}