* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: "Muli", sans-serif;
  background: #504C52;
  font-weight: 400;
}
.jumbotron {
  padding: 2rem 1rem;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: linear-gradient(#282828, transparent, transparent, transparent), url("../img/hero-image.png");
  height: 100vh;
}
.jumbotron-triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  width: 0%;
  height: 0%;
  border-top: solid 5vw rgba(0, 0, 0, 0.5);
  border-left: solid 15vw transparent;
  border-right: solid 15vw transparent;
  z-index: -1;
  margin: -1px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  border-radius: 15px;
  opacity: 0.25;
  z-index: 0;
}
.hero-text {
  position: absolute;
  color: rgba(255, 255, 255);
  text-align: right;
  top: 50%;
  left: 42%;
  width: 55vw;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-shadow: 0 0 15px #282828, 0 0 15px #282828;
  overflow-wrap: anywhere;
}
.hero-text h1 {
  font-size: calc(30px + 2.5vw);
}
.hero-text h3 {
  font-size: calc(10px + 2vw);
}
.hero-p p {
  font-size: calc(8px + 1vw);
  margin: 10px 0px 0px 0px;
}
.hero-p p:last-child {
  margin-bottom: 10px;
}
.hero-text .btn {
  margin-right: auto;
}
.hero-text a {
  text-shadow: none;
}
.btn {
  background-color: rgba(255, 255, 255);
  color: rgba(40, 40, 40);
  width: 150px;
  height: 40px;
  border: solid 1px transparent;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.3s;
}
.btn:hover {
  background-color: #282828;
  color: rgba(255, 255, 255);
  width: 150px;
  height: 40px;
  border: rgba(255, 255, 255) solid 1px;
  border-radius: 8px;
  outline: none;
}
/*-- WORK SECTION --*/
#work {
  margin-top: 50px;
}
.section-h1 {
  text-align: center;
  color: rgba(255, 255, 255);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.mega {
  font-size: 36px;
  padding: 10px 0px 20px 0px;
}
.overlay-container {
  position: relative;
}
.work-image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #232323;
}
.overlay-container:hover .overlay {
  opacity: 0.85;
}
.text {
  color: #f2f2f2;
  font-size: calc(16px + (24 - 16) * ((50vw - 300px) / (1600 - 300)));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
.text ul {
  list-style: none;
  text-align: left;
}
.text li {
  margin: 10px 0px 0px 0px;
}
/*-- ABOUT SECTION --*/
#about {
  color: rgba(255, 255, 255);
}
#about-margin {
  margin-bottom: -30px;
}
.img-container {
  display: flex;
  align-items: center;
}
#about img {
  border-radius: 15px;
  height: auto;
}
.about-infoHead {
  text-align: center;
  color: rgba(255, 255, 255);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 28px;
}
.text-container {
  vertical-align: middle;
  position: relative;
  padding: 5%;
  width: auto;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
#about-education p {
  padding: calc(8px + 0.8vw);
  font-size: 2rem;
}
#about-education li {
  padding: 20px;
  font-size: calc(16px + 1vw);
}
.about-scripts {
  font-size: calc(12px + 0.8vw);
  padding-top: 5%;
}
.about-scripts li {
  list-style: none;
}
#about-skills-p {
  text-align: center;
}
#icon-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 100px);
  text-align: center;
  grid-row-gap: 40px;
  margin: 5px 0px 40px 0px;
}
/*-- CONTACT SECTION --*/
input[type="text"]#honeyclaws {
  display: none;
}
#contact-form {
  color: rgba(255, 255, 255);
  display: block;
  text-align: center;
}
#contact-form p {
  padding-bottom: 50px;
}
#contact-form div {
  padding: 15px;
  justify-content: space-between;
}
#contact-form div input {
  background-color: #504C52;
  border: rgba(255, 255, 255) 1px solid;
  display: inline-block;
  width: 100%;
}
#contact-form div input:focus {
  background-color: rgba(255, 255, 255);
  color: #232323;
}
#contact-form div label {
  display: inline-block;
  width: 100%;
  text-align: left;
  float: left;
}
#contact-form div textarea {
  font-family: "Muli", sans-serif;
  background-color: #504C52;
  border: rgba(255, 255, 255) 1px solid;
  vertical-align: top;
  height: 110px;
  width: 100%;
  display: inline-block;
}
#contact-form div textarea:focus {
  background-color: rgba(255, 255, 255);
  color: #232323;
}
#contact-form input,
textarea {
  color: rgba(255, 255, 255);
}
::placeholder {
  color: rgba(255, 255, 255);
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  padding-right: 5px;
}
#contact-form .btn {
  margin-top: 50px;
  height: auto;
  width: 100%;
  max-width: 200px;
}
#form-container {
  vertical-align: middle;
  position: relative;
  left: 10%;
  margin-bottom: 5%;
  padding: 5%;
  width: 80%;
  border-radius: 15px;
  background-color: #282828;
}
.alert {
  position: relative;
  padding: 10px;
  margin-top: -1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 15px;
  text-align: center;
}
.alert-success {
  color: #3c571e;
  background-color: #e3eed7;
  border-color: #d8e7c8;
}
.alert-danger {
  color: #670f12;
  background-color: #f4d2d3;
  border-color: #efbfc1;
}
.copyright {
  clear: both;
  align-content: center;
  color: #bfbfbf;
  line-height: 20px;
  font-size: 0.8em;
  text-align: center;
  padding-top: 10px;
}
.copyright a {
  color: #bfbfbf;
  text-decoration: none;
}
.copyright a:hover {
  color: rgba(255, 255, 255);
}
/*-- FOOTER SECTION --*/
#footer {
  height: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 2rem 1rem;
}
#footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 35%;
  width: 0%;
  height: 0%;
  border-bottom: solid 5vw rgba(0, 0, 0, 0.5);
  border-left: solid 15vw transparent;
  border-right: solid 15vw transparent;
}
#footer-links {
  display: flex;
  float: left;
  justify-content: space-around;
  margin-right: 0px;
  text-align: left;
  flex: 50%;
  max-width: 50%;
}
#footer-links li {
  list-style: none;
  margin: 20px 75px 0px 0px;
  border-left: 20px solid transparent;
  transition: 0.3s;
}
#footer-links li:hover {
  border-left: 20px solid rgba(255, 255, 255);
}
#footer-links a {
  color: rgba(255, 255, 255);
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 5px;
}
#social-links {
  float: right;
  justify-content: space-around;
  flex: 50%;
  max-width: 50%;
}
#social-links li {
  display: inline-block;
  list-style: none;
}
#social-links a {
  text-decoration: none;
}
#social-links i {
  display: inline;
  padding: 10px;
  color: rgba(255, 255, 255);
  font-size: 10vw;
}
#social-links i:hover {
  color: #282828;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255);
  cursor: pointer;
  transition: 0.3s;
}
#footer-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 2px;
}
/* This changes icon orientation in About - Skills area */
@media screen and (max-width: 900px) {
  #icon-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 100px);
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #form-container {
    vertical-align: middle;
    position: relative;
    left: 13%;
    margin-bottom: 100px;
    padding: 5%;
    width: 75%;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #282828;
    background-color: #282828;
  }
  #social-links {
    float: right;
    justify-content: space-around;
    flex: 50%;
    max-width: 50%;
  }
  #social-links .fab {
    font-size: 15vw;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin: 5% 25% 5% 25%;
  /* 15% from the top and centered */
  padding: 10px;
  border: transparent;
  width: 50%;
  /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
  color: rgba(255, 255, 255);
  float: right;
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
