/*!
 * Start Bootstrap - Landing Page v5.0.6 (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;
    margin: 0px;
    padding: 0px;
}
h1,
h4,
h5,
h6 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
    font-size: 50px;
}
h3 {
   font-weight: normal;
    font-size: 30px; 
}
p {
    font-size: 18px;
    font-weight: normal;
}
ul { 
    padding: 5px;
    font-size: 18px;
    font-weight: normal;  
}
@media (max-width: 768px) {
   h2 {
    font-size: 30px;
} 
    h3 {
    font-size: 20px; 
}
    p {
    font-size: 16px;
}
ul { 
    padding: 5px;
    font-size: 16px;
    font-weight: normal;  
}}
img {
    max-width: 100% !important;
    height: auto;
    display: block;
}
a {
    color:#ff914d !important;
}
a:hover {
    color:#fab082 !important;
}
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
    box-shadow: 0 0 20px black;
}

#mainNav .navbar-brand {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
  font-weight: 400;
  text-transform: inherit;
  color: black;
    max-height: 50px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FFA010;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 20px;
  font-weight: 600;
  color: #FFA010;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #FFC040;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #FFC040 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
 color: #FFC040 !important;
}

@media (min-width: 992px) {
  #mainNav {
     padding:15px;
    border-color: transparent;
    background-color: transparent;
      box-shadow: none;
  }
  #mainNav .navbar-brand {
       font-size: 2rem;
    color: white;
      max-height: 50px;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: white;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: white;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav.navbar-shrink {
    border-bottom: none;
    background-color: white;
      transition: 0.5s;
      box-shadow: 0 0 20px black;
  }
  #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.8rem;
    color: black;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: black;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #FFA010;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FFC040;
  }
}
 header {
        padding-top: none;
    }
.carousel-inner {
    max-height: 100vh;
}
.carousel-caption {
     margin-bottom: 300px;
}
.carousel-caption h1 {
    line-height: 270px;
    font-size: 250px;
    font-weight: normal;
    letter-spacing: 10px;
    color:#FFA010;
}
.carousel-caption h2 {
    line-height: 100px;
    font-size: 80px;
    font-weight: bold;
    color:white;
    text-shadow: 2px 2px 10px black;
}
@media (max-width: 1440px) {
header {
        padding-top: none;
    }
.carousel-inner {
    max-height: 100vh;
}
.carousel-caption {
     margin-bottom: 100px;
}
.carousel-caption h1 {
    line-height: 120px;
    font-size: 150px;
    font-weight: normal;
    letter-spacing: 10px;
    color:#FFA010;
}
.carousel-caption h2 {
    line-height: 50px;
    font-size: 32px;
    font-weight: bold;
    color:white;
    text-shadow: 2px 2px 10px black;
}
}
@media (max-width: 960px){
 header {
        padding-top: none;
    }
.carousel-inner {
    max-height: 100vh;
}
.carousel-caption {
     margin-bottom: 40px;
}
.carousel-caption h1 {
    line-height: 100px;
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 10px;
    color:#FFA010;
}
.carousel-caption h2 {
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color:white;
    text-shadow: 2px 2px 10px black;
}   
}

@media (max-width: 768px){
    header {
        padding-top: 60px;
    }
    .carousel-inner {
    max-height: 100vh;
}
.carousel-caption {
    margin-bottom: 70px;
}
.carousel-caption h1 {
    line-height: 75px;
    font-size: 60px;
    font-weight: normal;
}
.carousel-caption h2 {
    line-height: 30px;
    font-size: 26px;
    text-shadow: 2px 2px 10px black;
}
}
@media (max-width: 500px){
    header {
        padding-top: 65px;
    }
    .carousel-inner {
    max-height: 100vh;
}
.carousel-caption {
    margin-bottom: 0px;
}
.carousel-caption h1 {
    line-height: 35px;
    font-size: 28px;
    font-weight: normal;
}
.carousel-caption h2 {
    line-height: 22px;
    font-size: 16px;
    text-shadow: 2px 2px 10px black;
}
}
.showcase .showcase-text {
  padding: 3rem;
}

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

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}
.text-primary {
    color: #ff914d !important;
}
.features-icons {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

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

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

.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;
}
.lead1 {
    font-size: 20px;
    font-weight: bold;
}

footer.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.card {
  position: relative;
  margin:10px;
	border-radius: 10px;
	background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition-duration: 1s;
} 
.card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.card:before {
	border-top: 25px solid rgba(0,0,0,0.04);
	border-left: 0px solid rgba(0,0,0,0);
	border-right: 25px solid rgba(0,0,0,0);
	content: "";
	display: inline-block;
	position: absolute;
	left: 40px;
	bottom: -26px;
} 
.card .title {
  text-align:left;
  margin: 10px 0 13px;
	color: #333;
  font-size:18px;
	font-weight: 300;
	line-height: 24px;
	min-height: auto;
} 
.card .content {
	padding: 15px;
} 
.card:after {
	border-top: 25px solid #FFF;
	border-left: 0 solid rgba(0,0,0,0);
	border-right: 25px solid rgba(0,0,0,0);
	content: "";
	display: inline-block;
  position: absolute;
	left: 41px;
	bottom: -23px;
}
.card .footer {
color:#888;
text-align:left;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
} 

@media (max-width: 768px) {
    .card {
  position: relative;
  margin:20px;
	border-radius: 10px;
	background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition-duration: 1s;
    } }