@import url("https://fonts.googleapis.com/css?family=Amiri|Lato");
/* Variables */
/* Mixins */
/* Animations */
@-webkit-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 20px;
  }
  100% {
    margin-bottom: 0px;
  }
}
@-moz-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 20px;
  }
  100% {
    margin-bottom: 0px;
  }
}
@-o-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 20px;
  }
  100% {
    margin-bottom: 0px;
  }
}
@keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 20px;
  }
  100% {
    margin-bottom: 0px;
  }
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  margin: 0px;
  padding: 0px;
  background-color: #F1ECF8;
  overflow-x: hidden;
}

::selection {
  color: #F1ECF8;
}

::-moz-selection {
  color: #F1ECF8;
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}

.row {
  padding: 0px;
}

.mobile-nav-holder {
  display: none;
}

#greeting {
  font-family: "Amiri", serif;
  font-size: 85px;
}

#greeting-meta-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

#greeting-container {
  position: absolute;
  top: 12px;
  left: 12px;
}

h2 {
  text-align: center;
  font-size: 70px;
  font-family: "Amiri", serif;
  padding: 30px 0px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  color: #222;
  margin: 0px;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 30px;
  text-align: center;
}

/* Desktop nav styles */
#nav-top ul {
  margin: 10px 0px;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 12px;
  right: 20px;
}
#nav-top ul .underline {
  margin: 20px 0px;
  font-size: 20px;
  text-align: right;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  float: right;
  clear: both;
}
#nav-top ul .underline a {
  text-decoration: none;
  color: #999;
}
#nav-top ul .underline a:hover {
  color: #666;
}
#nav-top ul .underline:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#nav-top ul .underline:hover:after {
  width: 100%;
  background: #999;
}

/* Side nav styles */
#side-nav,
.creative-navi {
  margin: 25% 12px;
  position: fixed;
  right: 12px;
  display: none;
  z-index: 50;
}
#side-nav li,
.creative-navi li {
  list-style: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: right;
  margin: 10px 0px;
  position: relative;
}
#side-nav li i,
.creative-navi li i {
  font-size: 20px;
}
#side-nav li .side-nav-heading,
.creative-navi li .side-nav-heading {
  font-size: 20px;
  color: #555;
  position: absolute;
  top: -3px;
  right: 30px;
  width: 180px;
  display: none;
}
#side-nav li #side-nav-a,
#side-nav li #side-nav-w,
.creative-navi li #side-nav-a,
.creative-navi li #side-nav-w {
  color: #eee;
}
#side-nav li a,
.creative-navi li a {
  color: #444;
  text-decoration: none;
}

.creative-navi {
  margin: 21.75% 12px;
}
.creative-navi object {
  pointer-events: none;
}
.creative-navi svg:hover {
  cursor: pointer;
}

.creative-navi:hover {
  cursor: pointer;
}

/* Icon styles */
#icons-holder {
  position: absolute;
  bottom: 82px;
  left: 102px;
}
#icons-holder i {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 200px;
  display: none;
}
#icons-holder #brackets {
  color: #768261;
}
#icons-holder #speaker {
  color: #394037;
}
#icons-holder #tie {
  color: #7A757F;
}

#down-arrow {
  position: absolute;
  bottom: 92px;
  right: 25px;
  animation: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#down-arrow i {
  font-size: 55px;
  color: #999;
}
#down-arrow i:hover {
  color: #666;
}

/* Web Dev portfolio styles */
.port-sec {
  height: auto !important;
}

