/* BASE CSS */
html {
  scroll-behavior: smooth;
}
html,
body {
  position: relative;
  color: #333;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}
h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
a {
  color: #FF6347;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #FF6347;
  text-decoration: underline;
}
.page-section {
  padding: 60px 0;
  position: relative;
  scroll-margin-top: 100px;
}
.header-alt {
  color: #FF6347;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 1px;
}
ul.list-pill {
  font-size: 12px;
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
}
ul.list-pill li {
  background: #DDD;
  border-radius: 50px;
  color: #777;
  display: inline-block;
  line-height: 1;
  list-style: none;
  padding: 5px 15px 4px;
  margin-bottom: 5px;
}
ul.list-contact {
  font-size: 14px;
  letter-spacing: 1px;
  list-style: none;
  padding-left: 3px;
  text-transform: uppercase;
}
ul.list-contact li {
  display: inline-block;
  margin-right: 20px;
}
ul.list-contact i {
  color: #333;
  font-size: 14px;
  margin-right: 2px;
  width: 16px;
}
.black-white {
  filter: grayscale(1);
}
.box-shadow {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.16);
}
.txt-white {
  color: #FFF;
}
.txt-highlight {
  color: #FF6347;
}
/* ELEMENT FADE UP - JS IN js/ui.js */
.element-fade.hidden-y {
  transform: translateY(50px);
  opacity: 0;
}
.element-fade.animate {
  transition: transform 1s, opacity 0.5s;
}
.element-fade {
  transform: translateY(0);
  opacity: 1;
}
.console-underscore {
  color: #FF6347;
  display: inline-block;
  position: relative;
  bottom: 2px;
  left: 10px;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-dark {
  background-color: #000022 !important;
}
#experience-work .career-section {
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0 50px 50px;
  position: relative;
}
#experience-work .career-section:last-child {
  padding: 0 50px 0 50px;
}
#experience-work .career-section:before {
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 6px;
  top: 0;
}
#experience-work .career-section:after {
  background-color: #FF6347;
  border: 1px solid #FFF;
  border-radius: 25px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
