* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* <-- Header START --> */
header {
  background-color: darkgrey; }
  header #navbar {
    display: flex;
    width: 100%;
    justify-content: center;
    background: grey;
    align-items: center; }
  header #top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20vh; }
  header h1 {
    margin: auto 5%;
    font-size: 4rem;
    color: white; }
  header img {
    margin: auto 5%;
    width: 20vw;
    max-width: 400px; }
  header nav {
    width: 40%;
    text-align: center; }
  header nav ul {
    position: relative;
    display: inline-table;
    list-style-type: none; }
  header nav li {
    display: inline-block;
    height: 100%; }
  header nav li a {
    font-size: 1rem;
    height: 100%;
    display: flex;
    color: black;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 0.75rem 2rem; }
  header nav li a:hover {
    color: black;
    background-color: lightgrey; }

nav ul ul {
  display: none;
  background-color: grey; }

nav ul li:hover > ul {
  position: absolute;
  display: flex;
  flex-direction: column; }

/* <-- Header END --> */
main {
  min-height: 65vh; }
  main h1 {
    margin: 5% auto;
    font-size: 3rem;
    text-align: center; }
  main .teamcontainer {
    display: flex;
    justify-content: space-around;
    height: 15vw; }
  main .teamcontainer div {
    width: 15vw;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  main .teamcontainer div:hover {
    width: 15vw;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  main .white {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    transition-delay: 2s; }
  main .teamcontainer div:hover .white {
    display: flex;
    justify-content: center;
    align-items: center; }
  main .teamcontainer div:hover a {
    text-decoration: none;
    color: black;
    font-size: 2rem;
    font-weight: bold; }

/* <-- Teammember START --> */
div.content_container {
  padding: 1vw;
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  margin: 5% auto;
  max-width: 1100px; }
  div.content_container .litem {
    background-color: white;
    padding: 100px;
    width: 50vw;
    max-width: 700px;
    transition: transform 0.5s;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  div.content_container .litem_imprint {
    background-color: white;
    padding: 100px;
    width: 50vw;
    max-width: 700px;
    transition: transform 0.5s;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  div.content_container .litem:hover {
    transform: scale(1.1);
    background-color: white; }
  div.content_container .litem_imprint:hover {
    transform: scale(1.1);
    background-color: white; }
  div.content_container .sitem {
    background-color: #f2f2f2;
    padding: 100px;
    width: 24vw;
    max-width: 250px;
    transition: transform 0.5s;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  div.content_container .sitem:hover {
    transform: scale(1.1);
    background-color: #f2f2f2; }
  div.content_container #personimg {
    padding: 0%;
    max-width: 250px; }
  div.content_container img {
    object-fit: cover;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: center; }
  div.content_container p {
    font-size: 1.2rem; }
  div.content_container #hobbies p {
    text-align: center; }
  div.content_container #hobbies p {
    text-align: center; }
  div.content_container h1 {
    font-size: 2rem; }

/* <-- Teammember END --> */
/* <-- INDEX START --> */
section {
  min-height: 40vh; }
  section h1 {
    text-align: center;
    margin: 5%; }
  section .project {
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 8vh auto; }
  section .web {
    position: relative;
    width: 40vw;
    max-width: 500px;
    min-height: 60vh;
    border-radius: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  section .web img {
    width: 50%;
    height: auto; }
  section img {
    padding: 5% 0;
    display: block;
    margin: auto;
    width: auto;
    height: 30%; }
  section li {
    margin-left: 20%; }
  section p {
    margin: 5% 15% 0 15%; }
  section button {
    padding: 0.5em 1.5em;
    border: 0.16em solid #241C2B;
    background-color: #241C2B;
    color: white;
    text-align: center;
    transition: all 0.2s;
    border-radius: 2em;
    position: absolute;
    left: 35%;
    bottom: 10%; }
  section button:hover {
    border-color: #241C2B;
    cursor: pointer;
    transform: scale(0.9); }
  section .projectcontainer {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5vh; }
  section .projectcontainer img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  section .projectcontainer div {
    transition: transform 0.5s;
    margin: 2%;
    width: 25vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  section .projectcontainer div:hover {
    background-color: #e6e6e6;
    cursor: pointer;
    transform: scale(1.2); }

@keyframes movingcloud {
  0% {
    margin-left: 0vw; }
  50% {
    margin-left: 40vw; }
  100% {
    margin-left: 0vw; } }
section.hero {
  background-image: url(../img/herobg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 95vh; }
  section.hero #cloud1 {
    animation-name: movingcloud;
    animation-duration: 40s;
    animation-iteration-count: 30;
    position: absolute;
    width: 50vw;
    height: auto; }
  section.hero #cloud2 {
    animation-name: movingcloud;
    animation-duration: 80s;
    animation-iteration-count: 30;
    position: absolute;
    width: 50vw;
    height: auto; }
  section.hero #mountain {
    width: 100vw;
    max-width: 1000px; }
  section.hero h1 {
    margin: 5% 0 0 0;
    font-size: 2.8rem;
    text-align: center;
    font-size: 5em;
    color: black;
    letter-spacing: 0.5em; }
  section.hero h2 {
    margin: 5% auto;
    font-size: 3rem;
    text-align: center;
    color: black;
    letter-spacing: 0.2em; }

section.code {
  background-image: url(../img/code.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: left;
  transform: translateZ(0); }

/* <-- INDEX END --> */
footer {
  background-color: darkgrey;
  position: relative;
  bottom: 0;
  left: 0; }
  footer h1 {
    margin: auto;
    font-size: 4em;
    color: white; }
  footer nav {
    width: 100%;
    height: 100%; }
  footer nav ul {
    list-style-type: none;
    position: relative;
    display: inline-table; }
  footer nav li {
    display: inline-block;
    height: 100%; }
  footer nav li a {
    height: 100%;
    display: flex;
    color: black;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 0.5rem 1rem; }
  footer nav li a:hover {
    color: black;
    background-color: lightgrey; }
  footer #footer_img {
    margin-top: 1rem;
    height: 3em; }
  footer #footer_img img {
    height: 100%;
    display: block;
    margin: 0 2em 0 auto; }
  footer #copy_team {
    padding-bottom: 5px;
    text-align: center;
    width: 100%; }
  footer #ftrnav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    background-color: grey; }

#ftrnav nav {
  height: 100%; }

#ftrnav nav ul {
  height: 100%; }

#ftrnav nav ul ul {
  display: none;
  background-color: grey; }

#ftrnav nav ul li {
  height: 100%;
  background-color: grey; }
  #ftrnav nav ul li:hover > ul {
    position: absolute;
    display: flex;
    bottom: 2.5rem;
    flex-direction: column-reverse; }

#content {
  display: flex;
  border: 1px black solid;
  width: 60%;
  height: 30rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between; }

#pic {
  border-radius: 50%;
  border: 1px red solid;
  width: 20vw;
  height: 20vw; }

#info {
  border: 1px red solid;
  width: 60%;
  height: 20vw; }

/*# sourceMappingURL=style.css.map */
