.menu-btn {
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 35px;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s; }
  .menu-btn .btn-line {
    width: 28px;
    height: 3px;
    margin: 0 0 5px 0;
    background: #c0a062;
    transition: all 0.4s ease-in-out 0s; }
  .menu-btn.close {
    transform: rotate(180deg); }
    .menu-btn.close .btn-line:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
      background-color: #fff; }
    .menu-btn.close .btn-line:nth-child(2) {
      opacity: 0; }
    .menu-btn.close .btn-line:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -6px);
      background-color: #fff; }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.95;
  visibility: hidden; }
  .menu.show {
    visibility: visible; }
  .menu-branding, .menu-nav {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
    height: 100vh;
    overflow: hidden; }
  .menu-nav {
    margin: 0;
    padding: 0;
    background: #373737;
    list-style: none;
    transform: translate3d(0, -100%, 0);
    transition: all 0.4s ease-in-out 0s; }
    .menu-nav.show {
      transform: translate3d(0, 0, 0); }
  .menu-branding {
    background: #444;
    transform: translate3d(0, 100%, 0);
    transition: all 0.4s ease-in-out 0s; }
    .menu-branding.show {
      transform: translate3d(0, 0, 0); }
    .menu-branding .rwLogo {
      width: 200px;
      height: 200px;
      background: url("../img/logo.png"); }
  .menu .nav-item {
    transform: translate3d(600px, 0, 0);
    transition: all 0.4s ease-in-out 0s; }
    .menu .nav-item.show {
      transform: translate3d(0, 0, 0); }
    .menu .nav-item.current > a {
      color: #c0a062; }
  .menu .nav-link {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 0.7rem 0;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s; }
    .menu .nav-link:hover {
      color: #c0a062; }

.nav-item:nth-child(1) {
  transition-delay: 0.15s; }

.nav-item:nth-child(2) {
  transition-delay: 0.3s; }

.nav-item:nth-child(3) {
  transition-delay: 0.45s; }

.nav-item:nth-child(4) {
  transition-delay: 0.6s; }

.nav-item:nth-child(5) {
  transition-delay: 0.75s; }

.button {
  background: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  border: none;
  margin: 5px 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s; }
  .button:hover {
    color: #c0a062; }

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.modal-content {
  background-color: #f4f4f4;
  border-radius: 8px;
  margin: 10% auto;
  color: #000000;
  width: 70%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: openModal;
  animation-duration: 1s; }

@keyframes openModal {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }

.closeBtn {
  color: #444;
  float: right;
  font-size: 2.5rem;
  margin: 0 1rem;
  transition: all 0.4s ease-in-out 0s; }
  .closeBtn:hover, .closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

.modalHeader {
  background-color: #c0a062;
  color: #444;
  padding: 1.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.modalBody {
  padding: 1rem 1.5rem;
  display: flex; }

.projectText {
  width: 60%; }
  .projectText a {
    color: #c0a062; }

.projectImages {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.projectPic {
  width: 90%;
  margin: 1rem 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8); }

.modalFooter {
  background-color: #c0a062;
  color: #444;
  padding: 0.8rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center; }

.modalFooter a {
  color: #444;
  transition: all 0.4s ease-in-out 0s; }
  .modalFooter a:hover {
    color: #000; }

form {
  width: 40vw;
  display: flex;
  flex-direction: column; }

form input,
textarea {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 3px solid #c0a062;
  color: #474e57;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  margin: 0 0 10px 0;
  transition: all 0.4s ease-in-out 0s; }
  form input:focus,
  textarea:focus {
    box-shadow: 0 0 15px rgba(192, 160, 98, 0.8); }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Josefin Sans", sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Josefin Sans", sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Josefin Sans", sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Josefin Sans", sans-serif; }

form button {
  width: 40%;
  background-color: #c0a062;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.5s;
  display: flex; }

/* hover effect for button */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #c0a062 solid 6px;
  border-radius: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

form button:active {
  content: "thanks"; }

@font-face {
  font-family: aquafont;
  src: url("../fonts/aqua.ttf"); }

* {
  box-sizing: border-box; }

body {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
  color: #fff;
  height: 100%;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5; }

.text-secondary {
  color: #c0a062; }

h1 {
  font-family: aquafont, "Josefin Sans", sans-serif; }

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600; }
  h1.lg-heading,
  h2.lg-heading,
  h3.lg-heading {
    font-size: 5rem; }
  h1.sm-heading,
  h2.sm-heading,
  h3.sm-heading {
    margin-bottom: 2rem; }

a {
  color: #fff;
  text-decoration: none; }

.logoHome {
  position: absolute;
  z-index: -2;
  left: 35px;
  top: 35px;
  cursor: pointer; }

header {
  position: fixed;
  z-index: 2;
  width: 100%; }

main {
  padding: 4rem;
  min-height: calc(100vh - 60px); }
  main .icons {
    margin-top: 2rem; }
    main .icons a {
      padding: 0.4rem;
      transition: all 0.4s ease-in-out 0s; }
      main .icons a:hover {
        color: #c0a062; }
  main#home {
    overflow: hidden;
    margin: 0 5vw; }
    main#home h1 {
      margin-top: 20vh; }
    main#home span a {
      color: #c0a062; }
    main#home .btn {
      border: 2px solid #fff;
      border-radius: 5px;
      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      transition: all 0.4s ease-in-out 0s; }
      main#home .btn:hover {
        border: 2px solid #c0a062;
        background-color: #c0a062; }
  main#about {
    margin: 0 5vw; }
  main#work {
    margin: 0 5vw; }
  main#contact {
    margin: 0 5vw; }

