@charset "utf-8";
/* CSS Document */
/* Style Website */
/* Base */
iframe { width: 100%; height: 105vh; padding: none; }

p, h1 , h3, li, h4, h5{
	color:#B2B2B2;
}
h3{
	margin-top: 36px;
}
h4{
	margin-top: 36px;
}

a.link{
	color:#B2B2B2;
	font-style: italic;
	margin-right: 10px;
}

.img-mobile{margin-top:50px;}

ul.list li{
	list-style-type: none;
	line-height: 40px;
	margin-left: -30px;
	font-size:  13px;
}

.video {
	padding-bottom: 56.25%; 
	position: relative; 
	display: block; 
	max-width: 100%;
}
img {
    pointer-events: none;
}



/*Index*/
.carousel-item {
  height: 95vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* New Media Width */
@media (min-width: 992px) {
ul.navbar-nav li.nav-item {margin-right:30px;}
ul.navbar-nav li.nav-item a {margin-right:30px; color:#959595;}
ul.navbar-nav li.nav-item a:hover {color:#696969;}
ul.navbar-nav li.visible-xs-inline-block {display: inline-block; margin-top:5px;}
nav.navbar.navbar-expand-lg .navbar-black {background:black;}

.img-mobile{margin-top:0px;}
}
	
	
