.carousel-item {
  height: 500px;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body, p{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
h1{
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
h2{
  font-size: 1.6rem;
  font-weight: 500;
}
.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  position: absolute;
  z-index: 0;
}
.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 70px;
  z-index: 1;
}
.logo img{
  max-height:100%;
  width: auto;
  max-width: 100%;
}
main{
  padding: 4rem 0 3rem;
}
main a{
  color: #2aaae2;
}
.intro {
  margin-top: -7rem;
  background: #2aaae2;
  color: #ffffff;
  padding: 3rem;
}
.intro h2{
  color: #fff;
}
.intro ul{
  margin-bottom: 0;
}
.icon{
  width: 35px;
  display: inline-block;
  margin-right: 1rem;
  padding: 5px 0;
}
footer{
  background: #151b26;
  padding: 1rem;
  color: #ffffff;
}
footer p{
  margin-bottom: 0;
  font-size: .9rem;
}
footer a, footer a:hover{
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .container{
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main{
    padding: 4rem 0 2rem;
  }
  .contact{
    padding: 2rem 1rem 0;
  }
}

@media only screen and (max-width: 576px) {
  .container{
    max-width: 100%;
  }
  .logo{
    top: 15px;
    left: 15px;
    height: 60px;
  }
  .carousel-item {
    height: 50vh;
  }
  .h1, h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: .5rem;
  }
  body, p{
  font-size: 18px;
  }
}

