/*This is my gateway CSS using Eric Meyer's reset at the top of my page */


/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* This CSS was created by Kael Skyhawk Hauptmann */

/* This is the beginning of website CSS*/

@font-face {
	font-family: "tall-film";
	src: url('../fonts/tall-film/tall-film.eot');
	src: url('../fonts/tall-film/tall-film.eot?#iefix') format('embedded-opentype'),
    url('../fonts/tall-film/tall-film.otf') format('otf'),
    url('../fonts/tall-film/tall-film.ttf') format('truetype'),
    url('../fonts/tall-film/tall-film.woff') format('woff'),
    url('../fonts/tall-film/tall-film.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Lato", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0 auto;
	background-image: url("../assets/so-white.png");
  background-color: #fff;
}

.lato-regular {
  font-weight: 400;
}

main {
  max-width: 960px;
  margin: 0 auto;
	background-color: #fff;
  padding-top: 1px;
}

h1 {
	font-family:"tall-film", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3.75em;
	color:#fff;
  text-align: center;
}

p {
  line-height: 1.6em;
}

/* hero section */

header {
  text-align: center;
  height: 700px;
  padding-top: 200px;
  background-color: #451eb0;
}

/* navigation bar */

nav {
  background-color: #451eb0;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
}

.nav-collapse {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}

nav li {
  display: inline-block;
  list-style: none;
  padding: 10px 20px;
}

nav li a {
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
}

nav li a:hover, nav li a:active{
    color: #fdba16;
}

.navActive {
  color: #fdba16;
}

/* sticky navigation main */

#topNav {
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  top: 0;
  overflow: hidden;
  z-index: 3;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}

#navLogo {
position: relative;
transition: top 350ms ease-in-out;
-webkit-transition: top 350ms ease-in-out;
-moz-transition: top 350ms ease-in-out;
-o-transition: top 350ms ease-in-out;
-ms-transition: top 350ms ease-in-out;
padding: 8px;
}

/* sticky navigation pages */

#top-nav-page {
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  top: 0;
  overflow: hidden;
  z-index: 3;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  max-width: 980px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#top-nav-page nav {
  border-top: 2px solid #000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#nav-logo-page {
  width: 97px;
  height: 40px;
  padding: 8px;
}

#topNav img:hover, #top-nav-page img:hover  {
  filter: brightness(110%);
}

.header-box{
  background-color: #1b92b1;
  width: 160px;
  padding: 20px;
  position: relative;
  z-index: 2;
  clear: both;
  clear: both;
}

.header-box-margin{
  margin-top: 100px;
}

.header-box-margin2{
  margin-top: 200px;
}

.header-box-left{
  border-bottom-left-radius: 24px;
  top: 60px;
  left: -10px;
}

.header-box-right{
  border-bottom-right-radius: 24px;
  float: right;
  right: -10px;
}

.header-box-right-top{
  top: -50px;
}

.header-box-right-top2{
  top: 55px;
}

/* portfolio gallery section */

#portfolio {
  position: relative;
  top: -80px;
}

.card {
  height: 213px;
  color: #fff;
  font-size: 40px;
  margin: 10px;
  flex: 213px 0 0;
  padding: 10px 10px 10px 0;
  border: 2px solid #1b92b1;
  border-left: none;
  }

.card-margin {
  margin-left: 0 !important;
}

.card-margin2 {
  margin-left: -10px;
}

.card img {
  width: 213px;
  height: 213px;
  object-fit: cover;
}

.cards-wrapper {
  display: flex;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

.display-area {
  width: 960px;
  overflow: hidden;
  margin: auto;
}

.dots-wrapper {
  display: flex;
  justify-content: center;
  margin: auto;
}

.dot {
  border: 2px solid #1b92b1;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 5px 9px;
  outline: none;
}

.dot:hover {
  background-color: #1b92b1;
}

.activeDot {
  background-color: #1eaacd;
  border: 2px solid #1b92b1;
}

.overlay {
  position: relative;
  top: -218px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  color: #f1f1f1;
  width: 203px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  opacity:0;
  color: #fff;
  font-size: .5em;
  padding: 96px 5px 97px 5px;
  text-align: center;
}

.card:hover .overlay {
  opacity: 1;
}

.card a {
  text-decoration: none;
}

/* reseume/CV section */

#resume {
  position: relative;
  top: -190px;
}

.cv-wrapper {
  border-top: 2px solid #1b92b1;
  border-left: 2px solid #1b92b1;
  margin-top: 200px;
}

#cv-info h2 {
  font-family:"tall-film", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  padding: 30px 0 10px 0;
}

#cv-center-logo-margin {
  margin-left: 290px;
}

