* {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}

body {
  font-family: 'Fira Mono', sans-serif;

}

h2 {
  font-family: 'Fira Sans';
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}

a {
  text-decoration: none;
  color: black;
}

p {
  line-height: 1.7;
  text-align: center;
}

.descriptionbox {
  float: left;
  max-width: 400px;
  margin: 0 40px 40px 0;
}
@media (max-width: 580px){
  .descriptionbox {
    margin: 0 0 40px 0;
  }
}

.description {
  text-align: left;
}

.project-title {
  font-weight: bold;
}

.name {
  z-index: 100;
  position: fixed;
  margin: 20px 50px;
  top: 0;
  font-family: 'Fira Sans';
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 580px){
  .name {
    margin-left: 30px;
  }
}



.header {
  width: 100%;
  height: 600px;
}
@media (max-width: 780px){
  .header {
    height: 400px;
  }
}

.project-header {
    height: 600px;

    /* parallax scrolling effect */
    background-attachment: fixed;

    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
@media (max-width: 780px){
  .project-header {
    height: 400px;
    background-attachment: local;
  }
}

.project-view {
  max-width: 1020px;
  padding: 0 100px;
  margin: 150px auto;
}
@media (max-width: 780px){
  .project-view {
    padding: 0 50px;
  }
}

.picture {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 100px 100px 0 0;
}

.image-left {
  float: left;
  width: 580px;
}
@media (max-width: 780px){
  .image-left {
    width: 100%;
  }
}

.image-right {
  float: right;
  width: 580px;
}
@media (max-width: 780px){
  .image-right {
    width: 100%;
  }
}

.image-big {
  width: 100%;
}

@media (max-width: 580px){
  .image-small {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}

.back-button {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 780px){
  .back-button {
    margin-top: 100px;
  }
}

button {
  background-color: white;
  color: rgb(70, 70, 70);
  padding: 10px 15px;
  border: none;
  border-radius: 2px;
  font-weight: 700;
}
button:hover {
  color: rgb(230, 230, 230);
  cursor: auto;
}

.contact {
  padding-top: 150px;
  padding-bottom: 80px;
  clear: both;
  text-align: center;
}

.socialmediaicons {
  margin: 20px 30px;
}
