body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #020024;
  letter-spacing: .5px;
}

html {
  width: 100%;
  height: 100%;
  min-width: 360px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h2, h1 {
	font-size: 2rem;
	letter-spacing: -1px;
}
h4 {
	font-weight: 400;
	font-size: 1.25rem;
}
p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #007bff;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

.content-section.bg-light input { border-color:#ccc; }
.content-section.bg-light textarea { border-color:#ccc; }

.trans-all {
	transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
}

.fz-xs, p.fz-xs, .content-section p.fz-xs { font-size: 0.75rem; }
.fz-sm, p.fz-sm, .content-section p.fz-sm { font-size: 0.875rem; }
.fz-default, p.fz-default, .content-section p.fz-default { font-size: 1rem; }
.fz-md, p.fz-md, .content-section p.fz-md { font-size: 1.125rem; }
.fz-lg, p.fz-lg, .content-section p.fz-lg { font-size: 1.5rem; }
.fz-xl, p.fz-xl, .content-section p.fz-xl { font-size: 2rem; }
.fz-xxl, p.fz-xxl, .content-section p.fz-xxl { font-size: 2.5rem; }
.fz-xxxl, p.fz-xxxl, .content-section p.fz-xxxl { font-size: 3rem; }
.fz-4xl, p.fz-4xl, .content-section p.fz-4xl { font-size: 4rem !important; }
.strong { font-weight: 700; }
.stronger { font-weight: 800; }

.pt-6 { padding-top: 4rem !important;}
.pt-7 { padding-top: 5rem !important;}
.pb-6 { padding-bottom: 4rem !important;}
.pb-7 { padding-bottom: 5rem !important;}

.divider { height: 1px; border-color: #ccc !important; position:relative; }
.divider:after { content: "";  position:absolute; top: 0; right: 0; height: 1px; width: 70%; border-bottom: 1px solid #007bff; padding-top: 1.5rem;}
.divider.dark:after { border-color:#333; }
.divider.left:after { right: auto; left: 0; }
.divider.middle:after { right: 0; left: 0; margin: 0 auto; }
.divider.d-50:after { width: 50%; }

.btn {
	padding: .3rem 1.2rem !important;
	font-size: 14px;
	line-height: 1.6;
}
.btn-outline-custom {
	border-color:#007bff;
}
.btn-outline-light:hover { color:#000 !important; background: transparent;}
.btn-outline-light:focus { outline: none !important; box-shadow: none !important;}

.bg-blue { background: #007bff; border-color:#007bff;}

/* ### NAV ### */
#mainNav {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

#mainNav .navbar-toggler {
  font-size: 1rem;
  padding: 11px;
  color: #000;
  border: 2px solid #000;
}
#mainNav .navbar-toggler:hover,
#mainNav .navbar-toggler:focus
{
	color:#666;
	border-color:#666;
}

#mainNav .navbar-brand {
  font-weight: 700;
  padding: 0;
}
#mainNav .navbar-brand img {
	height: 28px;
}

#mainNav a {
  color: #2f4254;
  /* line-height: 1.6; */
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  letter-spacing: 2.5px;
}

.nav-link { 
	padding: .4rem .9rem !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /* color: rgba(255,255,255,.7) !important; */
    color: #007bff !important;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
#mainNav .dropdown-menu {
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.3);
}
#mainNav .dropdown-item {
	color:#2f4254;
	font-size: 0.875rem;
	text-transform:uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    background-color: #007bff;
}


#mainNav .btn-outline-dark {
	border-color:#2f4254;
	color:#2f4254;
}
#mainNav .btn-outline-dark:hover {
	color:#fff !important;
	border-color:#007bff;
	background-color:#007bff;
}

.nav-separator { width: 20px;}

.btn-name { padding-left: .3rem;}
.brand-circle {
	z-index: 999;
}
.brand-circle .btn-circle { width: 58px; }
.list-group li {
	background: transparent;
	font-size: 18px;
	text-align:left;
	padding: .5rem 1.25rem;
}
.list-group li span { padding-left: .4rem; }

/* ======= */
/* Carousel Slideshow */
/* ======= */