.about-info {
  display: grid;
  grid-gap: 30px;
  grid-template-areas: "bio bio robinimage" "job1 job2 job3";
  grid-template-columns: repeat(3, 1fr); }
  .about-info .robin-image {
    grid-area: robinimage;
    margin: auto;
    border-radius: 50%;
    border: solid 5px #c0a062; }
  .about-info .bio {
    grid-area: bio;
    font-size: 1.2rem; }
  .about-info .txt-type > .txt {
    border-right: 0.2rem solid #fff; }
  .about-info .job-1 {
    grid-area: job1; }
  .about-info .job-2 {
    grid-area: job2; }
  .about-info .job-2 {
    grid-area: job2; }
  .about-info .job {
    background-color: #1d1c1c;
    box-shadow: 0 4px 8px 0 rgba(192, 160, 98, 0.8);
    padding: 0.7rem;
    border-radius: 5px; }

.otherInfo {
  margin-top: 2rem; }
  .otherInfo a {
    color: #c0a062; }

.projects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem; }
  .projects img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s; }

.container {
  position: relative; }

.overlay {
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  background-color: rgba(192, 160, 98, 0.8); }

.container:hover .overlay {
  opacity: 1; }

.overlayText {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.overlayFade {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.item-links {
  display: flex;
  justify-content: center; }

.project-link {
  padding: 5px;
  transition: all 0.4s ease-in-out 0s; }
  .project-link:hover {
    color: #c0a062; }

.contactContainer {
  display: flex; }

.contactLogo {
  width: 40vw;
  display: flex;
  justify-content: center; }

.main-footer {
  text-align: center;
  padding: 1rem; }

@media screen and (max-width: 768px) {
  main {
    align-items: center;
    text-align: center; }
    main .lg-heading {
      line-height: 1;
      margin-bottom: 1rem; }
  ul.menu-nav,
  div.menu-branding {
    float: none;
    width: 100%;
    min-height: 0; }
    ul.menu-nav.show,
    div.menu-branding.show {
      transform: translate3d(0, 0, 0); }
  .menu-nav {
    height: 70vh;
    transform: translate3d(0, 100%, 0); }
  .menu .nav-link {
    font-size: 40px; }
  .menu-branding {
    height: 30vh;
    transform: translate3d(0, -100%, 0); }
    .menu-branding .rwLogo {
      background: url("../img/logo-smaller.png");
      width: 125px;
      height: 125px; }
  .logoHome {
    z-index: -2; }
  .about-info {
    grid-template-areas: "robinimage" "bio" "job1" "job2" "job3";
    grid-template-columns: 1fr; }
  .projects {
    grid-template-columns: repeat(3, 1fr); } }
    
            .email-btn {
            width: 200px;
            height: 60px;
            border-radius: 5px;
            border: 2px solid #fff;
            background-color: transparent;
            color: #fff;
            font-size: 1.1rem;
            outline: none;
            margin-top: 50px;
            cursor: pointer;
        }

@media screen and (max-width: 500px) {
  main#home h1 {
    margin-top: 10vh;
    font-size: 4rem; }
  .projects {
    grid-template-columns: 1fr; }
  main {
    align-items: center;
    text-align: center;
    padding-top: 15vh; }
    main .lg-heading {
      line-height: 1;
      margin-bottom: 1rem;
      font-size: 2.6rem; }
    main#about {
      margin: 0 2vw; }
    main p {
      font-size: 1.1rem; }
  .about-info .robin-image {
    width: 100%; }
  .job li {
    text-align: left; }
  .modalBody {
    flex-direction: column; }
  .projectText {
    width: 100%; }
    .projectText li {
      text-align: left; }
  .projectImages {
    width: 100%; }
  .contactContainer {
    flex-direction: column; }
  .contactLogo {
    width: 60vw;
    margin-top: 5rem; }
  form {
    width: 60vw; } }
    
    .movie,
.stills,
.stills img {
  width: 100%;
}
