body {
  height: 100vh;
  max-width: 100vw;
}

p, h1, h2, h3, h4, h5, h6 {
  color: black;
}

p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 200;
}

h2, h4{
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.05em;
}

i{
  padding-right: 30px;
}

.nav-fixed{
  z-index: 997;
}

.nav-wrapper{
  padding-right: 10px;
}

#navigation{
  display: none;
}

#navigation.active{
  display: flex;
}

.side-nav a {
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 600px) {
  .parallax-title img{
  width: 80%;
}
}


#home.parallax-container {
      height: 100vh;
}

.parallax-title {
  width: 100vw;
  opacity: 0.9;
}

#arrow{
  position: absolute;
  left: 50%;
  bottom: 20px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container{
  padding-top: 50px;
  padding-bottom: 50px;
}
p .container {
  text-align: justify;
}

.section{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

#contact a{
  color: black;
}

#contact a:hover{
  font-weight: 400;
}