/* navbar */

:root{
  --content-width: 1000px;
  --breakpoint: 799px;
  --nav-height: 70px;
  --nav-bg: #262626;
  --nav-font: #ffffff;
  --link-hover: #2581DC;
}

/* Outer navigation wrapper */
.navigation{
  height: var(--nav-height);
  background: var(--nav-bg);
}

/* Logo and branding */
.brand{
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: var(--nav-height);
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited{
  color: var(--nav-font);
  text-decoration: none;
}

/* Container with no padding for navbar */
.nav-container{
  max-width: var(--content-width);
  margin: 0 auto;
}

/* Navigation */
nav{
  float: right;
}
nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li{
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited{
  display: block;
  padding: 0 20px;
  line-height: var(--nav-height);
  background: var(--nav-bg);
  color: var(--nav-font);
  text-decoration: none;
}

.active-nav-link{
  background: var(--link-hover) !important;
}

nav ul li a:hover,
nav ul li a:visited:hover{
  background: var(--link-hover);
  color: var(--nav-font);
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after{
  padding-left: 4px;
  content: " ▾";
}

/* Dropdown list items */
nav ul li ul li{
  min-width: 190px;
}
nav ul li ul li a,
nav ul li ul li a:visited{
  padding: 15px;
  line-height: 20px;
}

/* Dropdown list binds to JS toggle event */
.nav-dropdown{
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

/* Mobile navigation */
.nav-mobile{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--nav-bg);
  height: var(--nav-height);
  width: var(--nav-height);
}

@media only screen and (max-width: 798px){
  /* Hamburger nav visible on mobile only */
  .nav-mobile{
    display: block;
  }

  nav{
    width: 100%;
    padding: var(--nav-height) 0 15px;
  }

  nav ul{
    display: none;
  }

  nav ul li{
    float: none;
  }

  nav ul li a,
  nav ul li a:visited{
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a,
  nav ul li ul li a:visited{
    padding-left: 30px;
  }

  .nav-dropdown{
    position: static;
  }
}

@media screen and (min-width: 799px){
  .nav-list{
    display: block !important;
  }
}

#nav-toggle{
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after{
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: var(--nav-font);
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before{
  top: -10px;
}
#nav-toggle span:after{
  bottom: -10px;
}
#nav-toggle.active span{
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after{
  top: 0;
}
#nav-toggle.active span:before{
  transform: rotate(45deg);
}
#nav-toggle.active span:after{
  transform: rotate(-45deg);
}

/* footer */

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#ffffff;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#ffffff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#ffffff;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#ffffff
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#ffffff;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#ffffff;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 85vh;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 85vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.img-2, .img-3{
  object-position: bottom;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.section{
  background: whitesmoke !important;
}