#cv-center-logo {
  margin: 0 auto;
  padding-top: 50px;
  width: 194px;
}

#cv-name h2{
  color:#000;
  font-size: 1.5em;
  text-align: center;
  margin-left: 290px;
  padding: 10px 0 20px 0;
  clear: both;
}

#cv-contact {
  border: 2px solid #1b92b1;
  border-left: none;
  margin-left: 290px;
  margin-bottom: 25px;
}

#cv-contact ul li{
  display:inline-block;
}

#cv-contact-center{
  padding: 0 70px;
}

#cv-contact object{
  color:#000;
  font-size: 1em;
  text-align: center;
  padding: 0;
  position: relative;
  top: 4px;
}

#cv-contact h2{
  color:#000;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  padding: 10px 10px 10px 5px;
  text-decoration: none;
}

#cv-contact h2 a, .contact-wrapper h2 a{
  text-decoration: none;
  color:#000;
}

#cv-info {
  border: 2px solid #1b92b1;
  border-left: none;
  margin-left: 290px;
  height: 1000px;
  line-height: 1.6em;
}

#cv-info-left h2, #cv-info-left h3{
  padding: 0 10px 0 25px;
}

#cv-info-left{
  display: inline-block;
  background-color: #1b92b1;
  position: relative;
  left: -70px;
}

.bg-white{
  background-color: #fff;
}

#cv-info-left img{
  display: block;
  margin-left: auto;
}


#cv-info-postion-shift {
  display: block;
  margin-left: auto;
  position: relative;
  left: -40px;
  background-color: #1b92b1;
  width: 320px;
  padding-bottom: 50px;
  border-bottom-left-radius: 16px
}

#cv-info-left h2, #cv-info-left h3 {
color: #fff;
}

#cv-info-left h3, #cv-info-left object {
  display: inline-block;
}

#cv-info-right{
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  left: -40px;
  float: right;
}

#cv-info h2{
  padding-top: 40px;
  padding-bottom: 20px;
  clear: both;
}

#cv-info h3{
  font-size: 1em;
  padding-bottom: 15px;
}

#cv-info-left h3 {
  padding-bottom: 0;
}

#cv-info-left .cv-left-bottom-padding {
  padding-bottom: 15px;
}

.sliders object {
  position: relative;
  top:8px;
  float: right;
}

#hobbies h2, #hobby-icons{
  display: inline-block;
}

#hobbies h2 {
  width: 100px;
}

#hobby-icons object{
  padding: 5px 8px;
}

#hobby-icons{
  position: relative;
  top: 46px;
  left: 26px;
}

#cv-line{
  width: 180px;
  border-bottom: 2px solid #1b92b1;
  padding-bottom: 74px;
  clear: both;
}

#cv-download {
  float: right;
}

.btn {
  background-color: #451eb0;
  border: 2px solid #451eb0;
  color: #fff;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 2em;
  letter-spacing: 1.5px;
  margin-right: 15px;
  position: relative;
  top: -32px;
  z-index: 2;
  font-family: "tall-film", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn:hover {
  background-color: #fff;
  border: 2px solid #451eb0;
  color: #451eb0;
}

#download-icon {
  fill: none;
  stroke-width: .75px;
  stroke: #fff;
  padding-right: 7px;
  position: relative;
  top: 1px;
}

.btn:hover > #download-icon {
  stroke: #451eb0;
}

#download-box {
  border: 2px solid #451eb0;
  border-left: none;
  height: 90px;
  width: 100px;
  margin-left: auto;
  position: relative;
  top: -110px;
}

/* about section */

#about {
  position: relative;
  top: -40px;
}

.about-wrapper {
  border: 2px solid #1b92b1;
  border-left: none;
  margin-left: 188px;
  margin-top: 5px;
  padding: 70px;
}

.about-wrapper p{
  font-size: 1.25em;
}

.about-wrapper p:not(:first-child){
  padding-top: 25px;
}

/* contact section */

.contact {
  padding-bottom: 100px;
}

#contact {
  position: relative;
  top: 60px;
}

.contact-wrapper {
  clear: both;
  border: 2px solid #1b92b1;
  border-right: none;
  margin-right: 188px;
  padding: 70px;
}

.contact-wrapper h2{
  display: inline-block;
  font-size: 1.2em;
  padding: 15px;
}

.contact-wrapper object {
  position: relative;
  top: 6px;
}

.contact-wrapper a:hover {
  color: #1b92b1;
}

/* footer */

footer {
  background-color: #c8c8c8;
  margin: 0 auto;
  padding: 30px;

}

h6 {
  color: #fff;
  text-align: center;
  font-size: .8em;
}

