* {
  font-family: Raleway, sans-serif;
}
body {
  background: #121212;
  color: #ffff;
}
.navbar {
  padding-top: 0;
  height: 8vh;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  opacity: 0.66;
  font-size: 14px;
  margin-left: 45px !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
  opacity: 1;
}
#row {
  height: 92vh;
}
.dot {
  margin-right: 7px;
  height: 10px;
  width: 10px;
  background-color: #4eff4e;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 1px;
}
#availability {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.87;
  margin-bottom: 10px;
}
#heading {
  font-size: 52px;
  font-weight: 700;
  opacity: 0.87;
  margin-bottom: 50px;
}
.paragraph {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.66;
}
#second-paragraph {
  margin-bottom: 40px;
}
#contact-button {
  padding: 10px 25px;
  margin-right: 40px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  font-weight: 500;
  background-image: linear-gradient(to right, #ef5da8, #5d5fef);
  transition: transform 0.3s ease-out;
}
#contact-anchor {
  padding: 10px 25px;
  margin-right: 40px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  font-weight: 500;
  background-image: linear-gradient(to right, #ef5da8, #5d5fef);
  transition: transform 0.3s ease-out;
}
#contact-button:hover {
  color: #fff;
  font-weight: 500;
  transform: translate(0, -5px);
}
#download-icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
#resume-button {
  font-size: 14px;
  line-height: 0;
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  transition: transform 0.3s ease-out;
  display: inline-block;
  padding: 10px 0;
}
#resume-button:hover {
  text-decoration: underline;
  transform: translate(0, -5px);
}
#img-column {
  padding: 0;
}
#info {
  font-size: 12px;
  color: #fff;
  opacity: 0.46;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -6px;
}

/*----------------------------------------------------------------------------------*/

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #121212 !important;
  overflow-y: hidden;
  transition: 0.6s ease-in-out;
}
.overlay-content {
  position: relative;
  top: 33%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#logo-overlay {
  position: absolute;
  top: 18px;
  left: 25px;
  width: 24px;
  height: 20px;
}
.overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 20px;
}
.overlay a {
  padding: 18px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  opacity: 0.66;
  display: block;
  transition: 0.3s;
}
.overlay a:focus,
.overlay a:hover {
  color: #fff;
  opacity: 1;
}
#mail-icon {
  height: 12px;
  width: 12px;
  margin-right: 3px;
}
#overlay-email {
  font-size: 12px;
  color: #fff;
  opacity: 0.46;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
}
@media (min-width: 1024px) {
  .overlay {
    display: none;
  }
}

/*------------------------- MOBILE -----------------------*/

@media (max-width: 576px) {
  #logo {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 18px;
    left: 35px;
  }
  #hamburger-button {
    position: absolute;
    top: 14px;
    right: 35px;
  }
  .navbar-toggler {
    padding-right: 0;
  }
  .navbar {
    height: 10vh;
  }
  .navbar .container {
    padding: 10px 25px;
  }
  #row {
    height: 90vh;
  }
  #first-col {
    padding: 35px;
  }
  .dot {
    height: 8px;
    width: 8px;
    margin-right: 5px;
  }
  #availability {
    font-size: 8px;
  }
  #heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .paragraph {
    font-size: 12px;
  }
  #second-paragraph {
    margin-bottom: 30px;
  }
  #contact-button {
    font-size: 12px;
    margin-right: 20px;
  }
  #download-icon {
    height: 12px;
    width: 12px;
  }
  #resume-button {
    font-size: 12px;
  }
  #contact-button,
  #resume-button {
    transform: none !important;
    transition: none;
  }
  #info {
    display: none;
  }
  .overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #121212 !important;
    overflow-y: hidden;
    transition: 0.6s ease-in-out;
  }
  .overlay-content {
    position: relative;
    top: 33%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #logo-overlay {
    position: absolute;
    top: 18px;
    left: 35px;
    width: 24px;
    height: 20px;
  }
  .overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 30px;
  }
  .overlay a {
    padding: 18px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    opacity: 0.66;
    display: block;
    transition: 0.3s;
  }
  .overlay a:focus,
  .overlay a:hover {
    color: #fff;
    opacity: 1;
  }
  #mail-icon {
    height: 12px;
    width: 12px;
    margin-right: 3px;
  }
  #overlay-email {
    font-size: 12px;
    color: #fff;
    opacity: 0.46;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -6px;
  }
}