body {
  padding-top: 0rem;
}

#slider .wrapper{
  padding: 50px;
}

#slider .logo{
  height: 100px;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#slider{
  background: url('/assets/images/city_background.jpg');
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  padding: 50px;
}

#slider h1{
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

@media (max-width: 992px){
  #slider h1{
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
}

.btn-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.primary-btn{
  background-color: black;
  border: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 6px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.primary-btn:hover{
  color: white;
  text-decoration: none;
  padding: 22px 40px;
  transition: 0.2s;
}

.sectionc img{
  max-width: 100%;
}

.sectionc{
  display: flex;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sectionc h2{
  color: #4a4aa5;
}

.sectionc.gray{
  background-color: #f1f1f1;
}


#slider2 .wrapper{
  padding: 50px;
}

#slider2 .logo{
  height: 100px;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#slider2{
  background: url('/assets/images/city_background.jpg');
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  padding: 50px;
}

#slider2 h3{
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: -10px;
}

.social-boxes .box img{
  height: 30px;
  max-width: 100%;
}

.social-boxes{
  flex-wrap: wrap;
}

@media (max-width: 992px){
  .social-boxes .box img{
    height: 20px;
  }
}

.social-boxes{
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-content: center;
}

.social-boxes .box{
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  margin: 10px;
}

footer p{
  margin-bottom: 0px;
}

footer{
  background: #d3d3d3;
}

footer .links{
  display: flex
}

footer .top{
  display: flex;
  align-items: center;
}

footer a{
  margin-bottom: 0px;
}

footer .logo{
  color: black;
  font-size: 20px;
}

footer .links a{
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

footer .top{
  padding-top: 20px;
  padding-bottom: 20px;
}


footer .bottom p{
  font-size: 12px;
  text-align: center;
}

footer .bottom{
  padding-bottom: 20px;
}

.sectionc img{
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 992px){
  footer{
    text-align: center;
  }

  footer .links{
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .links a{
    margin-right: 15px;
  }
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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