/* project pages */

.project-gallery-margin {
  margin-left: 0 !important;
}

.project-page-column {
  margin: 120px 0px 50px 20px;
  padding: 10px 10px 10px 0;
  border: 2px solid #1b92b1;
  border-left: none;
  width: 33%;
}

.project-page-column img{
  width: 100%;
}

.project-page-column-opacity{
  opacity: 0.8;
  cursor: pointer;
}

.project-page-column-opacity:hover {
  opacity: 1;
}

.activeImg {
  opacity: 1;
}

.project-page-row {
  display: flex;
  justify-content: space-between;
}

.project-header {
  background-color: #1b92b1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom-left-radius: 24px;
}

.project-header h1{
  text-align: left;
}

.project-header h2 a{
  padding: 15px;
  background-color: #fff;
  text-align: center;
  border: 2px solid #451eb0;
  color: #451eb0;
  text-decoration: none;
  text-transform: uppercase;
}

.project-header h2 a:hover{
  background-color: #451eb0;
  border: 2px solid #fff;
  color: #fff;
}

.project-description {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
}

.project-description p {
  width: 83%;
  padding-right: 40px;
}

.project-description ul{
  width: 17%;
  padding-left: 40px;
  line-height: 1.6em;
}

.project-description ul li:not(:first-child){
  list-style-type: circle;
  }

.lg-img-wrapper {
  margin: 20px 0 50px 0;
  padding: 10px 0 10px 10px;
  border: 2px solid #1b92b1;
  border-right: none;
  box-sizing: border-box;
  width: 100%;
}

.lg-img-wrapper img {
  width: 100%;
}

.perspective-bg {
  background-image: url('../assets/projects/full_perspective.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-size: 100%;
}

#video-frame {
  max-width: 850px;
  margin: 0 auto;
  padding: 9% 5% 31%;
}

#video-frame video {
  width: 100%;
}

#website-frame {
  display: flex;
  justify-content: center;
}

#website-frame iframe {
  position: absolute;
  width: 846px;
  height: 478px;
  padding-left: 8px;
}

#lucas-frame {
  top: 944px;
}

#paulson-frame {
  top: 944px;
}

#shanti-frame {
  top: 917px;
}

.project-margin-top {
  margin-top: 120px;
}

/* slideshow container */
.slideshow-container {
  position: relative;
}

/* hide the images by default */
.mySlides {
  display: none;
}

/* next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 8px 20px 10px;
  color: #fff;
  font-size: 1.75em;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  user-select: none;
}

/* position the "next button" to the right */
.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: #451eb0;
}

.color-slides {
  color: #451eb0;
}

.color-slides:hover {
  color: #fff;
}

/* number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 1em;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: auto;
  background-color: #1b92b1;

}

/* fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.project-page-buttons {
  display: flex;
  justify-content: center;

  margin: 50px 0 20px 0;
}

.project-page-buttons h4 {
  padding: 10px;
  text-align: center;
  z-index: 2;
}

.project-page-buttons a{
  text-decoration: none;
  color: #451eb0;
  padding: 10px;
  z-index: 2;
}

.right-align {
  text-align: right;
}

.project-page-buttons a:hover{
  color: #fff;
  background-color: #451eb0;
}

.project-buttons-box {
  display: flex;
  justify-content: center;
  position: relative;
  top: -66px;

}

.project-buttons-box-left, .project-buttons-box-right {
  border: 1px solid #451eb0;
  height: 54px;
  width: 22px;
}

.project-buttons-box-left {
  border-right: none;
}

.project-buttons-box-right {
  border-left: none;
}

.project-buttons-divider {
  width: 183px;
}

@media screen and (max-width: 1000px) {

  /* navigation bar */

  .navLogoBackgroundCSS {
    padding-left: 10px;
  }

  nav li {
    padding: 10px 15px;
  }

  .header-box-right {
    right: 0;
  }

  .header-box-left {
    left: 0;
  }

    /* hero image section */

  #center-logo img {
    width: 400px;
    height: 418px;
  }

  /* portfolio section */

  .display-area {
    width: 640px;
  }

  .card {
    height: 133px;
    flex: 133px;
  }


  .card img {
    width: 133px;
    height: 133px;
  }

  .overlay {
    width: 123px;
    padding: 60px 5px;
    top: -138px;
    font-size: .32em;
  }

  /* reseume/CV section */

  #cv-center-logo, #cv-contact, #cv-info, #cv-line {
    display: none;
  }

  #cv-download {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  #download-box {
    margin-left: 0;
    margin: 0 auto;
    top: -79px;
    left: 48px;
  }

  .cv-wrapper {
    border-bottom: 2px solid #1b92b1;
    margin: 140px 198px 0 0;
  }

  #cv-name h2 {
    margin-left: 0;
    padding: 0 15px 50px;
  }

  .btn {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    margin-right: 0;
  }

  /* about section */

  .about-wrapper {
    margin: 5px 0 0 198px;
  }

  /* contact section */

  .contact-wrapper {
    margin: 0 198px 0 0;
  }

  /* project pages */

  #container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-description p {
    width: 80%;
    padding-right: 30px;
  }

  .project-description ul {
    width: 20%;
  }

  #website-frame {
    display: none;
  }
}

