/*
	* Globals
*/

@font-face {
  font-family: GT Walsheim Pro;
  src: url(../fonts/GTWalsheimProRegular.woff2) format("woff2"),url(../fonts/GTWalsheimProRegular.woff) format("woff"),url(../fonts/GTWalsheimProRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GT Walsheim Pro;
  src: url(../fonts/GTWalsheimProBold.woff2) format("woff2"),url(../fonts/GTWalsheimProBold.woff) format("woff"),url(../fonts/GTWalsheimProBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
	background-color: #fff;
	border: .05rem solid #fff;
}


/*
	* Base structure
*/

html,
body {
	height: 100%;
	background-color: #fff;
}

body {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: 'GT Walsheim Pro', Arial, Helvetica, sans-serif;
	color: #000;
}
@media(min-width: 1440px) {
	.cover-container {
		width: 80%;
	}	
}

#video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100vw;
	min-height: 100vh;
}
.cover-container {
	position: fixed;
	bottom: 0;
	color: #fff;
}
/*
	* Header
*/
.masthead {
	margin-bottom: 2rem;
}

.masthead-brand {
	margin-bottom: 0;
}

.nav-masthead .nav-link {
	padding: .25rem 0;
	font-weight: 700;
	color: rgba(255, 255, 255);
	background-color: transparent;
	border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	color: rgba(255, 255, 255, .5);
}

.nav-masthead .nav-link + .nav-link {
	margin-left: 1rem;
}

.nav-masthead .active {
	color: #fff;
	border-bottom-color: #fff;
}


/*
	* Text
*/
.masthead-brand {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -1px;
	/* text-transform: uppercase; */
}
.cover-heading {
	font-size: 40px;
	font-weight: 700;
  letter-spacing: -3px;
}
p.lead {
	font-size: 17px;
	font-weight: 400;
}
footer p {
	font-size: 13px;
	font-weight: 400;
}

/*
	* Cover
*/
.cover {
	/* padding: 1.5rem 1.5rem 1.1rem; */
}
.cover .btn-lg {
	padding: .75rem 1.25rem;
	font-weight: 700;
}


/*
	* Footer
*/
.mastfoot {
}

/*
	* Responsive
*/
@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.nav-masthead {
		float: right;
	}
	.cover-heading {
		font-size: 55px;
	}
}
@media (min-width: 1680px) {
	.cover-heading {
    width: 80%;
		font-size: 72px;
	}
	p.lead {
/*		font-size: 23px;*/
	}
}