body {
  background: transparent;
}

.container-fluid {
  background-color: transparent;
}

html {
  background: url(images/backgroundPhoto.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
  text-align: center;
  justify-content: space-evenly;
  color: white;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 60px;
  font-stretch: expanded;
  font-family: "Nanum Gothic", sans-serif;
}

@media (min-width: 900px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  body {
    font-size: 3rem;
  }
  .nav-item {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 4rem;
    height: 1000px;
  }
  .nav-item {
    padding-left: 100px;
  }
}
@media (min-width: 1400px) {
}

.email-link {
  color: rgb(208, 148, 45);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zilla Slab Highlight";
  font-size: 80px;
  display: block;
}

.img-fluid {
  width: 1500px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
