/* GENERAL STYLES */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-weight: 300;
	background-color: #fff;
	color: #171616;
}
html {scroll-behavior: smooth;}

a {text-decoration: none;}

p  {line-height: 1.75; letter-spacing: .015rem; font-size: 105%;}

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6  {line-height: 1.45;}

.small, small {font-size: 76%;}

.link {
	position: relative;
	letter-spacing: .1em;
	font-size: 75%;
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	color: #4989C1;
}
.link:after {
	content: '›';
	padding: 0 .5em;
}
.bg-cover {
	position: relative;
	background-size: cover;
	background-position: center;
}
.bg-overlay {position: relative;}

.bg-overlay:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.bg-overlay-light:before {background-color: rgba(255,255,255,.7);}

.bg-overlay-dark:before {background-color: rgba(0,0,0,.5);}

.gradient-dark-b {background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));}

.gradient-dark-t {background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));}

.w-20px {width: 20px !important;}

.w-30px {width: 30px !important;}

.w-40px {width: 40px !important;}

.w-50px {width: 50px !important;}

.w-60px {width: 60px !important;}

.w-70px {width: 70px !important;}

.w-80px {width: 80px !important;}

.w-90px {width: 90px !important;}

.w-100px {width: 100px !important;}

cite {
	display: block;
	font-size: .8125rem;
	margin: 5px 0;
}
cite:before {content: "— ";}

/******* Header ******/
.header .navbar-brand img {max-height: 50px;}

.header a:not(.btn) {
	color: #333;
	line-height: 40px;
}
.header .btn {min-width: 160px;}

.header .navbar-light .navbar-toggler {
	border: 0;
	border-color: #fff;
}
.navbar-toggler:focus {box-shadow: none;}

/******* Index ******/
.main-video {
	overflow: hidden;
}
#myVideo {
	transition: transform linear;
	background-size: cover;
	background-position: center;
	background-color: #111;
	object-fit: cover;
}
/******* Content ******/

/******* Sliders ******/
/* Slider Arrows */
.slick-prev, .slick-next {
	position: absolute;
	top:50%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
	background-color: transparent;
	border: none;
}
.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	margin: 15px;
	width: 20px;
	height: 20px;
	border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '•';
	text-align: center;
	opacity: .25;
	background-color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #333;
}
/******* Sections ******/

/******* Boostrap Card ******/

.card {height: 100%;}

.card-img-top {
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.card-img-top:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.card-body {padding: .55rem .8rem .8rem;}

/******* Footer ******/
#footer {
	font-size: 95%;
	position: relative;
}
#footer a:not(.btn) {color: rgba(255,255,255,.5);}

#footer a:hover, #footer a:focus {color: #fff;}

#footer .border-bottom {border-color: rgba(255,255,255,.3) !important;}

.credits {
	font-size: 80%;
	color: rgba(255,255,255,.5);
}
/*******************************
					Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	
}
@media (max-width: 767px) {
	.main-video {
		height: 100vh;
		margin-top: -75px;
	}
	.curtain .bg-cover {
		min-height: 330px;
	}
}
@media (min-width: 577px) and (max-width:767px) {
	
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	.curtain .bg-cover {
		min-height: 630px;
	}
}
@media (max-width:991px) {
	.brand {text-align: center;}
	
	.main-banner .btn {
    font-size: 500%;
  }
}
@media (min-width: 768px) and (max-width:991px) {
	
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	.main-banner .btn {
    font-size: 600%;
  }
}
@media (min-width: 992px) and (max-width:1199px) {
	
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1200px) {
	
}
@media (min-width: 1499px) {
	
}
@media (min-width: 1199px) and (max-width:1498px) {
	
}