body{
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #ba9e6a;
}

a:hover {
	color: #997f55;
}

h3 {
  font-weight: 700;
	font-size: 2em;
  text-align: center;
  color:white;
}

.oferta {
  text-align: center;
  padding:2em 0.5em;
  position:sticky;
  top:0;
  left:0;
  z-index:10000;
  background: white;
}

.oferta p {
  text-align: center;
  margin:0;
  font-weight: bold;
}

.brand p{
  font-size: 20px;
}



.brand h1{
  text-transform: uppercase;
  color:white;
  font-weight: 800;
  padding:5px 15px;
  font-size: 3em;
}


.video-container {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-container .container {
  position: relative;
  z-index: 2;
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #343b4c;
  opacity: 0.7;
  z-index: 1;
}


.hero {
	padding:6em 1em;
}

.hero-text {
	font-size: 24px;
	color: #343b4c;
}

.hero h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	color:#343b4c;
}

.box {
	border-top: 4px solid #343b4c;
	padding:2em 0;
}

.box p {
	font-weight: 900;
	font-size:18px;
	color: #343b4c;
}


.cta {
  font-size: 1.5em;
  padding:2em 0;
}

.videobox {
  background-color: #343b4c;
	padding:4em 0;
}

.videobox p{
  color:white;
}

.videobox h2 {
  text-align: center;
  text-transform: uppercase;
  color:white;
  font-weight: 800;
  padding:1em 0;
}

.videorow {
  padding:2em 0;
}

.offer-box {
	margin:3em 0;
	border:2px solid #343b4c;
}

.offer-box-header {
	border-bottom: 2px solid #343b4c;
	color:#343b4c;
	text-align: center;
	padding:1em 0;
}

.offer-box-header h3{
	font-weight: 900;
	font-size: 3em;
}

.offer-box-header p{
	font-weight: 900;
	font-size: 2em;
}

.offer-box-body {
	padding:2em 0;
	text-align: center;
}

.offer-box-body a{
	background: #343b4c;
	color: #fff;
	padding:0.5em 1em;
	margin:1em 0;
}

.footer {
	padding:2em 0;	
}

.footer a {
	font-weight: 900;
}

@media only screen and (max-width: 1000px) {
	.col-12{
		margin:0.5em 0;
	} 
}