
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;padding-top: 55px;
}



header.banner {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-banner.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}



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

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


@media (min-width: 768px) {
  header.banner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.banner 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: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  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;
}

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

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

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

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-banner.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.call-to-cml {
  position: relative;
  background-color: #343a40;
  background: url("../img/machine-learning.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;
}
.call-to-cml .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;
}
h1 {
	color: #363636;
	font-size: 24px;
	font-family: ‘Oswald’, sans-serif;
	font-weight: normal;
	
}
h2{
	color: #363636;
	font-size:20px;
	font-family: 'Stoke', serif;
	font-weight: normal;
}
h3 {
	color: #363636;
	font-size:20px;
	font-family: 'Stoke', serif;
	font-weight: normal;
}
.icon .h4 {
	color: #363636;
	font-size:18px;
	font-family: 'Stoke', serif;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
}
.icon .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.icon i {
  font-size: 36px;
  line-height: 1;
  color: #2c5da1;
  
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-banner.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;
}
.navbar-brand>img {
    height: 45px;
    max-width: 250px;
    margin: -10px;
}

@media(min-width:768px) {
    .navbar-brand>img {
        height: 50px;
        max-width: 300px;
        margin: -17px;
    }
}

@media(min-width:992px) {
    .navbar-brand>img {
        height: 60px;
        max-width: 450px;
        margin: -15px;
    }
}
@media(min-width:768px) {
    .nav-logo {
    }
}
@media(min-width:1200px) {
    .nav-logo {
    }
}
.navbar-default {
    border-color: transparent;
    background-color: #fff;
}

.navbar-default .navbar-brand {
    font-family: Montserrat,"Helvetica Neue",Helvetica,sans-serif,Arial;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 10px;
}
