
/* home-specific styles
--------------------------------------------- */

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


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

.primaryContainer {
	display: block;
	width: 100%;
	height: 300vh;
	margin: 0;
	padding: 0;
}

.homeTxt {
	opacity: 0;
	position: fixed;
    top: 50%;
    left: 50%;
	width: 50%;
	margin: 0 auto;
    transform: translateY(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 5;
}

.homeTxt h2 {
	font: normal 36px/38px "adobe-garamond-pro", sans-serif;
}

.homeTxt3 {
	top: 33%;
}

.primaryContainer .btn {
	float: left;
	min-width: auto;
	width: 30%;
	width: -moz-calc(33.3% - 10px);
	width: -webkit-calc(33.3% - 10px);
	width: calc(33.3% - 16px);
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,.3);
	color: #fff;
}

.btn:last-of-type {
	margin-right: 0;
}

.primaryContainer .btn:hover{
	background-color: rgba(0,100,152,.8);
}

.content {
	float: left;
	width: 100%;
	height: 100%;
}

.footerContainer {
	padding-top: 10px;
}

.footerContainer nav {
	display: none;
}