@charset "UTF-8";
/* CSS Document */


html,
body {
  height: 100%;
	padding-top: 10vh;
	font-family: 'PT Sans', sans-serif;
	background-image: url(../images/site-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
		
}


a, .text-primary {
	color: #00ADEE;
	outline: none !important;
	
}
.text-orange {
	color: #F37D42
}

a:hover {
	color: #5CD2FF !important;
}

.bold {
	font-weight: 700;
}

.btn  {
	border-radius: 0;
	text-transform: uppercase;
	
}

.btn-white {
	background-color: #FFF;
	border: 2px solid #FFF;
	color:#000;
}


.btn-white:hover {
	background-color: #000;
	border: 2px solid #000;
	color:#FFF;
}

h1 {
	text-transform: uppercase;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;

}

.modal-content, .form-control {
	border-radius: 0;
}


.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}


.logo {
	position: relative;
	width: 80%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	padding: 2%;
	max-width: 500px;
	
	
	
}
.logo img {
	width: 100%;
	height: auto;

}






/*
 * 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, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

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

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