/* Mecklenburger Trading Company custom styles */

body {
    background: url('img/mtc-banner-image.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color: #fff;
}

a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#intro-content {
	font-size: 120%;
}

#contact-form {
	display: inline-block;
	min-height: 600px;
}

.contact-us-link {
	background: none;
	font-size: 150%;
	font-weight: 600;
	color: #fff;
}

.contact-us-form {
	padding-top: 1em;
	border-top: 2px solid #fff;
}

.btn-success {
	margin-left: 15px;
}

.form-group {
	font-size: 100%;
	margin-bottom: 0;
}

.nav-contact-info {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.since-text {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.since-img {
		display: none;
	}
}