#experience-work .career-section .date {
  color: #FF6347;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 30px 1px;
}
#experience-work .career-section .title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
#experience-work .career-section .title:before {
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  left: -42px;
  top: 50%;
}
#experience-work .career-section .company {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#experience-work .career-section ul.list-role {
  margin-bottom: 0;
}
/* NAVBAR CSS */
.navbar {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 10px 0;
  background-color: rgba(0, 0, 34, 0.5);
  transition: all 0.4s ease-in-out;
}
.navbar .navbar-brand {
  color: #FFF;
  font-size: 1.5rem;
}
.navbar .navbar-brand #nr-logo {
  width: 40px;
  height: auto;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-brand #nr-text {
  display: none;
  margin-left: 10px;
}
.navbar .navbar-nav {
  display: block;
}
.navbar .navbar-nav a {
  display: inline-block;
  color: #FFF;
  margin: 0 10px;
}
.navbar .navbar-nav a:hover,
.navbar .navbar-nav a:active,
.navbar .navbar-nav a:focus {
  color: #FF6347;
  text-decoration: none;
}
.transparent .navbar {
  background: transparent;
  padding: 25px 0;
  box-shadow: none;
}
.transparent .navbar .navbar-brand #nr-logo {
  width: 60px;
}
#navbar #menu-logo {
  width: 40px;
}
#navbar button.navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
}
#navbar .mobile-menu {
  display: flex;
  width: 25px;
  height: 20px;
  position: relative;
  justify-content: space-between;
  flex-flow: column;
}
#navbar .mobile-menu span {
  display: block;
  background: #FFF;
  width: 100%;
  height: 2px;
}
#navbar .offcanvas-header {
  background-color: #FF6347;
}
#navbar .btn-close {
  background: none !important;
  opacity: 1;
  padding: 4px 12px !important;
  margin: 0 !important;
}
#navbar .mobile-menu.close {
  width: 25px;
  height: 20px;
}
#navbar .mobile-menu.close span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 5px);
  transform: rotate(-45deg) translate(-7px, 5px);
}
#navbar .mobile-menu.close span:nth-child(2) {
  opacity: 0;
}
#navbar .mobile-menu.close span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
  transform: rotate(45deg) translate(-8px, -6px);
}
@media (min-width: 767px) {
  #navbar .offcanvas {
    position: relative;
    flex-grow: 0;
  }
  #navbar .mobile-contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    display: block !important;
  }
  .navbar-nav a {
    display: block !important;
    color: #000022 !important;
    margin: 0 10px !important;
  }
  .navbar-nav a:hover,
  .navbar-nav a:active,
  .navbar-nav a:focus {
    color: #FF6347 !important;
    text-decoration: none !important;
  }
  .navbar-nav .mobile-contact {
    border-top: 1px solid #CCC;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    flex-flow: column;
  }
  .navbar-nav .mobile-contact span {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin: 8px 10px;
  }
  .navbar-nav .mobile-contact span i {
    color: #FF6347;
    width: 20px;
    height: 15px;
  }
}
/* VIDEO HERO CSS */
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background: #000;
}
.fullscreen-bg video.fullscreen-background {
  min-width: 100%;
  height: auto;
}
.video-tint {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  background-color: rgba(0, 0, 34, 0.8);
}
.video-tint.no-opacity {
  background: linear-gradient(-45deg, #EE7752, #6a00fd, #2098D1, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 20s ease infinite;
  -moz-animation: Gradient 20s ease infinite;
  animation: Gradient 20s ease infinite;
}
/* HERO TINT GRADIENT KEYFRAME ANIMATION */
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* HOMEPAGE CSS */
.home-page .hero {
  font-family: 'Source Sans 3', sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: flex;
  position: relative;
}
.home-page .hero .hero-inner {
  max-width: 800px;
  margin: 100px 0;
}
.home-page .hero h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home-page .hero h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.125rem;
  font-weight: 200;
  margin-bottom: 30px;
}
.home-page .hero .lead {
  font-weight: 200;
  font-size: 1.125rem;
  max-width: 700px;
  margin-bottom: 30px;
}
.home-page .hero a {
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.home-page .hero a:hover,
.home-page .hero a:focus,
.home-page .hero a:active {
  color: #FF6347;
  text-decoration: none;
}
.home-page .hero a:hover i,
.home-page .hero a:focus i,
.home-page .hero a:active i {
  color: #FF6347;
  transform: rotate(90deg);
}
.home-page .hero a i {
  color: #FF6347;
  vertical-align: middle;
  font-size: 1rem;
  margin-top: -3px;
  margin-left: 6px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.home-page .page-section {
  /*transform: skew(5deg, -5deg);
        width: 120%;
        margin: 0 0 0 -10%;*/
}
.home-page .page-section h2 {
  font-size: 2.5rem;
  margin-top: 25px;
}
.home-page .page-section .project-intro {
  width: 100%;
}
.home-page .page-section .project-description {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 90%;
}
.home-page .page-section .project-img {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  text-align: center;
}
.home-page .page-section .project-img img {
  width: 100%;
}
.home-page .project-container {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
.home-page .project-container .project-box {
  align-items: center;
  background-color: #333;
  background-repeat: none;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  flex-grow: 1;
  min-height: 300px;
  text-decoration: none;
  width: 30%;
  position: relative;
  padding: 30px;
}
.home-page .project-container .project-box:after {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-page .project-container .project-box:hover:after {
  background-color: rgba(0, 0, 0, 0.9);
}
.home-page .project-container .project-box .project-logo {
  max-width: 300px;
  height: auto;
  z-index: 2;
}
.home-page .project-container .project-box .project-cta {
  font-size: 14px;
  letter-spacing: 1px;
  list-style: none;
  text-transform: uppercase;
  color: #FFF;
  opacity: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.home-page .project-container .project-box:hover .project-cta,
.home-page .project-container .project-box:focus .project-cta,
.home-page .project-container .project-box:active .project-cta {
  opacity: 1;
  margin-top: 30px;
}
.home-page .project-container .project-box:hover .project-cta:hover,
.home-page .project-container .project-box:focus .project-cta:hover,
.home-page .project-container .project-box:active .project-cta:hover,
.home-page .project-container .project-box:hover .project-cta:focus,
.home-page .project-container .project-box:focus .project-cta:focus,
.home-page .project-container .project-box:active .project-cta:focus,
.home-page .project-container .project-box:hover .project-cta:active,
.home-page .project-container .project-box:focus .project-cta:active,
.home-page .project-container .project-box:active .project-cta:active {
  color: #FF6347;
  text-decoration: underline;
}
.home-page h2 {
  margin-bottom: 25px;
}
/* TOP LEVEL PAGE CSS */
.top-level-page {
  background-color: black;
  /* VIDEO HERO CSS */
}
.top-level-page .fullscreen-bg {
  top: -270px;
}
.top-level-page .hero {
  font-family: 'Source Sans 3', sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #FFF;
  height: 70vh;
  display: flex;
  padding-top: 200px;
  position: relative;
}
.top-level-page .hero h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.top-level-page .hero h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
}
.top-level-page .hero a {
  font-family: 'Source Sans 3', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.top-level-page .hero a:hover,
.top-level-page .hero a:focus,
.top-level-page .hero a:active {
  text-decoration: none;
  opacity: 0.5;
}
.top-level-page .hero a:hover .far,
.top-level-page .hero a:focus .far,
.top-level-page .hero a:active .far {
  opacity: 0.5;
}
.top-level-page .hero a .far,
.top-level-page .hero a .fab {
  vertical-align: middle;
  font-size: 22px;
  margin-top: -3px;
  opacity: 0.6;
}
.top-level-page .page-section {
  padding: 60px 0 60px 0;
}
.top-level-page .page-section h2 {
  margin: 60px 0;
  font-size: 2.5rem;
}
.top-level-page #web-design img {
  width: 300px;
  height: auto;
  margin: 0 auto 20px auto;
}
.top-level-page #videos h3 {
  margin-top: 60px;
  font-size: 2rem;
  letter-spacing: 1px;
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.top-level-page #videos .project-description {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 20px;
  opacity: 0.5;
  font-weight: 400;
}
.top-level-page #videos .project-intro {
  margin-left: 30px;
}
.top-level-page #videos .embed-responsive-16by9 {
  margin-bottom: 60px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.16);
}
.top-level-page #resume h2 {
  margin-bottom: 20px;
}
.top-level-page #resume h3 {
  font-family: 'Oswald', sans-serif;
}
.top-level-page #resume h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.85;
  display: inline;
  margin-right: 10px;
}
.top-level-page #resume .resume-intro {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 20px;
  font-weight: 400;
}
.top-level-page #resume ul {
  margin: 20px 0 40px 0;
}
.top-level-page #resume ul li {
  list-style: none;
}
.top-level-page #resume ul li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 0 10px 0 -25px;
  color: #000022;
}
.top-level-page #resume .date {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
}
footer {
  padding: 50px 0;
  background: linear-gradient(0deg, rgba(0, 0, 34, 0.9), rgba(0, 0, 34, 0));
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25rem;
}
footer h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer .name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
footer a.email,
footer a.phone,
footer a.linkedin {
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  letter-spacing: 0.8px;
}
footer .footer-icon {
  max-width: 40px;
  height: auto;
  margin: 0 20px 20px 0;
}
/* HOVER EFFECT - Overline From Left */
.hvr-overline-from-left {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #FF6347;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
  right: 0;
}
/* BUTTONS */
.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  border: none;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  text-decoration: none;
}
.btn:hover i,
.btn:focus i,
.btn:active i {
  color: #000022;
}
.btn i {
  color: #FF6347;
  font-size: 14px;
  margin-left: 6px;
}
.btn-primary {
  background-color: #000022;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #000022;
  background-color: #FF6347;
}
.btn-primary.inverse {
  background-color: #000055;
  color: #FFF;
}
.btn-primary.inverse:hover,
.btn-primary.inverse:focus,
.btn-primary.inverse:active {
  background-color: #000088;
}
.btn-default {
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0 0;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #666666;
}
.btn-default.inverse {
  color: #0000ee;
}
.btn-default.inverse:hover,
.btn-default.inverse:active,
.btn-default.inverse:focus {
  color: #2222ff;
}
/* MEDIA QUERIES */
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1200px) {
  .project-box {
    width: 40% !important;
  }
}
@media (max-width: 992px) {
  .home-page .hero {
    padding-top: 50px;
  }
  .home-page .page-section h2 {
    font-size: 2rem;
    margin-top: 0;
  }
  .home-page .page-section .project-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
    width: 100%;
  }
  .top-level-page .hero {
    padding-top: 50px;
  }
  .top-level-page .page-section h2 {
    font-size: 2rem;
  }
  .top-level-page #videos h3 {
    margin-top: 0;
  }
  .top-level-page #videos .project-description {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-page .page-section .project-img {
    overflow-y: hidden !important;
  }
  .project-box {
    min-height: 250px !important;
    width: 100% !important;
  }
  .top-level-page .page-section {
    padding-top: 0;
  }
  .top-level-page .page-section h2 {
    margin-top: 0;
  }
  .top-level-page #videos {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  h1.display-4 {
    font-size: 3rem;
  }
  .hero a {
    display: block;
    margin-bottom: 5px;
  }
}
