::selection {
	background: #B2AF8F;
}

::-moz-selection {
	background: #B2AF8F;
}

body {
	background-color: #E5E5E5;
	font-family: 'Raleway', sans-serif;
	color: #191428;	
}

h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 44px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Jockey One', sans-serif;
	color: #404040;
}

h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Jockey One', sans-serif;
	color: #404040;
}

.teaser {
	min-height: 380px;
	background-color: #191428;
	background-repeat: no-repeat;
	background-image: url('../images/teaser.jpg');
	background-position: center bottom;
	border-bottom: 1px solid #fff;
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.logo {
	margin: 20px auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;	
}

.logo:hover, .logo:focus, .logo:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.well {
	background-color: #E5E5E5;
	color: #191428;
	border: 0;
	margin: 0;
	box-shadow: none;
}

.well p {
	font-size: 18px;
	line-height: 28px;
}

.well img {
	margin: 10px 0;
}

.well i {
	color: #7F5959;
}

p.small {
	font-size: 14px;
	line-height: 24px;
}

.well-images {
	background-color: #191428;
	border-radius: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

.well-images a {
	display: block;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;	
}

.well-images a:hover {
	opacity: 0.7;
}

a.sociallink i {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

a.sociallink:hover i {
	color: #191428;
	opacity: 0.7;
}

.modal-body {
	background-color: #E5E5E5;	
}

.footer {
  background-color: #f5f5f5;
}

.footer a {
	color: #191428;
	text-decoration: none;
	border-bottom: 1px dotted #191428;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;	
}

.footer a:hover {
	opacity: 0.7;
}

.footer p {
	margin: 10px 0;
}

.nukelogo {
	max-height: 55px;
}