@charset "UTF-8";
/********************/
/*                  */
/*      Mixins      */
/*                  */
/********************/
/********************/
/*                  */
/*     Globals      */
/*                  */
/********************/
* {
  box-sizing: border-box;
  position: relative;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  min-width: 400px;
  letter-spacing: -0.5px;
}

section {
  min-height: 33vh;
}

h1, h2, h3, h4, h5 {
  font-family: "Tajawal", "Open Sans", "Arial", sans-serif;
  font-weight: 700;
}

button, select, option {
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}

p, a, li {
  font-family: "Tajawal", "Open Sans", "Arial", sans-serif;
  font-weight: 300;
}

p, li {
  line-height: 1.4em;
}

a {
  text-decoration: none;
  color: slategray;
  transition: 0.1s linear all;
}

a:hover {
  color: #a396f3;
  transition: 0.1s linear all;
}

pre, code {
  display: inline;
  color: #0069c2;
}

ul {
  list-style: none;
}

ul, li {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/**********************/
/*                    */
/*   Global Classes   */
/*                    */
/**********************/
.button {
  color: white;
  background-color: mediumslateblue;
  display: inline-block;
  border: 2px solid mediumslateblue;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}
.button:hover {
  color: white;
  background-color: #a396f3;
  display: inline-block;
  border: 2px solid #a396f3;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}

.button.bright {
  color: white;
  background-color: rgb(0, 69, 109);
  display: inline-block;
  border: 2px solid rgb(0, 69, 109);
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}
.button.bright:hover {
  color: white;
  background-color: #008da0;
  display: inline-block;
  border: 2px solid #008da0;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}

.alternate-colors {
  color: #f0f0f0;
}
.alternate-colors > *:nth-of-type(2n) {
  color: #333;
}

.alternate-colors-light {
  color: #f0f0f0;
}
.alternate-colors-light > *:nth-of-type(2n) {
  color: #8a8a8a;
}

/*********************/
/*                   */
/*    Top Nav Bar    */
/*                   */
/*********************/
.top-nav {
  cursor: pointer;
  z-index: 10000;
  width: 100%;
  position: fixed;
  top: 0;
  color: #f0f0f0;
  background-color: #333;
}
.top-nav #nav-toggle {
  cursor: pointer;
}
.top-nav ul, .top-nav .logo h5 {
  margin: 0;
}
.top-nav li, .top-nav #nav-toggle {
  height: 38px;
  line-height: 38px;
  display: block;
}
.top-nav .nav-container {
  display: none;
}

/*********************/
/*                   */
/*   Splash Styles   */
/*                   */
/*********************/
.splash {
  width: 100%;
  height: 33vh;
  width: 100%;
  color: #f0f0f0;
  display: table;
}
.splash .splash-inner {
  min-height: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.splash .splash-inner h1 {
  font-size: 3rem;
  letter-spacing: 2.5px;
  opacity: 1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: letter-spacing 1s, opacity 1s;
}
.splash .splash-inner h1.not-in-view {
  letter-spacing: 0px;
  opacity: 0.5;
  transition: letter-spacing 1s, opacity 1s;
}
.splash .splash-inner h1 span {
  display: block;
}

.experience-splash {
  background: url("https://images.unsplash.com/photo-1502119176771-c007eb5feb6e") no-repeat center 57%/cover;
}

.projects-splash {
  background: url("https://images.unsplash.com/photo-1466786784937-3e682c802b14") no-repeat center 60%/cover;
}
.projects-splash .splash-inner {
  background-color: rgba(0, 0, 0, 0.6);
}

.about-splash {
  background: url("../images/nathan-dumlao-c2Y16tC3yO8-unsplash.jpg") no-repeat center 50%/cover;
}
.about-splash .splash-inner {
  background-color: rgba(0, 0, 0, 0.6);
}

.contact-splash {
  background: url("https://images.unsplash.com/photo-1446102892025-3900145fd2a7") no-repeat center 60%/cover;
}

/*********************/
/*                   */
/*  Sub-containers   */
/*                   */
/*********************/
.sub-container {
  padding: 8px;
  margin: 0 auto;
}

/*********************/
/*                   */
/*    Main splash    */
/*                   */
/*********************/
.page-header-splash {
  margin-top: 38px;
  min-height: 360px;
  background: url("../images/lissajous-background-1024-screens.png") no-repeat bottom/cover;
}
.page-header-splash h1 {
  font-size: 3rem;
}
.page-header-splash h1, .page-header-splash h4 {
  margin: 0;
  padding: 5px;
}
.page-header-splash h4 {
  color: #f0f0f0;
}
.page-header-splash .header-item.main-item {
  width: 100%;
  min-height: inherit;
  display: table;
}
.page-header-splash .header-item.main-item .splash-inner {
  min-height: inherit;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  color: #f0f0f0;
}
.page-header-splash .header-item.main-item .splash-inner h1 {
  letter-spacing: 2px;
}

/********************/
/*      Center      */
/*    Navigation    */
/*                  */
/********************/
.main-nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
}
.main-nav h1 {
  font-size: 2.25em;
}
.main-nav ul {
  width: 100%;
  max-width: 1400px;
}
.main-nav li {
  font-weight: bold;
  width: 90%;
  max-width: 360px;
  color: slategray;
  background-color: white;
  display: inline-block;
  border: 2px solid slategray;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}
.main-nav a:hover li {
  color: white;
  background-color: slategray;
  display: inline-block;
  border: 2px solid slategray;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}

/********************/
/*                  */
/*    Experience    */
/*                  */
/********************/
.experience {
  background-color: #f0f0f0;
  color: #333;
  margin: 0 auto;
}
.experience .list-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 0;
}
.experience .list-heading {
  margin-top: 0;
}
.experience .achieving {
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  display: none;
  padding: 0.5rem 0px;
}
.experience .achieving div {
  display: none;
}
.experience .achieving div .active {
  display: block;
}
.experience .achieving div p {
  padding: 1rem;
  width: 100%;
}
.experience .achieving div p a {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
.experience #ach_selfstudy ul {
  background: unset;
}
.experience #ach_selfstudy li {
  padding: 10px;
  display: block;
}
.experience #ach_selfstudy li:hover {
  background-color: white;
  color: initial;
  cursor: default;
}
.experience #ach_selfstudy li a,
.experience #ach_selfstudy li span {
  width: 100%;
  text-align: center;
  display: block;
}
.experience #ach_selfstudy li a {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.experience .utilizing {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
}
.experience .utilizing li {
  margin: 3px;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  width: unset;
  border: thin solid;
}
.experience .utilizing li.app, .experience .utilizing li.lang {
  background-color: mediumslateblue;
  color: white;
  color: white;
}
.experience ul {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.experience li {
  color: #333;
  background-color: white;
  display: inline-block;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  width: 42%;
  max-width: 400px;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
}
.experience li:hover, .experience li.active {
  color: white;
  background-color: #a396f3;
  cursor: pointer;
}
.experience .list-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2000;
}
.experience .list-container ul li::after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 2.2rem;
  background-color: #8a8a8a;
  height: 100%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.experience .list-container ul li span {
  width: 100%;
  margin-right: 1rem;
}
.experience .list-container ul li i {
  color: white;
  background-color: #8a8a8a;
  z-index: 100;
}

