/* Copyright (c) 2018 Aero Stream Vision | All Rights Reserved */

body {
	background: #151515;
	font-family: 'Muli', sans-serif;
}

.navbar {
	min-height: 80px;
	background: #151515;
	box-shadow: 0px 2px 8px 2px #000;
}

h1, h2, h3, h4, h5, h6, p, a {
	color: #fff;
}

.navbar-brand {
	position: absolute;
	display: block;
	left: calc(50% - 96px);
	width: 192px;
	height: 48px;
	background-image: url("../img/asv-logo-white.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
	text-shadow: 0 1px 2px #000;
}

@media (max-width: 767px) {
	.carousel-caption h3 {
		font-size: 1.2em;
	}
	.carousel-caption p {
		font-size: 0.8em;
	}
}

hr {
	border: none;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
	margin-top: 40px;
}

/* Contact Form */
section#contact {

}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #a0a0a0;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #a0a0a0;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #a0a0a0;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #a0a0a0;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1em 2em;
}

.metal {
	border: none;
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #5C5C5C);
	background-image: -moz-linear-gradient(top, #FFFFFF, #5C5C5C);
	background-image: -ms-linear-gradient(top, #FFFFFF, #5C5C5C);
	background-image: -o-linear-gradient(top, #FFFFFF, #5C5C5C);
	background-image: linear-gradient(to bottom, #FFFFFF, #5C5C5C);
}