@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

h1{
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: white !important;
}
h2{
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

.image-home img{
  width: 100%;
}
.black-bg{
  background-color: black;
  padding-top: 150px;
  margin-top: -100px;
  color: white !important;
  height: 500px;
}
.black-gallery{
  background-color: black;
  padding-top: 150px;
  margin-top: -100px;
  color: white !important;
  padding-bottom: 90px;
  margin-bottom: 60px;
}
.gallery-in{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 70px;
}
.gallery-header-image{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.gallery-header-image img{
  width: 50%;
}
.blue-bg{
  background-color: #072F54;
  padding-top: 150px;
  margin-top: -100px;
  color: white !important;
  padding-bottom: 200px;
}
.dark-blue{
  background-color: #072F54;
  padding-top: 150px;
  margin-top: -100px;
  color: white !important;
  padding-bottom: 100px;
}
.header-text-services{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.header-text-services h1{
  margin-bottom: 20px;
}
.linkedin{
  margin-right: 15px;
}
.held{
  object-fit: cover;
  height: 430px;
  border: 4px solid #FDD02B;
}
.section-2{
  margin-top: 160px;
}
.image-section-2 img{
  width: 100%;
}
.center-page{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.service img{
  width: 90px;
}
.service{
  text-align: center;
  margin-bottom: 50px;
}
.center-content{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.left-content{
  float: left;
  margin-bottom: 40px;
}
.top-nudge{
  margin-top: 25px;
  margin-left: 20px;
}
.footer{
  background-color: #000000;
  color: white !important;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-heading{
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}
.link-item-footer a{
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: white;
}
.about-section{
  margin-top: 150px;
  margin-bottom: 150px;
}
.circle-crop{
  object-fit: cover;
  border-radius: 50%;
  width:130px;
  height: 130px;
  border: 4px solid #FDD02B;
}
.image-crop{
  object-fit: cover;
  width:100%;
  height: 380px;
  border: 4px solid #FDD02B;
}
.owner{
  margin-top: 20px;
}
.what{
  margin-top: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.gallery-image-holder{
  margin-bottom: 50px;
}
.center{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.email a{
  color: white !important;
}

@media (max-width: 575.98px) {

  .bg-transparent{
  }
  .black-bg-header{
    background-color: black !important;
    padding-bottom: 130px;
  }
  .left-content{
    margin-bottom: 10px;
  }
  .top-nudge{
    margin-bottom: 50px;
    margin-top: 0;
  }
  .held{
    height: 190px;
  }
  .black-bg{
    padding-top:30px;
  }
  .gallery-header-image{
    display: none;
  }
  .black-gallery{
    padding-top: 51px;
  }
 }