/********************/
/*                  */
/*     Projects     */
/*                  */
/********************/
.projects {
  padding: 0;
}
.projects button {
  margin: 0.5rem;
}

.soft-error {
  display: none;
  background-color: rgb(255, 218, 183);
  border-radius: 10px;
  font-size: 1.1rem;
  padding: 0.33rem 0.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.project {
  background-color: #f0f0f0;
  color: #8a8a8a;
  display: block;
  min-height: 766px;
  overflow: hidden;
}

.projects-list select {
  display: block;
  margin: 1rem auto;
  max-width: 500px;
  width: 90%;
  padding: 5px;
}

.sort-type button {
  padding: 0.5rem;
  font-weight: bold;
  margin: 5px !important;
  color: slategray;
  background-color: white;
  display: inline-block;
  border: 2px solid slategray;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}
.sort-type button.active {
  color: white;
  background-color: #a396f3;
  display: inline-block;
  border: 2px solid #a396f3;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
}
.sort-type button:hover {
  color: white;
  background-color: slategray;
  display: inline-block;
  border: 2px solid slategray;
  border-radius: 8px;
  padding: 8px;
  margin: 15px;
  letter-spacing: 0px;
  font-family: "Quicksand", "Montserrat", "Open Sans", "Arial", sans-serif;
  cursor: pointer;
}

#projectPreview {
  display: block;
  width: 100%;
  min-height: 75vh;
  border: thin solid gray;
  margin: 30px auto;
  border-left: none;
  border-right: none;
}

.project-description {
  padding: 0px 2rem;
  max-width: 1024px;
  margin: 0 auto;
}
.project-description a {
  text-decoration: underline;
}

.project-tags-container {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#projectTags {
  margin-left: 0.5rem;
  display: block;
}

.project-tag {
  display: inline-block;
  font-size: 0.7rem;
  background-color: #888;
  margin: 2px;
  border-radius: 4px;
  color: #eee;
  padding: 0 4px;
}
.project-tag:hover {
  background-color: #0069c2;
  cursor: pointer;
}

