/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
* {
  margin: 0px;
  padding: 0px; }

html {
  box-sizing: border-box; }

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

body {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(0deg, #92C9E7 0%, #87e6cd 100%);
  overflow-x: hidden; }

.header {
  background-color: #323232;
  color: #fff; }
  .header nav {
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
    z-index: 10;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
    .header nav .nav-button {
      display: none; }
    .header nav h1 {
      position: absolute;
      font-size: 18pt;
      padding-left: 15px;
      align-self: center;
      margin: 0 !important; }
      .header nav h1 a {
        text-decoration: none;
        color: #ffffff; }
    .header nav div {
      margin: 0 auto;
      display: flex;
      flex-flow: row;
      height: 60px;
      justify-content: center;
      align-items: center; }
      .header nav div div {
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        justify-self: flex-end;
        text-align: center;
        height: 25px;
        margin-right: 20px;
        position: absolute;
        right: 0; }
        .header nav div div .gnav {
          position: relative;
          margin-right: 20px; }
          .header nav div div .gnav a {
            text-decoration: none;
            color: #ffffff;
            display: inline-block;
            text-decoration: none;
            position: relative;
            padding: 5px 10px;
            cursor: pointer; }
          .header nav div div .gnav a::after {
            content: '';
            position: absolute;
            width: 0px;
            height: 2px;
            left: 50%;
            bottom: 0;
            background-color: white;
            transition: all ease-in-out .2s; }
          .header nav div div .gnav a:hover::after,
          .header nav div div .gnav a:focus::after {
            width: 100%;
            left: 0; }
          .header nav div div .gnav a.active::after {
            width: 100%;
            left: 0; }

.footer {
  padding: 10px;
  color: #ffffff;
  background-color: #323232;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  bottom: -80px;
  border-top: 1px solid #ffffff; }
  .footer div {
    padding: 10px; }

.bold {
  font-weight: 600; }

.link {
  color: #323232;
  text-decoration: none;
  display: inline-block;
  position: relative;
  background-color: none;
  z-index: 1; }

.link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: .07em;
  height: .5em;
  width: 100%;
  background: #f7e083;
  z-index: -1;
  transition: height 0.25s cubic-bezier(0.6, 0, 0.4, 1); }

.link:hover::after, .link:focus::after {
  height: 1.3em;
  cursor: pointer; }

.link:visited::after {
  background: #ca9ae6; }

/* Index page */
.index-container {
  color: #323232;
  position: relative;
  height: 100%;
  font-weight: 400;
  display: grid;
  grid-template-areas: "about" "skills" "education" "experience"; }
  .index-container h2 {
    border-bottom: 2px solid #323232; }
  .index-container #about {
    grid-area: about;
    background-color: #323232;
    color: #ffffff; }
    .index-container #about .imgdesc {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      .index-container #about .imgdesc img {
        width: 80%;
        max-width: 300px;
        border: 2px solid #ffffff; }
      .index-container #about .imgdesc p {
        padding-top: 20px; }
    .index-container #about .agriditem .bold {
      margin-top: 10px; }
    .index-container #about .related-links {
      margin-top: 20px;
      list-style: none;
      display: flex;
      justify-content: center; }
      .index-container #about .related-links .fa-2x {
        width: 60px;
        color: #ffffff; }
  .index-container #skills {
    grid-area: skills; }
    .index-container #skills ul {
      max-height: 400px;
      display: flex;
      flex-flow: column;
      flex-wrap: wrap;
      margin-top: 10px;
      margin-left: 25px; }
      .index-container #skills ul li {
        width: 100%; }
  .index-container #experience {
    grid-area: experience;
    border-bottom: none; }
    .index-container #experience h2 {
      margin-bottom: 20px; }
    .index-container #experience .job {
      padding: 15px;
      margin-bottom: 20px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
      .index-container #experience .job h3 {
        margin-top: 0px; }
      .index-container #experience .job .employer {
        font-style: italic;
        margin: 10px 0; }
      .index-container #experience .job .location {
        margin: 10px 0; }
      .index-container #experience .job .dates {
        margin: 10px 0; }
      .index-container #experience .job .emp-web {
        margin: 10px 0;
        text-decoration: underline; }
  .index-container #education {
    grid-area: education; }
    .index-container #education abbr {
      text-decoration: none; }
    .index-container #education h3 {
      margin-top: 10px;
      font-weight: 700; }
    .index-container #education h4 {
      font-style: italic; }
    .index-container #education h4:nth-child(2) {
      margin-top: 10px; }
    .index-container #education h4:nth-child(3) {
      margin-top: 0px;
      margin-bottom: 10px; }
    .index-container #education p {
      margin-top: 5px;
      font-weight: 400; }
  .index-container .gitem {
    padding: 30px 20px;
    border-bottom: 1px solid #323232; }
    .index-container .gitem a {
      color: #323232; }

/* Index end */
/* Portfolio Works */
.works-container {
  position: relative;
  min-height: 830px;
  padding-bottom: 40px; }
  .works-container .works-cards h2 {
    text-align: center;
    color: #323232;
    padding: 20px 0 5px 0;
    border-bottom: 2px solid #323232;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20pt; }
  .works-container .works-cards .student-works, .works-container .works-cards .this-web {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 90%; }
    .works-container .works-cards .student-works .card-link, .works-container .works-cards .this-web .card-link {
      align-self: center;
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-weight: 400;
      margin-bottom: 20px; }
      .works-container .works-cards .student-works .card-link:hover, .works-container .works-cards .student-works .card-link:focus, .works-container .works-cards .this-web .card-link:hover, .works-container .works-cards .this-web .card-link:focus {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); }
      .works-container .works-cards .student-works .card-link .card, .works-container .works-cards .this-web .card-link .card {
        width: 300px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px;
        background-color: #323232; }
    .works-container .works-cards .student-works .para, .works-container .works-cards .this-web .para {
      padding: 0 20px; }

/* Portfolio Works End */
/* usability study course & Graphic Design */
.ux-container, .gd-container, .wd-container, .mg-container {
  position: relative;
  height: 100%; }
  .ux-container .breadcrumb, .gd-container .breadcrumb, .wd-container .breadcrumb, .mg-container .breadcrumb {
    width: 90%;
    margin: 30px auto auto auto; }
    .ux-container .breadcrumb ul, .gd-container .breadcrumb ul, .wd-container .breadcrumb ul, .mg-container .breadcrumb ul {
      list-style: none; }
      .ux-container .breadcrumb ul li, .gd-container .breadcrumb ul li, .wd-container .breadcrumb ul li, .mg-container .breadcrumb ul li {
        display: inline; }
        .ux-container .breadcrumb ul li::before, .gd-container .breadcrumb ul li::before, .wd-container .breadcrumb ul li::before, .mg-container .breadcrumb ul li::before {
          content: '>';
          padding: 0 6px 0 5px; }
        .ux-container .breadcrumb ul li:first-child::before, .gd-container .breadcrumb ul li:first-child::before, .wd-container .breadcrumb ul li:first-child::before, .mg-container .breadcrumb ul li:first-child::before {
          content: '';
          padding: 0; }
  .ux-container h2, .gd-container h2, .wd-container h2, .mg-container h2 {
    text-align: center;
    color: #323232;
    padding: 20px 0 5px 0;
    border-bottom: 2px solid #323232;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18pt; }
  .ux-container h3, .gd-container h3, .wd-container h3, .mg-container h3 {
    text-align: center;
    color: #323232;
    font-size: 16pt;
    font-weight: 400; }
  .ux-container .sec, .gd-container .sec, .wd-container .sec, .mg-container .sec {
    margin-top: 60px;
    display: flex;
    flex-flow: column;
    width: 90%;
    margin: 10px auto 20px auto;
    color: #323232; }
    .ux-container .sec h4, .gd-container .sec h4, .wd-container .sec h4, .mg-container .sec h4 {
      font-size: 16pt;
      margin: 20px 0 0px 0;
      text-align: left; }
    .ux-container .sec p, .gd-container .sec p, .wd-container .sec p, .mg-container .sec p {
      padding: 10px 0; }
    .ux-container .sec .list-head, .gd-container .sec .list-head, .wd-container .sec .list-head, .mg-container .sec .list-head {
      font-weight: 600;
      padding: 10px 35px; }
    .ux-container .sec .list, .gd-container .sec .list, .wd-container .sec .list, .mg-container .sec .list {
      padding: 0 0px 0 35px; }
    .ux-container .sec ol.list, .gd-container .sec ol.list, .wd-container .sec ol.list, .mg-container .sec ol.list {
      padding: 10px 0px 10px 35px; }
    .ux-container .sec blockquote, .gd-container .sec blockquote, .wd-container .sec blockquote, .mg-container .sec blockquote {
      width: 90%;
      margin: 0 auto;
      margin: 0 auto; }
    .ux-container .sec .img, .gd-container .sec .img, .wd-container .sec .img, .mg-container .sec .img {
      width: 70%;
      height: auto;
      margin: 30px auto;
      text-align: center;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }
      .ux-container .sec .img:hover, .ux-container .sec .img:focus, .gd-container .sec .img:hover, .gd-container .sec .img:focus, .wd-container .sec .img:hover, .wd-container .sec .img:focus, .mg-container .sec .img:hover, .mg-container .sec .img:focus {
        opacity: 0.7;
        cursor: pointer; }
    .ux-container .sec .vid-cont .video, .gd-container .sec .vid-cont .video, .wd-container .sec .vid-cont .video, .mg-container .sec .vid-cont .video {
      overflow: hidden;
      /* 16:9 aspect ratio */
      padding-top: 56.25%;
      position: relative;
      max-width: 600px;
      max-height: 330px;
      margin: 0 auto; }
      .ux-container .sec .vid-cont .video iframe, .gd-container .sec .vid-cont .video iframe, .wd-container .sec .vid-cont .video iframe, .mg-container .sec .vid-cont .video iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .ux-container .sec .img-flex, .gd-container .sec .img-flex, .wd-container .sec .img-flex, .mg-container .sec .img-flex {
      display: flex;
      align-items: center;
      flex-flow: row;
      height: auto; }
      .ux-container .sec .img-flex .img, .gd-container .sec .img-flex .img, .wd-container .sec .img-flex .img, .mg-container .sec .img-flex .img {
        width: 48%;
        max-width: 800px;
        height: auto; }
  .ux-container .modal-background, .gd-container .modal-background, .wd-container .modal-background, .mg-container .modal-background {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8); }
    .ux-container .modal-background .modal-img, .gd-container .modal-background .modal-img, .wd-container .modal-background .modal-img, .mg-container .modal-background .modal-img {
      margin: auto;
      display: block;
      width: 90%;
      max-width: 1000px; }
    .ux-container .modal-background #caption, .gd-container .modal-background #caption, .wd-container .modal-background #caption, .mg-container .modal-background #caption {
      margin: auto;
      display: block;
      width: 90%;
      max-width: 1000px;
      text-align: center;
      color: #ffffff;
      padding: 10px 0;
      height: 150px; }
    .ux-container .modal-background .modal-img, .ux-container .modal-background #caption, .gd-container .modal-background .modal-img, .gd-container .modal-background #caption, .wd-container .modal-background .modal-img, .wd-container .modal-background #caption, .mg-container .modal-background .modal-img, .mg-container .modal-background #caption {
      animation-name: zoom;
      animation-duration: 0.6s; }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
    .ux-container .modal-background #close, .gd-container .modal-background #close, .wd-container .modal-background #close, .mg-container .modal-background #close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #ffffff;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s; }
      .ux-container .modal-background #close:hover, .ux-container .modal-background #close:focus, .gd-container .modal-background #close:hover, .gd-container .modal-background #close:focus, .wd-container .modal-background #close:hover, .wd-container .modal-background #close:focus, .mg-container .modal-background #close:hover, .mg-container .modal-background #close:focus {
        cursor: pointer;
        color: #bfbfbf; }
  .ux-container .ux-conclusion, .ux-container .gd-magazine, .ux-container .wd-eastinitiative, .ux-container .mg-cookies, .gd-container .ux-conclusion, .gd-container .gd-magazine, .gd-container .wd-eastinitiative, .gd-container .mg-cookies, .wd-container .ux-conclusion, .wd-container .gd-magazine, .wd-container .wd-eastinitiative, .wd-container .mg-cookies, .mg-container .ux-conclusion, .mg-container .gd-magazine, .mg-container .wd-eastinitiative, .mg-container .mg-cookies {
    padding-bottom: 40px; }

/* usability study course end */
/* Mobile styles end */
/* Taken from freebie widget https://html-online.com/articles/dynamic-scroll-back-top-page-button-javascript/ */
.back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 2;
  display: block;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #ffffff;
  color: #323232;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  opacity: 0;
  transition: .3s; }
  .back2Top:hover, .back2Top:focus {
    background-color: #323232;
    color: #ffffff;
    text-decoration: none; }

.backfadein {
  opacity: 1; }

/* Freebie widget end */
/* View For when it breaks between mobile & first tablet view */
@media only screen and (min-width: 426px) and (max-width: 767px) {
  #about {
    text-align: center; }

  img {
    max-width: 70%; } }
