.intro-image {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(/images/hero-image-austin.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-image {
  display: inline-block;
  width: 75%;
  height: 75%;
  margin: 15px 0;
  min-width: 250px;
  min-height: 250px;
  max-width: 500px;
  max-height: 500px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h4,
p {
  font-family: "Open Sans", sans-serif;
}

h1,
h3,
h5 {
  font-family: "Lora", serif;
}

.navbar {
  background-color: rgba(66, 66, 66, 0.164);
}

.intro-heading {
  font-size: calc(1.5vw + 1.5vh + 2vmin);
  font-weight: 400;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.heading-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.fade-end {
  opacity: 1;
}

.intro-subheading {
  font-size: calc(0.8vw + 0.8vh + 1vmin);
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.about-header {
  font-weight: 400;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.about-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section {
  text-align: center;
  max-width: 90%;
  margin-top: 15px;
}

.work-header {
  font-weight: 400;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.work-text {
  width: 70%;
  min-width: 275px;
  max-width: 800px;
}

.work-text,
.work-header {
  color: white;
}

.contact-heading {
  display: block;
  margin: 0 auto;
  width: 70%;
  min-width: 275px;
  max-width: 800px;
}

.copyright {
  margin-top: 20px;
}

.backtotop {
  margin-top: 10px;
  margin-bottom: 10px;
}

.work-body {
  background: black;
}

.links {
  position: absolute;
  top: 10px;
  right: 150px;
}

.link-text {
  font-family: "Open Sans", sans-serif;
}

.link-text:hover {
  color: rgba(236, 236, 236, 0.8);
  border-bottom: 2px solid white;
}

.navbar-brand {
  font-family: "Open Sans", sans-serif;
}

.work-body {
  background: rgba(163, 163, 163, 0.281);
}

@media (min-width: 1024px) {
  .about-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75%;
  }
  .about-section {
    font-size: 21px;
    margin-left: 15px;
    width: 35%;
  }
  .about-image {
    margin-right: 15px;
    min-width: 450px;
    min-height: 450px;
  }
}

.facebook {
  width: 50px;
  height: 50px;
  margin: 15px;
  fill: rgba(7, 7, 7, 0.801);
}

.twitter {
  width: 50px;
  height: 50px;
  margin: 15px;
  fill: rgba(7, 7, 7, 0.801);
}

.instagram {
  width: 50px;
  height: 50px;
  margin: 15px;
  fill: rgba(7, 7, 7, 0.801);
}

.github {
  width: 50px;
  height: 50px;
  margin: 15px;
  fill: rgba(7, 7, 7, 0.801);
}

.linkedin {
  width: 50px;
  height: 50px;
  margin: 15px;
  fill: rgba(7, 7, 7, 0.801);
}

.email {
  width: 40px;
  height: 40px;
  margin: 15px;
  fill: white;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.email:hover {
  fill: #cacaca;
}

.email-container {
  margin-bottom: 30px;
}

.email-button {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
  padding-right: 65px;
  border: 2px solid white;
  border-radius: 5px;
}

.copyright {
  margin-top: 20px;
}

.arrowup {
  width: 40px;
  height: 40px;
  fill: rgba(7, 7, 7, 0.801);
  margin-left: 5px;
}

.backtotop {
  margin-top: 10px;
  margin-bottom: 10px;
}

.html {
  width: 30px;
  height: 30px;
  margin: 5px;
  fill: rgba(7, 7, 7, 0.801);
}

.css {
  width: 30px;
  height: 30px;
  margin: 5px;
  fill: rgba(7, 7, 7, 0.801);
}

.javascript {
  width: 30px;
  height: 30px;
  margin: 5px;
  fill: rgba(7, 7, 7, 0.801);
}

.sass {
  width: 30px;
  height: 30px;
  margin: 5px;
  fill: rgba(7, 7, 7, 0.801);
}

.material {
  width: 30px;
  height: 30px;
  margin: 5px;
  fill: rgba(7, 7, 7, 0.801);
}

.react {
  width: 30px;
  height: 30px;
  margin: 5px;
  fill: rgba(7, 7, 7, 0.801);
}

.icon:hover {
  fill: #636363;
}

.work-banner {
  background-color: black;
  padding: 25px;
  width: 100vw;
}

.about-banner {
  background-color: rgba(7, 7, 7, 0.801);
  padding: 25px;
  width: 100vw;
}

.contact-banner {
  background-color: rgba(7, 7, 7, 0.801);
  padding: 25px;
  width: 100vw;
}

.card {
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card:hover {
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
  -webkit-box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 14px 22px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 14px 22px 0 rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=styles.css.map */