/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
  margin-bottom: 20px;
  background: none;
  font-family: 'Montserrat', sans-serif;
}

.logo {
  text-align: center;
}

.logo img {
  margin-top: 5%;
  width: 30%;
}

.logo-2 {
  text-align: center;
  margin-top: 5%;
}

.hero-text {
  margin-top: 10%;
  text-align: center;
}

.hero-text p {
  color: #fff;
  border: 3px solid #fff;
  padding: 10px 40px 10px 20px;
  font-size: 22px;
  text-transform: uppercase;
  max-width: 594px;
}

.hero-text h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 100;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.full {
  background: url(../img/photo.JPG) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video-js {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}