@media only screen and (min-width: 645px) {
  .works-container .works-cards .student-works, .works-container .works-cards .this-web {
    position: relative;
    width: 640px;
    margin: 0 auto;
    left: 10px;
    justify-content: flex-start; }
    .works-container .works-cards .student-works .card-link, .works-container .works-cards .this-web .card-link {
      margin-right: 20px; }
      .works-container .works-cards .student-works .card-link .card, .works-container .works-cards .this-web .card-link .card {
        width: 300px;
        height: 150x;
        display: flex;
        align-items: center; } }
/* Tablet view */
@media only screen and (min-width: 768px) {
  .index-container {
    grid-template-columns: 40% 60%;
    grid-template-areas: "about skills" "about education" "about experience"; }
    .index-container #about {
      border-bottom: none;
      color: #ffffff; }
      .index-container #about .link {
        color: #ffffff; }
      .index-container #about .link::after {
        background: #695611; }
      .index-container #about .link:focus::after {
        background: #664E74; }

  .ux-container h2, .gd-container h2, .wd-container h2, .mg-container h2 {
    width: 70%; }
  .ux-container .sec .img, .ux-container .breadcrumb .img, .gd-container .sec .img, .gd-container .breadcrumb .img, .wd-container .sec .img, .wd-container .breadcrumb .img, .mg-container .sec .img, .mg-container .breadcrumb .img {
    width: 40%; }
  .ux-container .sec .img-flex, .ux-container .breadcrumb .img-flex, .gd-container .sec .img-flex, .gd-container .breadcrumb .img-flex, .wd-container .sec .img-flex, .wd-container .breadcrumb .img-flex, .mg-container .sec .img-flex, .mg-container .breadcrumb .img-flex {
    margin: 0 auto;
    width: 60%; }
  .ux-container .sec .vid-cont .video, .ux-container .breadcrumb .vid-cont .video, .gd-container .sec .vid-cont .video, .gd-container .breadcrumb .vid-cont .video, .wd-container .sec .vid-cont .video, .wd-container .breadcrumb .vid-cont .video, .mg-container .sec .vid-cont .video, .mg-container .breadcrumb .vid-cont .video {
    padding-top: 350px; } }
