
@font-face {
    font-family: bebasNeue;
    src: url("BebasNeue-Regular.ttf");
}

@font-face{
  font-family: monteserrat;
  src: url("Montserrat-VariableFont_wght");
}

nav{
  font-family: bebasNeue;
}

body{
  background-color: white;
}

.navButtons{
  background-color: #212529;
}

.navButtons:hover{
  background-color: gray;
}

.paralax{
  background-image: url("family.jpeg");
   /* Set a specific height */
   min-height: 750px;
   width: 100%;

   /* Create the parallax scrolling effect */
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   opacity: 70%;
}
#mainTitle{
  position: absolute;
  font-size: 120px;
  text-decoration: bold;
  text-align: center;
  opacity: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-style: solid;
  border-radius: 10px;
  border-color: black;
  border-width: 10px;

  font-family: bebasNeue;
}

.miscHeaders{
  font-size: 75px;
  text-align: center;
  font-family: bebasNeue;
}

.miscParagraphs{
  font-size: 20px;
  word-spacing: 1px;
  letter-spacing: .5px;
  font-family: monteserrat;
}

.secondInfo{
  position: relative;
  left: 75%;
}

.socialMedia{
  text-align: center;
}

img{
  width: 8%;
}

.testimonialFormat{
  font-family: monteserrat;
}

@media screen and (max-width: 1000px) {
  img{
    width: 20%;
  }

  .miscHeaders{
    font-size: 50px;
  }

  .miscParagraphs{
    font-size: 18px;
  }

  #mainTitle{
    font-size: 100px;
    top: 70%;
  }

}