/********************/
/*                  */
/*      About       */
/*                  */
/********************/
.about-content {
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  min-height: 480px;
  display: block;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}
.about-content .about-text {
  text-align: left;
}
.about-content .about-text p:first-child::before, .about-content .about-text p:last-child::after {
  position: absolute;
  color: #f0f0f0;
  z-index: -1;
  font-size: 8em;
  font-family: "Times New Roman", serif;
}
.about-content .about-text p:first-child::before {
  content: "“";
  top: 20px;
  left: 0;
}
.about-content .about-text p:last-child::after {
  content: "”";
  bottom: -15px;
  right: 0;
}
.about-content .about-pic img {
  max-height: 50vh;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

/********************/
/*                  */
/*     Contact      */
/*                  */
/********************/
.contact {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .contact-text {
  height: 100%;
}
.contact .contact-text p {
  margin: 1rem;
}
.contact .contact-text a {
  margin: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #8a8a8a;
}
.contact .contact-text a:hover {
  background-color: white;
  color: mediumslateblue;
}
.contact .contact-text a i {
  font-size: 2em;
}

/********************/
/*                  */
/*      Footer      */
/*                  */
/********************/
footer {
  text-align: left;
  font-size: 75%;
  background-color: #333;
  color: #8a8a8a;
}
footer .footer-section {
  width: 100%;
  padding: 40px;
  display: inline-block;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  text-decoration: underline;
}

.clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/********************/
/*      Media       */
/*     Queries      */
/*                  */
/********************/
/**********************************/
/*             666px              */
/**********************************/
@media (min-width: 666px) {
  footer .footer-section {
    float: left;
    width: 45%;
  }
}
/**********************************/
/*             980px              */
/**********************************/
@media (min-width: 980px) {
  .splash, .page-header-splash, .about-content {
    min-height: 600px;
    font-size: 1.5rem;
  }
  .splash .splash-inner h1, .page-header-splash h1 {
    font-size: 4rem;
  }
  footer .footer-section {
    width: 33%;
  }
  .experience li {
    font-size: 1rem;
  }
}
/**********************************/
/*             1024px             */
/**********************************/
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
  .sub-container {
    padding: 2rem 0;
  }
  .splash .splash-inner h1, .page-header-splash h1 {
    font-size: 5rem;
  }
  .page-header-splash {
    margin-top: 0;
    background: url("../images/lissajous-background-1920-screens.png") no-repeat bottom/cover;
  }
  .top-nav {
    position: relative;
    display: block !important;
  }
  .top-nav #nav-toggle {
    display: none;
  }
  .top-nav .nav-container {
    display: block !important;
    background: #333;
  }
  .top-nav li {
    padding: 0 15px;
    float: right;
  }
  .top-nav li.logo {
    float: left;
  }
  .to-top {
    display: block !important;
  }
  .work {
    margin: 0;
    padding: 0;
    max-width: unset;
    width: 100%;
    min-height: inherit;
  }
  .work .work-image, .work .work-text {
    float: left;
  }
  .work:nth-child(2n+1) .work-image, .work:nth-child(2n+1) .work-text {
    float: right;
  }
  .work .work-image {
    border-bottom: none;
    background-position: center top;
  }
  .work .work-image.codepen {
    background-position: left bottom;
  }
  .work .work-image, .work .work-image a {
    width: 50%;
    height: 766px;
  }
  .work .work-text {
    width: 50%;
    min-height: 766px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .experience li {
    font-size: 1.2rem;
  }
  .about-content {
    width: 100%;
    max-width: 80vw;
    margin: 10px auto;
    display: flex;
  }
  .about-content .about-text {
    padding-right: 2rem;
  }
  .about-content .about-pic img {
    max-width: 33vw;
    vertical-align: middle;
    margin: 0 auto;
  }
}
/**********************************/
/*             1600px             */
/**********************************/
@media (min-width: 1600px) {
  body {
    font-size: 24px;
  }
  .splash, .page-header-splash, .about-content {
    min-height: 800px;
  }
  .splash h1, .page-header-splash h1 {
    font-size: 400%;
  }
  .about-content {
    max-width: 66vw;
  }
}
/**********************************/
/*             1920px             */
/**********************************/
@media (min-width: 1920px) {
  .page-header-splash {
    background: url("../images/lissajous-background.png") no-repeat bottom/cover;
  }
}
/**********************************/
/*             2400px             */
/**********************************/
@media (min-width: 2400px) {
  .about-content {
    max-width: 50vw;
  }
}

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