body {
    background-color: black;
}

.navbar {
    padding-top: 1.5%;
    padding-right: 5%;
    font-size: 1.6em;
}

.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: 35%;
    color: rgb(255, 255, 255);
    font-size: 4em;
}

#welcome p{
    position: fixed;
    margin-left: 20%;
    margin-top: 40%;
    width: 40%;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
}

hr.rounded {
  position: fixed;
  margin-left: 20%;
  margin-top: 30%;
  width: 40%;
  border-top: 8px solid #fcc100;
  border-radius: 5px;
  margin-top: 20%;
}

#about {
  position: absolute;
    background-color: #ffffff;
    height: 107%;
    margin-top: -7%;
}

#about h1{
    padding-top: 15%;
    float: left;
    margin-left: 55%;
    position: absolute;
    font-size: 3em;
}

#about p{
    padding-top: 20%;
    float: left;
    margin-left: 55%;
    position: absolute;
    font-size: 1.5em;
    width: 30%;
}

#about img{
    border-radius: 15px;
    width: 30%;
    margin-top: 15%;
    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/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/Man_Rock.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/Events/Sep_Too.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/Praesidium_Gala-10.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/Product/Sofa_07.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/Rose\ Flower.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("../img/Norwegian_Flag_Dark.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;
}


.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 {
  text-align: center;
  padding: 32px;
}

.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;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.btn:hover {
  background-color: #fcc100;
}

.btn.active {
  background-color: #fcc100;
  color: white;
}




.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;
  }