@media only screen and (min-width: 1000px) {
  .index-container #experience .job {
    padding: 25px 30px; }

  .ux-container h2, .gd-container h2, .wd-container h2, .mg-container h2 {
    width: 60%; }
  .ux-container .sec, .ux-container .breadcrumb, .gd-container .sec, .gd-container .breadcrumb, .wd-container .sec, .wd-container .breadcrumb, .mg-container .sec, .mg-container .breadcrumb {
    width: 70%; }
  .ux-container .modal-background .modal-img, .gd-container .modal-background .modal-img, .wd-container .modal-background .modal-img, .mg-container .modal-background .modal-img {
    width: unset;
    max-height: 850px; } }
/* Desktop View */
@media screen and (min-width: 1400px) {
  .index-container {
    grid-template-columns: 55% 1fr;
    grid-template-areas: "about skills " " about education " " experience experience "; }
    .index-container #education {
      border-bottom: 1px solid #fff; }
    .index-container #education, .index-container #skills {
      padding-right: 250px; }
    .index-container #about {
      padding-left: 250px;
      background: none;
      color: #323232;
      display: grid;
      grid-gap: 1em;
      border-bottom: 1px solid #fff;
      grid-template-columns: 40% 60%;
      grid-template-areas: "image about" "links links"; }
      .index-container #about .link {
        color: #323232; }
      .index-container #about .link::after {
        background: #f7e083; }
      .index-container #about .link:hover::after, .index-container #about .link:focus::after {
        background: #f7e083; }
      .index-container #about .link:focus::after {
        background: #ca9ae6; }
      .index-container #about .imgdesc {
        grid-area: image;
        display: flex;
        flex-flow: column;
        justify-content: flex-start; }
        .index-container #about .imgdesc img {
          border: 2px solid #323232; }
      .index-container #about .agriditem {
        grid-area: about;
        display: flex;
        flex-flow: column;
        justify-content: flex-start; }
        .index-container #about .agriditem dt:nth-child(3) {
          margin-top: 0px; }
      .index-container #about .related-links {
        grid-area: links;
        display: flex;
        align-items: flex-start;
        height: 40px;
        margin-top: 0px;
        color: #323232; }
        .index-container #about .related-links .fa-2x {
          color: #323232; }
    .index-container #experience {
      background: #323232;
      display: grid;
      grid-gap: 1em;
      color: #ffffff;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "header header" "job job"; }
      .index-container #experience .link {
        color: #ffffff; }
      .index-container #experience .link::after {
        background: #695611; }
      .index-container #experience .link:hover::after,
      .index-container #experience .link:focus::after {
        background: #695611; }
      .index-container #experience .link:visited::after {
        background: #664E74; }
      .index-container #experience .bold {
        grid-area: header;
        width: 75%;
        margin: 0 auto;
        border-bottom: 2px solid #ffffff; }
      .index-container #experience .alljobs {
        grid-area: job;
        width: 75%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .index-container #experience .alljobs .job {
          width: 45%;
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }
        .index-container #experience .alljobs .job:nth-child(odd) {
          margin-right: 20px; }
    .index-container #skills {
      border-bottom: none; }

  .works-container .works-cards .student-works, .works-container .works-cards .this-web {
    width: 100%;
    justify-content: center;
    left: 10px; }
    .works-container .works-cards .student-works .card-link, .works-container .works-cards .this-web .card-link {
      margin-right: 20px; }
      .works-container .works-cards .student-works .card-link .card, .works-container .works-cards .this-web .card-link .card {
        width: 300px; }
    .works-container .works-cards .student-works .para, .works-container .works-cards .this-web .para {
      width: 700px; }

  .ux-container .sec, .ux-container .breadcrumb, .gd-container .sec, .gd-container .breadcrumb, .wd-container .sec, .wd-container .breadcrumb, .mg-container .sec, .mg-container .breadcrumb {
    width: 60%; } }
