article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  display: inline-block;
  text-decoration: none; }

body {
  font-size: 62.5%;
  font-family: "Crimson Text", serif; }

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0; }

.wrapper {
  max-width: 1080px;
  margin: 0 auto; }

.btn {
  background-color: transparent;
  border: 1px solid black;
  color: black;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 5px 20px;
  font-size: 0.8rem; }
  .btn:hover {
    background-color: #757575;
    border: 1px solid #757575;
    color: white; }

.about {
  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; }

.aboutContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 50px auto; }

.aboutImg {
  width: 30%;
  padding: 50px 25px;
  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; }
  .aboutImg img {
    -webkit-box-shadow: -10px 10px 0 #757575;
            box-shadow: -10px 10px 0 #757575; }

.aboutContent {
  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;
  width: 40%;
  padding: 50px 25px; }
  .aboutContent__heading {
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px; }
  .aboutContent p {
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #6e6e6e; }
  .aboutContent a {
    width: 115px;
    text-align: center;
    border: 1px solid black;
    border-radius: 2px;
    color: black;
    padding: 5px 10px;
    margin: 10px 10px 5px 0;
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: color 0.2s, border 0.2s, background-color 0.2s;
    transition: color 0.2s, border 0.2s, background-color 0.2s; }
    .aboutContent a:hover {
      background-color: #757575;
      color: white;
      border: 1px solid #757575; }
    .aboutContent a:active {
      color: #757575; }

.aboutMobileHeading {
  display: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 2px; }

.contact {
  font-family: "Montserrat", sans-serif;
  color: #6e6e6e;
  padding-bottom: 10px; }
  .contact__heading {
    color: black;
    letter-spacing: 2px;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 25px;
    text-align: center; }

.contactContainer {
  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; }

.contactInfo {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contactInfo p {
    font-size: 0.8rem; }
  .contactInfo__detail a:link,
  .contactInfo__detail a:visited {
    color: #6e6e6e; }
  .contactInfo__detail a:hover {
    color: #757575; }
  .contactInfo__detail h4 {
    font-size: 1rem;
    font-weight: 400; }
  .contactInfo__detail span {
    padding: 0 5px; }

.contactForm {
  width: 50%;
  margin: 20px auto; }
  .contactForm form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contactForm .btn {
    margin: 10px auto;
    width: 115px; }
  .contactForm input,
  .contactForm textarea {
    background: transparent;
    border: 1px solid #6e6e6e;
    line-height: 2;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    margin: 5px 0; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  background: url("../images/pecSky.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  footer .footerOverlay {
    background: rgba(43, 45, 66, 0.8); }
  footer .afterContainer {
    margin: 0 auto;
    position: relative;
    width: 200px; }
  footer h3 {
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 400;
    font-size: 0.6rem;
    color: white;
    letter-spacing: 3px; }
    footer h3::after {
      content: "";
      height: 70px;
      width: 1px;
      background: #757575;
      position: absolute;
      bottom: 28px;
      left: 99px; }
  footer .footerLinks {
    margin: 20px;
    letter-spacing: 10px; }
    footer .footerLinks a:visited {
      color: #f7f7f9; }
    footer .footerLinks a:active {
      color: #f7f7f9; }
    footer .footerLinks i {
      font-size: 1.8rem;
      color: #f7f7f9;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      footer .footerLinks i:hover {
        color: #757575; }
  footer .copyright {
    font-size: 0.6rem;
    color: #f7f7f9;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 30px; }

header {
  height: 100vh;
  background-image: url("../../../public/images/pecSky.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  header .afterContainer {
    position: relative;
    bottom: 100px;
    width: 200px;
    text-align: center;
    margin: 0 auto; }
    header .afterContainer h3 {
      padding-top: 30px;
      text-align: center;
      text-transform: uppercase;
      font-size: 0.6rem;
      font-weight: 400;
      color: white;
      letter-spacing: 5px; }
      header .afterContainer h3:after {
        content: "";
        height: 80px;
        width: 2px;
        background: #757575;
        position: absolute;
        bottom: -95px;
        right: 100px; }

.heroOverlay {
  height: 100%;
  background-color: rgba(43, 45, 66, 0.8);
  position: relative; }
  .heroOverlay label {
    color: #f7f7f9;
    font-size: 1.2rem;
    position: absolute;
    top: 20px;
    left: 20px; }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%; }
  .hero h1 {
    font-size: 3rem;
    letter-spacing: 10px;
    color: white;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding: 20px 0; }
  .hero .titleLine::after {
    content: "";
    height: 2px;
    width: 120%;
    background: #757575;
    position: absolute;
    bottom: 9px;
    left: -11%; }
  .hero h4 {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 10px;
    text-align: center;
    color: white;
    padding: 10px 0; }

.skills {
  background-color: black; }
  .skills__heading {
    text-align: center;
    text-transform: uppercase;
    color: #f7f7f9;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 5px;
    padding: 20px; }

.skillsIcons {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: white;
  font-size: 3rem;
  padding: 40px 20px;
  margin: 0 auto; }

.skillsOverlay {
  background: rgba(166, 166, 166, 0.09); }

.work {
  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; }
  .work h4 {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 13px;
    text-align: center;
    padding: 10px 0; }
  .work__heading {
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    font-size: 2.2rem;
    letter-spacing: 5px;
    padding: 100px 0 0 0;
    position: relative; }
    .work__heading::after {
      content: "";
      height: 2px;
      width: 316px;
      background: #757575;
      position: absolute;
      bottom: -4px;
      left: -32px; }

.portfolio {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .portfolio a {
    width: 115px;
    text-align: center;
    border: 1px solid black;
    border-radius: 2px;
    color: black;
    padding: 5px 10px;
    margin: 10px 10px 5px 0;
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: color 0.2s, border 0.2s, background-color 0.2s;
    transition: color 0.2s, border 0.2s, background-color 0.2s; }
    .portfolio a:hover {
      background-color: #757575;
      color: white;
      border: 1px solid #757575; }
    .portfolio a:active {
      color: #757575; }
  .portfolio__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 3px solid #17181f; }
    .portfolio__block--overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      height: 350px; }
    .portfolio__block--img {
      width: 35%; }
    .portfolio__block--content {
      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;
      width: 70%; }
    .portfolio__block--title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .portfolio__block--heading {
      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; }
    .portfolio__block--links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .portfolio__block .techSpecs {
      font-family: "Montserrat", sans-serif;
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: 400;
      margin: 2px 0 0 0;
      color: #757575; }
  .portfolio h3 {
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: 400;
    position: relative; }
  .portfolio h4 {
    display: none;
    color: #757575;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 2px; }
  .portfolio p {
    width: 90%;
    color: #6e6e6e;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 1px; }

.twoPhones {
  position: relative; }

.overlapPhone {
  top: -200px;
  left: 110px; }

.baseball-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .baseball-phone img {
    max-width: 160px; }

.laptopContainer {
  width: 53%; }

.laptopFrame {
  position: relative;
  top: 70px;
  width: 90%; }

@media (max-width: 780px) {
  .skillsIcons {
    font-size: 2.5rem;
    width: 90%; }
  .portfolio__block--overlay {
    height: 100%; } }

@media (max-width: 650px) {
  .hero .titleLine::after {
    width: 100%;
    left: 0; }
  .aboutContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .aboutImg {
    width: 50%; }
  .aboutMobileHeading {
    display: block; }
  .aboutContent {
    width: 80%;
    padding-top: 0; }
    .aboutContent__heading {
      position: relative;
      text-align: center; }
  .portfolio :first-child.portfolio__block {
    padding-top: 0px; }
  .portfolio__block--overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .portfolio__block--overlay-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .portfolio__block--img {
    width: 100%;
    margin-top: 20px; }
  .portfolio__block--links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .portfolio__block--title {
    margin: 0 auto; }
  .portfolio h3 {
    font-size: 1.6rem;
    text-align: center; }
  .portfolio p {
    text-align: center; }
  .portfolio .techSpecs {
    text-align: center;
    margin-top: 10px; }
  .blockLeft img {
    margin-top: 20px; }
  .overlapPhone {
    display: none; }
  .twoPhones {
    margin: 20px auto; }
  .laptopFrame {
    top: 0; }
  .skillsIcons {
    font-size: 2rem;
    width: 100%; }
  .baseball-phone img {
    max-width: 270px; } }

@media (max-width: 480px) {
  ul.navList {
    width: 60%;
    right: -65%; }
  .hero h1 {
    font-size: 2.5rem; }
  .aboutContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .portfolio p {
    font-size: 1rem; }
  .portfolio h3 {
    font-size: 1.2rem; }
  .portfolio a {
    width: 100px;
    font-size: 0.6rem;
    margin: 10px auto; }
  .portfolio .overlapPhone {
    display: none; }
  .techSpecs {
    font-size: 0.7rem; }
  .skillsIcons {
    padding: 20px 10px;
    font-size: 1.7rem; }
  .baseball-phone img {
    max-width: 160px; } }

@media (max-width: 350px) {
  .hero h4 {
    font-size: 0.6rem; }
  .baseball-phone img {
    max-width: 160px; } }

.topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }

.burgerIcon {
  position: fixed; }

.navList {
  width: 40%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  z-index: 10;
  right: -45%;
  top: 20px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s; }
  .navList li a {
    color: #f7f7f9;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400; }
    .navList li a:link {
      color: #f7f7f9; }
    .navList li a:visited {
      color: #f7f7f9; }
    .navList li a:hover {
      border-bottom: 1px solid #757575; }

input#burgerCheck {
  display: none; }

input#burgerCheck:checked + ul.navList {
  right: 0; }
