html {
  font-size: 16px;
  font-family: 'Maven Pro', arial;
  color: #333333;
  height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  background-color: #FBFBFB;
  background-repeat: round;
  background-color: #f3f3ff; }

p, li {
  font-size: 1rem; }

ul {
  padding: 0;
  list-style-type: none; }

a {
  color: #E34242;
  text-decoration: none; }
  a:hover {
    color: #bd1c1c; }
  a i.fa-external-link {
    margin-left: 5px; }

@media screen and (max-width: 700px) {
  p, li {
    font-size: 0.9rem; } }
.overlay {
  display: none;
  width: 100%;
  height: 110%;
  margin-top: -20px;
  opacity: 0.8;
  background-color: black;
  position: fixed;
  z-index: 3; }

.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 53.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 4; }
  .modal div {
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    height: 30px;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    top: -25px;
    margin: 0 auto; }

@media (max-width: 700px) {
  .modal > div {
    font-size: 1.1rem; } }
.container {
  background-color: #2c5d87;
  width: 90%;
  height: auto;
  overflow: hidden;
  min-height: 400px;
  max-width: 1000px;
  -moz-box-shadow: 0 0 10px 5px #999;
  -webkit-box-shadow: 0 0 10px 5px #999;
  box-shadow: 0 0 10px 5px #999;
  border-radius: 18px;
  margin: 20px auto 30px;
  padding-bottom: 10px;
  z-index: 0; }

@media screen and (max-width: 1200px) {
  .container {
    width: 96%; } }
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0; } }
header {
  position: relative;
  display: none; }
  header .main-fade {
    display: none; }
  header .name {
    float: right;
    color: #ffffff;
    font-size: 3.25rem;
    font-weight: bold;
    padding: 30px 50px 0 0; }
    @media screen and (max-width: 700px) {
      header .name {
        padding: 15px 25px 15px 0;
        font-size: 2.65rem; } }
    @media screen and (max-width: 500px) {
      header .name {
        padding: 15px 15px 15px 0;
        font-size: 2.4rem; } }
  header .toptext {
    position: absolute;
    float: right;
    color: #ffffff;
    font-size: 22px;
    right: 70px;
    top: 130px; }
    header .toptext:nth-child(2) {
      top: 170px; }
    @media screen and (max-width: 700px) {
      header .toptext {
        right: 34px; } }
    @media screen and (max-width: 500px) {
      header .toptext {
        font-size: 17px;
        top: 65px; }
        header .toptext:nth-child(2) {
          top: 90px; } }
  header .logo {
    padding: 10px;
    height: 230px; }
    @media screen and (max-width: 800px) {
      header .logo img {
        width: 30%; } }
    @media screen and (max-width: 500px) {
      header .logo {
        padding-left: 0;
        height: 120px; }
        header .logo img {
          width: 26%; } }
    @media screen and (max-width: 400px) {
      header .logo {
        padding-left: 0;
        height: 130px; }
        header .logo img {
          width: 20%; } }

.glow {
  animation: glow .7s ease-out infinite alternate;
  -webkit-animation: glow .7s ease-out infinite alternate; }