#wd-content-box-pj {
  width: 100%;
  height: 300px;
  background-image: url("../assets/pj.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-eh {
  width: 100%;
  height: 300px;
  background-image: url("../assets/eh.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-pc {
  width: 100%;
  height: 300px;
  background-image: url("../assets/pc.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-gtm {
  width: 100%;
  height: 300px;
  background-image: url("../assets/gtm.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-td {
  width: 100%;
  height: 300px;
  background-image: url("../assets/td.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

.wd-content-box {
  -webkit-filter: blur(5px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.wd-content-holder {
  height: 300px;
  width: 100%;
  position: relative;
}
.wd-content-holder .site-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.wd-content-holder .site-thumb img {
  height: auto;
  width: 100%;
  border: 3px solid #999;
  position: relative;
  overflow: hidden;
}
.wd-content-holder .site-thumb .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: 0.5s ease;
  background-color: #222;
}

.overlay-text {
  color: white;
  font-size: 65px;
  font-weight: 200;
  font-family: "Lato", sans-serif;
  letter-spacing: 7px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 400;
}
.overlay-text .overlay-subhed {
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  z-index: 400;
}

.overlay-text:hover {
  cursor: pointer;
  color: #ddd;
}

.overlay-details {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 70%;
  display: inline-block;
  text-align: center;
}

.wd-detail-box {
  background-color: #999;
  height: 570px;
  width: 100%;
  position: relative;
  display: none;
  margin-left: 0px;
  margin-right: 0px;
}
.wd-detail-box .close {
  position: absolute;
  color: #222;
  top: 10px;
  left: 10px;
  font-size: 30px;
}
.wd-detail-box .close:hover {
  color: #666;
  cursor: pointer;
}
.wd-detail-box .description {
  color: #eee;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  top: 12%;
  left: 10%;
  height: 470px;
  width: 40%;
  background-color: rgba(176, 205, 252, 0.5);
  border-top: 2px solid #7faef9;
  border-left: 2px solid #7faef9;
  border-bottom: 2px solid #7faef9;
  padding: 25px;
}
.wd-detail-box .details {
  height: 470px;
  position: relative;
  text-align: right;
  font-size: 25px;
  color: #555;
  position: absolute;
  top: 12%;
  padding: 25px;
  border-top: 2px solid #7faef9;
  border-right: 2px solid #7faef9;
  border-bottom: 2px solid #7faef9;
  background-color: #999;
}
.wd-detail-box .details h4 {
  font-size: 34px;
  color: #555;
  text-decoration: underline;
}
.wd-detail-box .details .details-inner {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 300px;
}
.wd-detail-box .details .details-inner .details-txt {
  padding-left: 15px;
  font-weight: 300;
}
.wd-detail-box .details ul {
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  height: 250px;
  font-weight: 300;
}
.wd-detail-box .details ul li {
  font-size: 28px;
  padding: 4px;
}
.wd-detail-box .details .d-2 {
  display: none;
}
.wd-detail-box .details .details-nav {
  font-size: 25px;
  color: #ccc;
  width: auto;
  display: block;
  text-align: center;
  margin-top: 320px;
}
.wd-detail-box .details .details-nav i {
  display: inline;
  margin: 18px 45px;
}
.wd-detail-box .details .details-nav .l,
.wd-detail-box .details .details-nav .r {
  color: #ddd;
}
.wd-detail-box .details .details-nav .switch {
  color: #eee;
}
.wd-detail-box .details .details-nav .switch:hover {
  cursor: pointer;
  color: #ccc;
}
.wd-detail-box .details h5 a {
  font-size: 30px;
  color: #b0cdfc;
  text-align: center;
  margin-top: 10px;
  border: 2px solid #b0cdfc;
  display: block;
  text-decoration: none;
  padding: 5px;
}
.wd-detail-box .details h5 a:hover {
  color: #eee;
  border: 2px solid #ddd;
  text-decoration: none;
  background: rgba(221, 221, 221, 0.2);
}

/* Creative portfolio styles */
#wd-content-box-lh {
  width: 100%;
  height: 300px;
  background-image: url("../assets/lh.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-pl {
  width: 100%;
  height: 300px;
  background-image: url("../assets/pl.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-sh {
  width: 100%;
  height: 300px;
  background-image: url("../assets/sh.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-jr {
  width: 100%;
  height: 300px;
  background-image: url("../assets/jr.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-sm {
  width: 100%;
  height: 300px;
  background-image: url("../assets/sl.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-gg {
  width: 100%;
  height: 300px;
  background-image: url("../assets/gg.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-oc {
  width: 100%;
  height: 300px;
  background-image: url("../assets/oc.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-no {
  width: 100%;
  height: 300px;
  background-image: url("../assets/no.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

#wd-content-box-el {
  width: 100%;
  height: 300px;
  background-image: url("../assets/el.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  display: none;
}

.creative-container {
  width: 100%;
  display: none;
}

#content {
  height: auto;
  min-height: 755px;
}
#content h5 {
  width: 80%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

.prompt-row {
  margin-top: 12%;
  width: 100%;
  position: absolute;
}
.prompt-row .prompt-box {
  border: 2px solid #eee;
  height: 320px;
  position: relative;
  z-index: 5;
}
.prompt-row .prompt-box object {
  pointer-events: none;
}
.prompt-row .prompt-box .f-icon {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prompt-row .prompt-box:hover {
  background-color: rgba(221, 221, 221, 0.2);
  cursor: pointer;
}

path {
  color: #eee;
}

line {
  color: #eee;
}

svg {
  color: #eee;
}

svg:hover {
  cursor: pointer;
}

/* Resume/CV styles */
#resume {
  margin-bottom: 40px;
}

.pic {
  margin: 40px 0px 10px 0px;
}
.pic #profile-pic {
  border: 2px solid #ddd;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.social-icons {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.social-icons li {
  display: inline-block;
  font-size: 90px;
  margin: 0px 15px;
}
.social-icons li i {
  color: #555;
}
.social-icons li i:hover {
  color: #777;
}

.container-cat {
  position: relative;
}

.cat {
  background-image: url("../assets/sunny-bw.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 700px;
}

.overlay-cat {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
}
.overlay-cat .overlay-cat-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-cat .overlay-cat-txt a {
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 35px;
  font-style: italic;
  text-decoration: none;
}
.overlay-cat .overlay-cat-txt a:hover {
  color: #ccc;
  text-decoration: none;
}
.overlay-cat .cat-footer {
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  color: #fff;
  font-style: italic;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.overlay-cat:hover {
  opacity: 1;
}

.tech {
  text-align: right;
  border-right: 2px solid #333;
}
.tech h5 {
  font-size: 60px;
  margin-bottom: 25px;
}
.tech h6 {
  font-size: 45px;
  font-weight: bold;
}
.tech .tech-content {
  list-style: none;
}
.tech .tech-content li {
  font-size: 35px;
  margin: 17px 0px;
  font-weight: 300;
}

.exp > * {
  margin: 12px 0px;
}

.exp h5 {
  font-size: 60px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.exp h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
}
.exp h6 a {
  text-decoration: none;
  color: #333;
}
.exp h6 a:hover {
  color: #555;
  text-decoration: none;
}
.exp .exp-summary {
  font-size: 18px;
  font-weight: 500;
}
.exp .exp-tech {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}

/*# sourceMappingURL=core-styles.css.map */