.carousel { z-index: 1;}
.carousel .carousel-indicator {}
.carousel .carousel-inner { }
.carousel .carousel-inner .carousel-item { padding-top: 70px; }
.carousel .carousel-inner .carousel-item .carousel-image { max-width: 350px; }
.carousel::before {
    content: "";
    display: block;
    width: 800px;
    height: 800px;
    position: absolute;
    background: url(../img/backlight.png) 0 0 no-repeat;
    background-size: 100%;
    top: 30px;
    left: 0;
	right: 0;
	margin: 0 auto;
    z-index: 0;
}
.carousel .carousel-inner .carousel-item .carousel-image img { width: 100%; height: auto;}
.carousel .carousel-inner .carousel-item .carousel-caption { position: static; margin-left: auto; padding: 0; overflow: auto;}
.carousel .carousel-inner .carousel-item .carousel-caption h2 {}
.carousel .carousel-inner .carousel-item .carousel-caption .desc {}
.carousel .carousel-inner .carousel-item .carousel-caption .desc p {}

.carousel-control-prev {
    left: -120px;
}
.carousel-control-next {
    right: -120px;
}

.carousel-indicators {
    bottom: -30px;
	margin-bottom: 0;
}
.carousel-indicators li:hover { 
	background-color: #fff; 
}


/* ### MEDIA ### */

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: #000;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.png") no-repeat bottom center scroll;
  /* background: url("../img/intro-bg2.jpg") no-repeat bottom center scroll; */
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}
.masthead.content-section { 
	padding-top: 0;
	padding-bottom: 0;
	height: auto !important;
}
.masthead .intro-body {
  /* display: table-cell; */
  /* vertical-align: middle; */
  margin-top: 78px;
  padding: 100px;
}
.masthead .intro-body h1 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -2px;
}

.masthead .intro-body .brand-img { 
	/* background: url(../img/backlight.png) center center no-repeat;
	background-size: 50%; */
	z-index: 9;
	position: relative;
}
.masthead .intro-body .brand-text { 
	z-index: 99;
}
.masthead .intro-body .brand-img::after {
	content: "";
    display: block;
    width: 800px;
    height: 800px;
    position: absolute;
    background: url(../img/backlight.png) 0 0 no-repeat;
    background-size: 100%;
    top: -20%;
    left: -190px;
    z-index: -1;
}
.masthead .intro-body .brand-heading {
  font-size: 32px;
  margin-bottom: 1rem;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}
.masthead .btn-outline-dark {
	background: #000;
	border-color:#000;
	color:#fff;
	letter-spacing: 2px;
}
.masthead .btn-outline-dark:hover {
	border-color: #000;
	color: #000;
	background: transparent;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 32px;
  }
  .masthead .intro-body .intro-text {
    font-size: 18px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section.dark.home { 
	background: rgba(0,0,0,1);
	background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgb(6, 6, 58) 100%);
}

.content-section.dark {
	background: rgba(2,0,36,1);
	background: linear-gradient(180deg, rgba(2,0,36,1) 50%, rgb(6, 6, 58) 100%);
}
.content-section.light {
	background: #f8f9fa;
	/* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); */
	background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(248,249,250,1) 100%);
}
.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

#contact.content-section {
	background: transparent url(../img/section-contact-bg3.jpg) center center no-repeat;
	background-attachment:fixed;
}

.download-section {
  color: white;
  position:relative;
}
.download-section::after {
  content: "";
  background: url("../img/stock-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.download-section nav a {
	color:#42dca3;
	line-height: 1;
	padding-left: 5px !important;
}
.download-section nav a:hover { 
	text-decoration:underline;
}

.download-section ul li {
	padding-left: 5px;
}
.download-section h4 {
	margin-bottom: 25px;
}

#map {
  width: 100%;
  height: 300px;
}

.form-control {
	border-color:#9db8d4;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-outline-primary {
  color: #007bff;
  border: 1px solid #007bff;
  background-color: transparent;
}
.btn-primary {
  color: #fff;
  border: 1px solid #007bff;
  background-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #060639;
    border-color: #060639;
}

.btn-lg {
	font-size: 20px;
	font-weight: 400;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #007bff;
  outline: none;
  background-color: #007bff;
}

ul.banner-social-buttons {
  margin-top: 0;
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

/* #MessageSendEmailForm .form-group label { min-width: 100px;} */

::-moz-selection {
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

::selection {
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.hide, .hidden { display:none; }
.show { display: block; }


/* MEDIA QUERIES */

@media (max-width: 1199px) 
{
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 992px) 
{
	#navbarResponsive .navbar-nav { padding-top: 20px;}
}

@media (max-width: 768px) 
{
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
  
  .masthead .intro-body {
	  padding: 20px;
	}
  
}

@media (max-width: 576px) 
{ 
	
}

@media (min-width: 992px) 
{ 
	
}