/*!
 * Start Bootstrap - Landing Page v5.0.3 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #080808;
}

p {
  color: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  vertical-align: top;
}

header.masthead {
  position: relative;
  background-color: #080808;
  background-size: cover;
  padding-top: 1em;
  padding-bottom: 5em;
}

header.masthead .overlay {
  position: absolute;
  background-color: #080808;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}


.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 5rem;
  }
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}

/*
.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 5rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}*/

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
  color:#f8f9fa;
}


 .testimonials .testimonial-item p{
   color:#a6a6a6;
 }


.testimonials .testimonial-item img {
  max-width: 12rem;
/*  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;*/
}

.call-to-action {
  position: relative;
  background-color: #ff6600;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.navbar {
/*  overflow: hidden;*/
  background-color: #f8f9fa;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  color: #080808;
  z-index:1; /*Level*/
  text-align: center;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #080808;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.font-weight-light {
  color: #080808;
}

.font-size-modifier {
  font-size: 14pt;
}

/* unvisited link */
a {
  color: #b3b3ff;
}

/* mouse over link */
a:hover {
  color: #ff6600;
}

.mb-5{
  color: #5B6060;
  align: center;
}

.btn-gr {
  background-color: #006666!important;
  border-color: #006666!important;
}

.btn-gr:hover, .btn-gr:focus, .btn-gr:active, .btn-gr.active, .open>.dropdown-toggle.btn-gr {
    background-color: #33cccc!important;
    border-color: #33cccc!important; /*set the color you want here*/
}


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; /*overflow: hidden;*/
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.top-buffer { margin-top:2rem; }
.top-buffer-minus {margin-top: 0rem;}

.row{ display: flex; align-items: center;}

.bg-overlay {
    linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
/*  width: 50%;*/
}
