body {
  background-color: black;
}

.playwrite-nz-guides-regular {
  font-family: "Playwrite NZ Guides", cursive;
  font-weight: 400;
  font-style: normal;
}

.expletus-sans-regular {
  font-family: "Expletus Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.google-sans-code {
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.hubot-sans {
  font-family: "Hubot Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.yellowtail-regular {
  font-family: "Yellowtail", cursive;
  font-weight: 50;
  font-style: normal;
}

.croissant-one-regular {
  font-family: "Croissant One", serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  padding-top: 1.5%;
  padding-right: 5%;
  font-size: 1.5em;
}

nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

nav a {
  margin-right: 5%;
}

.custom-navbar {
  color: white;
  padding-bottom: 1.5%;
}

.active-custome {
  color: #fcc100;
}

#welcome img {
  position: fixed;
  opacity: 20%;
  margin-top: -10%;
  background-color: black;
}

.welcomeTitle {
  position: fixed;
  margin-left: 20%;
  margin-top: 30%;
  color: rgb(255, 255, 255);
  font-size: 3em;
}

#welcome p {
  position: fixed;
  margin-left: 20%;
  margin-top: 35%;
  width: 40%;
  color: rgb(255, 255, 255);
  font-size: 1.5em;
}

hr.rounded {
  position: fixed;
  margin-left: 20%;
  margin-top: 30%;
  width: 40%;
  border-top: 8px solid #fcc100;
  border-radius: 5px;
  margin-top: 20%;
}

#about {
  background-color: #363636;
  height: 150%;
  margin-top: -20%;
  color: white;
}

#about h1 {
  padding-top: 20%;
  float: left;
  margin-left: 55%;
  position: absolute;
  font-size: 3em;
}

#about p {
  padding-top: 25%;
  float: left;
  margin-left: 55%;
  position: absolute;
  font-size: 1.5em;
  width: 30%;
}

#about img {
  border-radius: 15px;
  width: 30%;
  margin-top: 20%;
  margin-left: 20%;
  margin-bottom: 5%;
}

#portfolio {
  text-align: center;
  background-color: #d3ac00;
  color: #ffffff;
  position: relative;
  margin: 0%;
  margin-top: -1%;
}

#portfolio img {
  border-radius: 0px;
  width: 25%;
  margin-bottom: 15%;
  opacity: 100%;
  margin: 0%;
  margin-top: 2%;
}

#parallaxes h1 {
  color: white;
  float: left;
  margin-top: 15%;
  margin-left: 10%;
  font-size: 5em;
}

.parallax {
  /* The image used */
  background-image: url("../img/Web/Home_Dark.jpg");
  position: relative;

  /* Set a specific height */
  min-height: 1200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -300px;
}

.parallax1 {
  /* The image used */
  background-image: url("../img/gallery/8_Event.jpg");
  position: relative;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("../img/gallery/7_Shoot.jpg");
  position: relative;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
  /* The image used */
  background-image: url("../img/gallery/5_Travel.jpg");
  position: relative;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax4 {
  /* The image used */
  background-image: url("../img/gallery/10_Cars.jpg");
  position: relative;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax5 {
  /* The image used */
  background-image: url("../img/gallery/10_Cars.jpg");
  position: relative;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax6 {
  /* The image used */
  background-image: url("");
  position: relative;

  /* Set a specific height */
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fade-in-image {
  animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
}

.parkinsans-webfont {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

.header {
  color: white;
  margin-left: 0%;
  text-align: center;
}

.header h1 {
  font-size: 0.5em;
}

.header button {
  color: #808080;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
}

.btn:hover {
  color: rgb(255, 255, 255);
}

.btn.active {
  color: rgb(255, 255, 255);
}

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.delius-regular {
  font-family: "Delius", cursive;
  font-weight: 400;
  font-style: normal;
}

.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 100;
  font-style: normal;
}

@media (max-width: 768px) {
  .parallax {
    opacity: 100%;
    text-shadow: 2px 2px 30px #000000;
  }

  #welcome p {
    opacity: 100%;
    margin-top: 95%;
    width: 70%;
    text-shadow: 2px 2px 20px #000000;
  }

  .welcomeTitle {
    opacity: 100%;
    margin-top: 80%;
    font-size: 2em;
    width: 70%;
    text-shadow: 2px 2px 20px #000000;
  }

  .header {
    margin-top: 100%;
    width: 100%;
    position: absolute;
    margin-left: 0;
  }

  .header h1 {
    font-size: 1em;
  }

  #about {
    margin-top: -45%;
    width: 100%;
    height: 150%;
    background-color: #363636;
  }

  #about h1 {
    margin-top: 40%;
    margin-left: 10%;
  }

  #about p {
    margin-left: 10%;
    margin-top: 60%;
    font-size: 1em;
    width: 80%;
  }

  #about img {
    margin-top: 150%;
    width: 80%;
    margin-left: 10%;
  }

  .row {
    margin-top: 50%;
  }
}