/* Large Screen View */
@media screen and (min-width: 1800px) {
  #about {
    padding-left: 300px; }

  #education, #skills {
    padding-right: 300px; }

  #experience {
    padding: 30px 150px; }

  .job {
    width: 30%; } }
/* Mobile Nav below */
@media only screen and (max-width: 768px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px; }

  nav {
    display: block; }

  .header nav div {
    margin: unset;
    display: unset;
    flex-flow: unset;
    height: unset;
    justify-content: unset;
    align-items: unset; }

  .header nav div div {
    display: unset; }

  .nav {
    position: absolute;
    padding: 50px;
    right: 25px;
    top: -30px;
    margin-right: unset !important;
    margin: -100px 0 0 0;
    z-index: 0;
    width: 270px;
    height: 120px !important;
    display: flex;
    align-items: center;
    flex-flow: column !important;
    background-color: #bfbfbf;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .nav .gnav {
      z-index: 1;
      height: 35px !important;
      top: -30px; }
      .nav .gnav a {
        font-size: 14pt;
        color: #323232 !important;
        font-weight: 600;
        margin-bottom: 5px; }
      .nav .gnav a::after {
        background-color: #323232 !important; }
    .nav .gnav a:active {
      border-bottom: 1px solid #323232; }

  .labeladjust {
    position: absolute;
    right: 0;
    width: 0px; }

  .nav-button {
    position: absolute;
    left: -9999px;
    top: -9999px; }

  .navlabel {
    width: 40px;
    height: 32px;
    position: absolute;
    display: block;
    margin: -20px;
    z-index: 5;
    cursor: pointer;
    top: 10px;
    right: 30px; }
    .navlabel span {
      z-index: 3;
      color: #ffffff;
      display: block;
      position: relative;
      height: 2px;
      margin-bottom: 9px;
      width: 33px;
      background: #ffffff;
      opacity: 1;
      right: 0 !important;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

  .nav-button:checked ~ .nav {
    transform: scale(1, 1);
    opacity: 1; }

  /* Below animations gotten from this codepen: https://codepen.io/designcouch/pen/Atyop */
  .navlabel span:nth-child(1) {
    transform-origin: 0% 0%; }

  .navlabel span:nth-last-child(2) {
    transform-origin: 0% 100%; }

  .nav-button:checked ~ .navlabel span.stop {
    opacity: 1;
    transform: rotate(45deg) translate(0px, -2px);
    background-color: #323232; }

  .nav-button:checked ~ .navlabel span.sbot {
    opacity: 1;
    transform: rotate(-45deg) translate(1.5px, -3px);
    background-color: #323232; }

  .nav-button:checked ~ .navlabel span.smid {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }

  .index-container .link {
    text-decoration: underline; }
  .index-container .link::after {
    height: 0px;
    width: 0px;
    transition: unset; }
  .index-container .link:hover::after,
  .index-container .link:focus::after {
    height: 0px; }
  .index-container #about .link {
    color: #ffffff; } }
@media only screen and (max-width: 425px) {
  .link {
    text-decoration: underline; }

  .link::after {
    height: 0px;
    width: 0px;
    transition: unset; }

  .link:hover::after,
  .link:focus::after {
    height: 0px; } }
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
