﻿@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
}

#myCarousel.carousel {
	z-index: -99;
	height: 93%;
}
#myCarousel.carousel .active.left {
}
#myCarousel.carousel .item {
	position: fixed;
	width: 100%;
	height: 100%;
}

#baCarousel .item {
	position: absolute!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#baCarousel .carousel-inner {
	position: relative;
	width: 100%;
	padding-bottom: 55%;
	background: #fff;
}
.margin-top {
	margin-top: 20px;
}

@media (max-width: 1200px) {
	#baCarousel .carousel-inner {
		padding-bottom: 65%;
	}
}
@media (max-width: 992px) {
	#baCarousel .carousel-inner {
		padding-bottom: 70%;
	}
}
@media (max-width: 768px) {
	#baCarousel .carousel-inner {
		padding-bottom: 75%;
	}
}
@media (min-width: 992px) {
	.carousel-control {
		color: #aaa;
		margin: 0 20px;
	}
	.carousel-control:focus {
		color: #888;
	}
	.carousel-control:hover {
		color: #555;
	}
	.carousel-control.left, .carousel-control.right {
		background-image: none;
	}
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}
.dropdown-menu {
	background-color: #26090b;
	border-color: transparent;
}
.dropdown-menu>li>a {
	color: #fff;
}

.foot-links {
	list-style: none;
	padding-left: 10px;
}
footer {
	font-size: 13px;
	border-top: 1px #ccc solid;
	margin-top: 20px;
	padding: 20px 0;
}
footer a {
	color: #163b5f;
}

.gallery {
	margin: 2px;
}
.gallList {
	list-style: none;
	padding-bottom: 20px;
}
.gallList li {
	display: block;
	float: left;
	padding: 6px 4px;
}
.gallList li a {
	background-color: #163b5f;
	color: #fff;
	border-radius: 6px;
	padding: 4px 10px;
}

h1 {
	margin-top: 10px;
	font-family: 'Comfortaa', cursive;
}
h3 {
	clear: both;
}
.homeForm {
	background-color: #063259;
	border-radius: 20px;
	padding: 20px;
	color: #fff;
}
.hometext {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 4px 10px 20px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.hometext .container {
	padding-left: 0;
	padding-right: 0;
}
.hometext .row {
	margin: 0;
}
.hometext h1 {
	margin-bottom: 20px;
}
#homeTop {
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.house1 {
	background: url(../images/seitzdesign1.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.house2 {
	background: url(../images/seitzdesign2.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.int {
	display: none;
}

.nav-spacer {
	display: block;
	height: 86px;
}

.navbar-brand {
	padding: 10px;
	height: 78px;
	background-color: #fff;
	margin: 4px;
	border-radius: 4px;
}
.navbar-default {
	background-color: #063259;
}
.navbar-default .navbar-brand:hover {
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
	color: #fff;
	border-radius: 4px;
	margin: 0 2px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #fff;
	color: #000;
	-webkit-transition: background .5s;
	transition-propery: background;
}
.navbar-nav {
	margin-top: 20px;
}

.red {
	font-weight: bold;
	color: #a60909;
}

.t {
	display: block;
	width: 120px;
	background-color: #163b5f;
	color: #fff;
	border-radius: 6px;
	padding: 4px 10px;
	margin: 10px 0;
	-webkit-transition: background .5s;
	transition-propery: background;
}
.t:hover {
	color: #fff;
	background-color: #333;
}
.top-chevron {
	background-image: url('../images/down-arrow.png');
	width: 190px;
	height: 46px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

@media (min-width: 992px) {
	#hometext {
		width: 992px;
		font-size: 16px;
		margin: 0 auto;
		margin-bottom: 20%;
	}
}
@media (min-width: 1200px) {
	#hometext {
		width: 1170px;
		margin: 0 auto;
		margin-bottom: 20%;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		height: 56px;
		width: 260px;
		margin: 15px 4px 15px 4px;
	}
}

@media (max-width: 768px) {
	.gallery {
		width: 155px;
	}
}