/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ffffff;
}

a:hover, a:active, a:focus {
  color: #2dc997;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

header {
  content: "";
  background: rgba(0, 0, 0, 1);
}

.home-container, .about-container, .portfolio-container {
  display:none;
  opacity:0;
}

#hero h1 {
  font-size:5em;
}

#hero h4 {
  font-family: "Raleway", sans-serif;
  font-weight:100;
  font-size:1em;
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero img.portrait {
  display:none;
  position: fixed;
  width: 25%;
  bottom: -100px;
  right: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-container {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

#navigation {
  font-family: "Notable", sans-serif;
  position:absolute;
  left:0;
  top:100px;
  z-index:1;
}

.title {
  align-items:center;
  padding:10px;;
  font-size:larger
}

.about-info, .skills-info{
  font-family: "Raleway", sans-serif;
  font-size:larger;
}

.skills-info {
  text-align:left;
}