@media screen and (max-width: 975px) {

  /* navigation bar */

  nav li {
    padding: 10px;
  }
}

@media screen and (max-width: 820px) {

  /* about section */

  .about-wrapper p {
    font-size: 1em;
  }
}

@media screen and (max-width: 780px) {

  /* project pages */

  .project-description p {
    width: 78%;
    padding-right: 10px;
  }

  .project-description ul {
    width: 22%;
  }
}

@media screen and (max-width: 700px) {

  /* project pages */

  .project-description p {
    width: 75%;
    padding-right: 10px;
  }

  .project-description ul {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {

  /* hero image section */

  #center-logo img {
    width: 200px;
    height: 209px;
  }

  /* navigation bar */

  .nav-collapse {
    width: 100%;
    display: block;
  }

  .nav-collapse .links li{
    display: block;
    padding: 10px 5px;
  }

  .navAlignCSS .nav-collapse.opened {
    margin: 0 10px 0 15px;
  }

  /* portfolio section */

  .display-area {
    width: 320px;
    overflow: visible;
    flex-direction: column;
  }

  .cards-wrapper {
    display: block;
  }

  .card {
    height: 288px;
    flex: 100%;
  }

  .card img {
    width: 100%;
    height: 100%;
  }

  .overlay {
    width: 220px;
    padding: 10px 10px;
    top: -160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    font-size: .5em;
    background-color: #1b92b1;
  }

  .dots-wrapper {
    display: none;
  }

  .card-margin, .card-margin2 {
    margin: 10px !important;
  }

  /* footer section */

  footer p{
    font-size: .75em;
    text-align: center;
    }

    /* project pages */

  .project-description p {
    width: 70%;
    padding: 0;
  }

  .project-description ul {
    width: 30%;
  }
}

@media screen and (max-width: 540px) {

  h1 {
    font-size: 3em;
  }

  /* navigation bar */

  .header-box {
    width: 120px;
  }

  .header-box-left {
    margin-left: 10px;
  }

  .header-box-right {
    margin-right: 10px;
  }

  .header-box-right-top {
    top: -45px;
  }

  .header-box-margin2 {
    margin-top: 100px;
  }

  .header-box-right-top2 {
    top: 50px;
  }

  /* portfolio section */

  .overlay {
    font-size: .5em;
  }

  /* resume/CV section */

  .cv-wrapper {
    margin-right: 10px;
  }

  #cv-download {
    height: 120px;
  }

  /* about section */

  .about-wrapper {
    margin: 10px;
  }

  .about-wrapper p {
    padding: 30px;
    font-size: 1em;
  }

  .contact-wrapper {
    margin:  10px;
    padding: 30px;
    padding-top: 50px;
  }

  .contact-wrapper h2 {
    font-size: 1em;
  }

  /* project pages */

  .project-header h2 {
    font-size: .8em;
  }

  .project-description p {
    width: 65%;
  }

  .project-description ul {
    width: 35%;
  }

  .project-header h2 a {
    border-width: 1px;
  }

  .numbertext {
    font-size: .7em;
  }

  .prev, .next {
    font-size: 1.25em;
    padding: 8px 10px 12px;
  }
}

@media screen and (max-width: 450px) {

  /* project pages */

  .project-header h2 a {
    padding: 10px;
    font-size: .8em;
  }
}

@media screen and (max-width: 400px) {

  /* navigation bar */

  .navLogoCSS {
    width: 65px;
    height: 27px;
  }

  /* project pages */

  .project-header h1 {
    font-size: 2em;
  }

  .project-header h2 a {
    padding: 5px;
    font-size: .6em;
  }

  .project-description {
    font-size: .80em;
  }

  .project-page-buttons {
    font-size: .80em
  }

  .project-buttons-box {
    top: -60px;
  }

  .project-buttons-box-left, .project-buttons-box-right {
    height: 45px;
  }

  .project-buttons-divider {
    width: 150px;
  }

  .numbertext {
    font-size: .5em;
  }

  .prev, .next {
    font-size: .75em;
    padding: 8px 10px 12px;
  }
}