@keyframes glow {
  0% {
    text-shadow: 0 0 22px #C70E1A; }
  50% {
    text-shadow: 0 0 15px #C70E1A; }
  100% {
    text-shadow: 0 0 0 #C70E1A; } }
@-webkit-keyframes glow {
  0% {
    text-shadow: 0 0 22px #C70E1A; }
  50% {
    text-shadow: 0 0 15px #C70E1A; }
  100% {
    text-shadow: 0 0 0 #C70E1A; } }
nav {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  nav .navbutton {
    display: inline-block;
    height: 36px;
    width: 160px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 14px; }
  nav .navbutton:hover, nav .navbutton.active {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    text-decoration: none;
    color: #C70E1A; }
  nav .slider {
    display: none;
    position: absolute;
    height: 50px;
    background-color: #E34242;
    opacity: 0.4;
    right: -200px;
    top: -25px;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    border-right: 25px solid #ffffff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle; }
    nav .slider:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-right: 25px solid #E34242;
      position: absolute;
      top: -50px;
      left: -25px; }
  nav .slider-1 {
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    border-right: 15px solid #ffffff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle; }
    nav .slider-1:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-right: 15px solid #E34242;
      position: absolute;
      top: -35px;
      left: -15px; }
  nav .slider-2 {
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-right: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle; }
    nav .slider-2:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-right: 10px solid #E34242;
      position: absolute;
      top: -25px;
      left: -10px; }
  nav .slider-3 {
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-right: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle; }
    nav .slider-3:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-right: 10px solid #E34242;
      position: absolute;
      top: -25px;
      left: -10px; }
  nav .circle {
    display: none;
    position: absolute;
    background-color: #E34242;
    opacity: 0.4;
    right: -200px;
    top: 4px;
    width: 45px;
    height: 45px;
    border-radius: 50%; }
  nav .circle-1 {
    top: 8px;
    width: 35px;
    height: 35px; }
  nav .circle-2 {
    top: 15px;
    width: 20px;
    height: 20px; }
  nav .circle-3 {
    top: 17px;
    width: 15px;
    height: 15px; }

@media screen and (max-width: 700px) {
  nav {
    height: 90px;
    padding: 0;
    position: relative; }
    nav .navbutton {
      display: block;
      height: 16px;
      margin: 0 auto;
      padding: 6px; }
      nav .navbutton.active {
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        color: #C70E1A; } }
.nav-arrow-container {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 90px;
  z-index: -1; }
  .nav-arrow-container .nav-arrow {
    position: relative;
    left: -50%;
    top: -30px;
    margin: 0 auto;
    width: 180px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border-left: 0 solid #C70E1A;
    border-right: 0 solid #C70E1A; }
    .nav-arrow-container .nav-arrow:before, .nav-arrow-container .nav-arrow:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 0; }
    .nav-arrow-container .nav-arrow:before {
      border-left: 12px solid #C70E1A;
      left: 0; }
    .nav-arrow-container .nav-arrow:after {
      border-right: 12px solid #C70E1A;
      right: 0; }

.content-container {
  display: none;
  margin: 10px 20px 20px 20px;
  padding: 20px;
  min-height: 220px;
  background-color: #ffffff;
  border-radius: 18px; }
  .content-container .content {
    position: relative; }

#portfolio-container {
  border-radius: 0;
  margin: 0;
  padding: 0; }
  #portfolio-container > div:last-of-type {
    border-bottom: none; }

.portfolio-sub {
  height: 440px;
  border-bottom: 2px solid #eee;
  position: relative; }

.port-main {
  width: 100%;
  height: 100%;
  position: relative; }
  .port-main .port-pane {
    display: none;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .port-main .port-pane > div {
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 20px 0 65px; }
      .port-main .port-pane > div > div {
        display: flex;
        flex-direction: column; }
      .port-main .port-pane > div > div:first-of-type {
        float: left;
        flex: 1;
        height: 80%;
        padding: 0 5px 0 0;
        margin-right: 20px;
        border-right: 1px solid #eee; }
        .port-main .port-pane > div > div:first-of-type h1, .port-main .port-pane > div > div:first-of-type h2, .port-main .port-pane > div > div:first-of-type p, .port-main .port-pane > div > div:first-of-type span {
          margin: 0;
          padding-right: 30px; }
        .port-main .port-pane > div > div:first-of-type span.port-title {
          margin-bottom: 40px; }
          .port-main .port-pane > div > div:first-of-type span.port-title h1 {
            font-size: 2rem;
            color: #2c5d87;
            margin-bottom: 2px; }
          .port-main .port-pane > div > div:first-of-type span.port-title p {
            font-weight: 600;
            font-size: 0.85rem; }
        .port-main .port-pane > div > div:first-of-type h2 {
          justify-self: flex-start;
          font-size: 1.2rem;
          margin-bottom: 5px; }
        .port-main .port-pane > div > div:first-of-type > p {
          margin-bottom: 20px;
          font-size: 1.1rem; }
      .port-main .port-pane > div > div.port-img-div {
        flex: 2;
        justify-content: center;
        height: 100%;
        align-items: flex-end;
        position: relative; }
        .port-main .port-pane > div > div.port-img-div img.port-img {
          width: 100%;
          float: right; }
        .port-main .port-pane > div > div.port-img-div .fa-search {
          position: absolute;
          bottom: 75px;
          right: 60px;
          font-size: 3.5rem;
          opacity: 0.5;
          transition: opacity 0.1s, color 0.1s; }
          .port-main .port-pane > div > div.port-img-div .fa-search:hover {
            cursor: pointer;
            opacity: 0.8;
            color: #C70E1A; }
  .port-main:hover .port-left, .port-main:hover .port-right {
    opacity: 0.4; }
  .port-main > .port-pane:first-of-type {
    display: block; }
  .port-main .port-left, .port-main .port-right {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background-color: #2c5d87;
    transition: opacity 0.3s;
    z-index: 2; }
    .port-main .port-left:hover, .port-main .port-right:hover {
      cursor: pointer;
      opacity: 0.8 !important; }
    .port-main .port-left > div, .port-main .port-right > div {
      display: flex;
      justify-content: center;
      height: 100%;
      transition: color 0.1s; }
      .port-main .port-left > div i, .port-main .port-right > div i {
        align-self: center;
        color: #ffffff;
        font-size: 2.5rem; }
  .port-main .port-left {
    left: 0; }
  .port-main .port-right {
    right: 0; }

@media (max-width: 900px) {
  .port-main .port-pane > div > div:first-of-type p {
    font-size: 0.9rem;
    padding-right: 20px; } }
@media (max-width: 700px) {
  .portfolio-sub {
    height: auto; }

  .port-main .port-pane > div {
    flex-direction: column;
    padding: 0 30px; }
    .port-main .port-pane > div > div:first-of-type {
      width: 100%;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 15px;
      border-right: none;
      border-bottom: 1px solid #ccc; }
      .port-main .port-pane > div > div:first-of-type h1, .port-main .port-pane > div > div:first-of-type h2, .port-main .port-pane > div > div:first-of-type p, .port-main .port-pane > div > div:first-of-type span {
        padding-right: 5%; }
      .port-main .port-pane > div > div:first-of-type > p {
        margin-bottom: 15px;
        margin-top: 8px;
        font-size: 1rem; }
      .port-main .port-pane > div > div:first-of-type > span.port-title {
        margin-bottom: 10px; }
        .port-main .port-pane > div > div:first-of-type > span.port-title h1 {
          margin-top: 30px; }
    .port-main .port-pane > div div.port-img-div {
      margin-bottom: 15px; }
      .port-main .port-pane > div div.port-img-div .fa-search {
        bottom: 10px;
        right: 30px; }

  .port-main .port-left, .port-main .port-right {
    width: 20px; }
    .port-main .port-left > div i, .port-main .port-right > div i {
      font-size: 1.6rem; } }
.resume-entry > div {
  display: inline-block; }
.resume-entry > div:first-of-type {
  width: 70%;
  margin: 0 0 40px 0; }
  .resume-entry > div:first-of-type h3 {
    color: #4d4d4d;
    margin: 5px 0 5px 0;
    font-size: 1.6rem; }
  .resume-entry > div:first-of-type h4 {
    margin: 0 0 15px 0;
    font-size: 1.2rem; }
  .resume-entry > div:first-of-type p {
    margin: 0;
    padding-left: 25px; }
  .resume-entry > div:first-of-type ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 0 25px; }
    .resume-entry > div:first-of-type ul li {
      padding-bottom: 8px; }
.resume-entry > div:nth-of-type(2) {
  width: 25%; }

@media (max-width: 700px) {
  .resume-entry > div:first-of-type {
    width: 100%; } }
.contact-div .headshot {
  width: 220px;
  border-radius: 5px;
  float: left; }
.contact-div .contact-blurb {
  display: inline-block;
  width: 56%;
  margin-left: 4%; }
  .contact-div .contact-blurb a {
    font-weight: 600; }
  .contact-div .contact-blurb p {
    text-align: left;
    font-size: 1.4rem; }

@media screen and (max-width: 700px) {
  .contact-div {
    text-align: center; }
    .contact-div .headshot {
      float: none; }
    .contact-div .contact-blurb {
      display: block;
      width: 100%;
      margin-left: 0; }
      .contact-div .contact-blurb p {
        text-align: center; } }
@media screen and (max-width: 550px) {
  #contact-container {
    padding: 8px; } }

/*# sourceMappingURL=style.css.map */
