
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}


.navLogo{
  width: 100px;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/header_wallpaper.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rounded-corners{
  border-radius: 35px;
}

.about-image{
  width: 75%;
}

@media screen and (max-width: 767px) {
  .about-image {
    width: 50%;
  }
}

.info-row{
  transition: 1.0s;
}

.info-row:hover{
  background-color: #ecf0f1;
  transition: 0.4s;
}

.parallax-container{
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/offer_wallpaper.JPG');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.news{
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .info-text {
    text-align: center;
  }

  .parallax-container{
    height: 150vh;
  }
}
