/*.container {
    width: 1750px;
}*/

/* modelVariables */

/* Model Wrapper - iframe */
.modelWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.modelWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Body */
body {
  background: url('../mnt.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tmpVars {
  padding-bottom: 25px;
}

/*.jumbotron {
    background-image: url("../move2.jpg");
    background-size: cover;
    height: 100%;
}
*/

.jumbotron {
  background-color: rgba(255, 0, 0, 0.0);
}

/*body {
	background-image: url('../mnt.jpg');
  background-repeat: no-repeat;
	position: bottom;
}*/

/* Navigation */

.navbar-default {
	background-color: ;
	border-color: ;
	color: ;
}

.navbar-default .navbar-brand {
	/* text color */
	color: ;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	/* text color on hover */
	color: ;
	background-color: ;
}

.navbar-default .navbar-nav > li > a {
	/* link color */
	color: ;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	/* active text color */
	color: ;
	background-color: ;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: ;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: ;
	color: ;
}

/* buttons */

.btn-primary {
	background-color: ;
	border-color: ;
	color: ;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: ;
	background-color: ;
	border-color: ;
}

.btn-success {
	background-color: ;
	border-color: ;
	color: ;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: ;
	background-color: ;
	border-color: ;
}

.btn-default {
	background-color: ;
	border-color: ;
	color: ;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: ;
	background-color: ;
	border-color: ;
}

/* Contact Form */

.form-group {
	padding-right: 100px;
}

/* Jumbotron */


body {
	padding-top: 70px;
	padding-bottom: 50px;
}

p {
	font-family: 'Exo', sans-serif;
}

/* carousel */

.carousel-black {
	text-shadow: 1px 0 0 #000, 0 1px 0 #000;
}

/* thumbnails */

.allThumbs {
	padding-top: 30px;
}

.home-thumb img:hover {
	transform: scale(1.2);
}

.thumbnail img {
	transition: all 0.3s ease 0s;
	width: 100%;
}

.thumbnail {
	overflow: hidden;
}

.bg-grey {
	background-color: #f9f9f9;
}

/* Footer */

.footer {
	padding-top: 30px;
}

.navbar-text > a {
	color: inherit;
	text-decoration: none;
}
