body{
  font-family: 'Ubuntu', sans-serif;
}

.navbar{
  z-index: 1;
  position: fixed;
  width:100%;
  transition: background-color .5s;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.25);
}
  
.rect{
  width:100%;
  height:40vh;
}

.img-size{
  width:100%;
}

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

#green{
  background-image: url("../img/headerimg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#personalheader{
  background-image: url("../img/headerimg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#businessheader{
  background-image: url("../img/headerimg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contactheader{
  background-image: url("../img/headerimg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
  
.logo-size{
    max-height: 45px;
}

.catchphrase{
  background-color: #cc7e16;
}

.header-style{
  margin-top: 1rem;
  color: #b66e10;
}

.interlinkfooter{
  margin-top: 2rem;
  background-color: #cc7e16;
}

#px-offset-waypoint{
  opacity: 0;
}
 
.animate__animated{
    opacity: 1;
}