@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Merriweather");

html {
  font-size: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.adaptive_img_container {
  margin: 0;
  overflow: hidden;
  height: 100vh;
  background-image: url("header_background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.over_layer {
  background: rgba(100, 255, 218, 0.7);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fp_row1 {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.fp_row2 {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.blog_link {
  display: flex;
  position: absolute;
  align-items: center;
  left: 50px;
  top: 20px;
  color: white;
}

.blog {
  display: flex;
  align-items: center;
}

.links {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 50px;
  top: 20px;
}

.link {
  text-decoration: none;
  margin: 2px 0 2px 0;
  color: white;
}

.linked {
  align-items: center;
  color: white;
  display: flex;
}

.about_container {
  align-items: center;
  background-attachment: fixed;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #757575;
  display: flex;
  min-height: 100vh;
}

.description_panel {
  font-size: 1.5rem;
  padding: 2rem;
  max-width: 50vw;
  font-family: "Merriweather", serif;
  line-height: 4rem;
  opacity: 0;
  -webkit-transition: 0.4s ease transform, 0.4s ease opacity;
  transition: 0.4s ease transform, 0.4s ease opacity;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}

.description_panel_active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.notebook_wrapper {
  height: 100vh;
  flex: 1 auto;
  display: flex;
  justify-content: center;
}

.notebook_container {
  margin-top: 30vh;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.notebook_image {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -webkit-transition: 0.8s ease transform, 0.4s ease opacity;
  transition: 0.8s ease transform, 0.4s ease opacity;
  max-width: 350px;
  opacity: 0;
}

.notebook_active {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.technologies {
  color: #004d40;
  display: flex;
  flex-direction: row;
  padding-top: 3rem;
  min-height: 100vh;
  background-color: #64ffda;
}

.tech_left_wrapper {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}

.tech_title {
  margin: 0 3rem 0 3rem;
  font-size: 1.5rem;
}

.mouse_container {
  align-items: center;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.mouse_image {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -webkit-transition: 0.8s ease transform, 0.4s ease opacity;
  transition: 0.8s ease transform, 0.4s ease opacity;
  max-width: 300px;
  opacity: 0;
}

.mouse_container_active {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.tech_list {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.tech_list li {
  flex: 1 auto;
  opacity: 0;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: 0.8s ease transform, 0.4s ease opacity;
  transition: 0.8s ease transform, 0.4s ease opacity;
}

.el_active {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}

.experience {
  display: flex;
  flex-direction: row;
  padding-top: 3rem;
  min-height: 100vh;
  background-color: white;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: -1;
}

.tech_content {
  flex: 1 auto;
}

.experience {
  padding-top: 3rem;
  color: #757575;
  display: flex;
  flex-direction: column;
}

.experience_title {
  font-size: 1.5rem;
  margin: 0 3rem 0 3rem;
}

.experience_content_wrapper {
  margin: 2rem 3rem 0 3rem;
}

.experience_element_container {
  display: flex;
  flex-direction: column;
}

.experience_element {
  min-height: 3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 2rem 0 2rem;
  display: flex;
  align-items: center;
  margin: 3rem 0 0 0;
  cursor: pointer;
}

.experience_element_header {
  flex: 1 auto;
}

.experience_plus {
  font-size: 1.5rem;
}

.experience_description {
  border: 2px solid #e0e0e0;
  border-top: 0;
  display: none;
  padding: 2rem;
  font-family: "Merriweather", serif;
  line-height: 1.5rem;
}

.experience_description_active {
  display: block;
}

.wrap_up {
  background-color: #64ffda;
  color: #004d40;
  padding: 2rem;
}

.mailto {
  color: #004d40;
}

.disclaimer {
  background-color: #00bfa5;
  color: white;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 75%;
  }

  .linked {
    right: 20px;
  }

  .notebook_image {
    display: none;
  }

  .description_panel {
    max-width: 70vw;
  }

  .tech_list {
    font-size: 1rem;
  }

  .tech_left_wrapper {
    display: none;
  }

  .technologies {
    padding-top: 2rem;
  }

  .experience {
    padding-top: 2rem;
    min-height: 0;
    margin-bottom: 2rem;
  }

  .experience_content_wrapper {
    margin-top: 0;
  }

  .about_container {
    min-height: 0;
  }

  .sticky {
    position: relative;
  }

  .description_panel {
    max-width: 100vw;
    font-size: 1rem;
  }

  .technologies {
    flex-direction: column;
  }

  .disclaimer {
  }

  .disclaimer_text {
    max-width: 70%;
  }

  .tech_content {
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1101px) and (max-width: 2000px) {
  .notebook_image {
    max-width: 300px;
  }

  .mouse_image {
    max-width: 250px;
  }
}
