/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400|Montserrat|Nunito");
.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.grow {
  width: 100%; }

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  box-sizing: border-box;
  height: 100%; }

a, a:active, a:focus {
  text-decoration: none;
  color: inherit; }

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif; }

.heading {
  margin-bottom: 3rem;
  font-family: "Nunito", sans-serif;
  font-weight: normal; }
  .heading--light {
    color: white; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem;
  margin-bottom: 2rem; }

h4.heading, h5.heading, h6.heading {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

.btn {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 3px;
  text-align: center;
  transition: all .5s; }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    z-index: -1;
    transition: all .2s; }
  .btn:active:after, .btn:hover:after, .btn:focus:after {
    height: 3px;
    border-radius: 0; }
  .btn--primary {
    color: white; }
    .btn--primary:after {
      background-color: #b20136; }
    .btn--primary:active, .btn--primary:focus, .btn--primary:hover {
      color: #b20136; }

.link {
  color: inherit;
  transition: color .3s; }
  .link:active, .link:focus, .link:hover {
    color: #b20136; }

.angled-divider {
  height: 5rem;
  width: 100%;
  background-color: #b20136;
  margin: 3rem 0;
  clip-path: polygon(100% 0%, 100% 60%, 50% 100%, 0% 60%, 0% 0%, 50% 40%); }

.owl-dot:hover > span {
  background: #FFBC42 !important; }

.owl-dot.active > span {
  background: #b20136 !important; }

.list {
  list-style: none; }
  .list__item {
    padding: 1rem; }

.links-list {
  width: 30rem;
  min-width: fit-content;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 6rem; }
  .links-list > li {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 2rem; }
    .links-list > li > .repo {
      position: absolute;
      left: -3rem; }

.footer {
  height: 10rem;
  width: 100%;
  background-color: #FFBC42; }

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  width: 100%;
  text-align: center;
  padding: 0 2rem 15rem 2rem; }
  .hero__title {
    margin-bottom: 4rem; }
  .hero__links {
    font-size: 2.5rem; }
    .hero__links > a:not(:first-child) {
      margin-left: 2rem; }
  .hero__tagline {
    position: absolute;
    bottom: 15rem; }

.objective {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  color: white;
  background-color: #b20136;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0 2rem; }
  .objective__text {
    font-weight: normal;
    line-height: 2;
    display: block; }

.education {
  max-width: 80rem;
  margin: 0 auto;
  padding: 8rem 0;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media print, screen and (max-width: 63.99875em) {
    .education {
      min-height: 0;
      justify-content: space-around; } }
  .education .university {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center; }
    .education .university:not(:last-child) {
      margin-bottom: 4rem; }
    .education .university__image {
      flex: 1; }
      @media print, screen and (max-width: 63.99875em) {
        .education .university__image {
          position: absolute;
          opacity: .1;
          transform: rotateZ(-5deg);
          max-width: 13rem;
          z-index: -1; } }
      .education .university__image > img {
        width: 100%; }
    .education .university__text {
      flex: 2;
      line-height: 2;
      padding: 0 2rem; }
      @media print, screen and (max-width: 63.99875em) {
        .education .university__text {
          text-align: center; } }
      @media print, screen and (min-width: 64em) {
        .education .university__text:nth-child(2n) {
          text-align: right; } }

.experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  padding: 8rem 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(255, 188, 66, 0.8), rgba(178, 1, 54, 0.8)), url("../images/abstract.jpg"); }
  @media print, screen and (max-width: 63.99875em) {
    .experience {
      background-attachment: scroll; } }
  .experience__title {
    text-align: center;
    font-weight: normal;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .experience .position {
    max-width: 80rem;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    padding: 4rem;
    background-color: white;
    border-radius: 3px;
    width: 90%; }
    @media print, screen and (min-width: 40em) {
      .experience .position {
        width: 50%; } }
    .experience .position__employer {
      margin-bottom: 2rem; }
    .experience .position__tech {
      color: #bf330c;
      list-style: none;
      display: inline-block; }
      .experience .position__tech > li {
        float: left; }
        .experience .position__tech > li:not(:last-child):after {
          content: ",";
          margin-right: 5px; }
    .experience .position__description {
      list-style: none;
      margin-bottom: 2rem; }
      .experience .position__description > li:not(:last-child) {
        margin-bottom: 1rem; }

.skills {
  padding: 6rem 3rem;
  min-height: 50vh; }
  .skills__list {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .skills ul {
    margin-bottom: 2rem; }
  .skills .heading {
    margin-bottom: 1rem;
    margin-top: 1rem; }

.technology {
  padding: 6rem 3rem;
  min-height: 50vh; }
  .technology__blurb {
    margin-bottom: 2rem;
    line-height: 3rem; }
  .technology__content {
    text-align: center;
    hyphens: auto; }
    @media print, screen and (min-width: 40em) {
      .technology__content {
        max-width: 70%;
        margin: 0 auto; } }
  .technology__options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    @media print, screen and (min-width: 40em) {
      .technology__options {
        padding: 2rem 0; } }
    .technology__options .option {
      display: inline-block;
      position: relative;
      text-align: center;
      flex: 1 30%;
      margin-bottom: 3rem;
      cursor: pointer; }
      @media print, screen and (min-width: 40em) {
        .technology__options .option {
          flex: 1; } }
      .technology__options .option:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1rem;
        left: 50%;
        width: 5%;
        height: 3px;
        background: #b20136;
        transform: translateX(-50%);
        transition: width .4s; }
      .technology__options .option:hover:after {
        width: 100%; }
      .technology__options .option.active {
        color: #b20136; }
        .technology__options .option.active:after {
          width: 100%; }
      .technology__options .option__icon {
        font-size: 3rem; }

.projects {
  padding: 8rem 0; }
  .projects h2 {
    margin-bottom: 1rem; }
  .projects p {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem; }
  .projects .project {
    margin: 5rem 2rem; }
