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;
}

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;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #22B573;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
}

a:active {
  color: black;
  text-decoration: none;
}

button {
  opacity: 1;
  z-index: 1;
  border: 2px #22B573 solid;
  background-color: white;
  text-align: center;
  margin: auto;
  color: #22B573;
  font-family: 'Roboto Mono', monospace;
}

button:focus {
  outline: none;
}

.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 0 !important;
}

body {
  /*background-image: url(images/GridBG5.png);
  background-size: cover;
  background-color: black*/
  background-attachment: fixed;
  cursor: crosshair;
  line-height: 1;
  height: 100vh;
}

nav {
      /* translucent background + blur effect
      background: rgba(0, 0, 0, 0.2); /* semi-transparent
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); /* Safari support */
  z-index: 1;
  position: fixed;
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
nav ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
nav ul li {
  margin: auto;
}
nav ul li h1 {
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  color: white;
}
nav ul li a {
  font-family: 'Roboto Mono', monospace;
}

#footleft {
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  margin: auto;
  position: fixed;
  bottom: 30px;
  left: 60px
}
#footleft a {
  color: #FAED2F
}

#footright {
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  margin: auto;
  position: fixed;
  bottom: 30px;
  right: 60px
}
#footright a {
  color: #FAED2F
}

#logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 50vw;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#logo a {
  margin: auto;
}
#logo ul {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#logo ul h1 {
  margin: auto;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  font-size: 22px;
}
#logo ul h2 {
  margin: auto;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  color: white;
}

#pagewrapper {
  width: 100%;
}
#pagewrapper #projects {
  height: 100vh;
  margin: auto;
  padding-top: 10vh;
  width: 95vw;
}
#pagewrapper #projects .container {
  padding: 2%;
  width: 100%;
  margin: auto;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
}

#pagewrapper #projects .container ul li {
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  color: white;
}

#pagewrapper #projects .container ul li h1{
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

#pagewrapper #projects .container .links {
  padding: 2%;
  margin: auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.videobtn {
  padding: 2%;
  z-index: 1;
  width: 100%;
  background-color: black;
}
.videobtn #POINhov {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(images/Poinciana.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.videobtn #TTGhov {
  background-image: url(images/T2G1.jpg);
  background-size: cover;
  background-position: center;
}
.videobtn #FURhov {
  background-image: url(images/Flyingfur.jpg);
  background-size: contain;
  background-position: center;
}
.videobtn #FACThov {
  background-image: url(images/Factsinated.jpg);
  background-size: cover;
  background-position: center;
}
.videobtn #FAVORhov {
  background-image: url(images/favorcover.jpg);
  background-size: cover;
  background-position: center;
}
.videobtn #ARChov {
  background-image: url(images/Arcadify.jpg);
  background-size: cover;
  background-position: center;
}
.videobtn #BOEhov {
  background-image: url(images/Boeing.jpg);
  background-size: contain;
  background-position: center;
}
.videobtn #SMhov {
  background-color: black;
  background-image: url(images/Silence.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.videobtn #LMhov {
  background-image: url(images/lastmesocover3.jpg);
  background-size: cover;
  background-position: center;
}
.videobtn #STOWEhov {
  background-image: url(images/stowe.jpg);
  background-size: cover;
  background-position: center;
}
.videobtn #Layer_1 {
  margin: auto;
  z-index: 2;
  opacity: .7;
  width: 100%;
}
.videobtn img {
  z-index: 1;
  opacity: 1;
  width: 100%;
}
.videobtn h2 {
  margin: auto;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  font-size: 16px;
  padding-top: 3%;
  padding-bottom: 2%;
}

.videobtn:hover {
  background: #22B573;
  color: white;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.videobtn:hover #Layer_1 {
  opacity: .1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.videobtn:hover img {
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
  opacity: 0;
}
.videobtn:hover #POINhov {
  opacity: 1;
  background-image: url(gifs/PoincianaHOV2.gif);
}
.videobtn:hover #TTGhov {
  opacity: 1;
}
.videobtn:hover #FURhov {
  opacity: 1;
  background-image: url(gifs/FlyingFur2.gif);
}
.videobtn:hover #FACThov {
  opacity: 1;
  background-image: url(gifs/FactsinatedHOV.gif);
  background-size: cover;
}
.videobtn:hover #FAVORhov {
  opacity: 1;
  background-image: url(gifs/Favor.gif);
  background-size: cover;
}
.videobtn:hover #ARChov {
  opacity: 1;
  background-image: url(gifs/ArcadifyHOV.gif);
  background-size: cover;
}
.videobtn:hover #BOEhov {
  opacity: 1;
  background-image: url(gifs/BoeingHOV.gif);
  background-size: cover;
}
.videobtn:hover #SMhov {
  opacity: 1;
  background-image: url(gifs/SilenceHOV.gif);
}
.videobtn:hover #LMhov {
  opacity: 1;
  background-image: url(gifs/mesoHOV.gif);
  background-size: cover;
}

.modal-dialog {
  z-index: -9999;
  background-color: black;
  width: 100%;
  margin: 0 auto;
}
.modal-dialog .modal-content {
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: none;
}
.modal-dialog img {
  max-height: 90%;
  margin: auto;
  max-width: 100%;
  padding: 1%;
}
.modal-dialog video {
  background-color: black;
  margin: auto;
  width: 65%;
}
.modal-dialog iframe {
  background-color: white;
  width: 65%;
  margin: auto;
}
.modal-dialog .modal-body {
  height: 100vh;
  width: 95%;
  color: white;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.modal-dialog .modal-body .innermodal {
  height: 100%;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.modal-dialog .modal-body .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}
.modal-dialog .modal-body button.close {
  background-color: #22B573;
  color: #22B573;
  border: 1px #22B573;
}
.modal-dialog .modal-body button.btn.btn-default {
  color: #22B573;
  background-color: black;
  border: 1px solid;
  border-radius: 30px;
}
.modal-dialog .modal-body h4 {
  z-index: 9999;
  color: #22B573;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal-dialog .modal-body h4 hr {
  margin: auto;
  border-color: #22B573;
}
.modal-dialog .modal-body h1 {
  z-index: 9999;
  color: #22B573;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal-dialog .modal-body h1 hr {
  margin: auto;
  border-color: #22B573;
}
.modal-dialog .modal-body h2 {
  width: 100%;
  padding-top: 3%;
  padding-left: 1%;
  padding-bottom: 1%;
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.modal-dialog .modal-body a {
  font-size: 24px;
  color: #22B573;
}
.modal-dialog .modal-body p {
  border-left: 1px solid #22B573;
  background-color: black;
  margin: auto;
  text-align: left;
  width: 30%;
  padding-left: 2%;
  padding-right: 2%;
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
}

.carousel {
  width: 65%;
  height: 100%;
}
.carousel img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel a.left.carousel-control {
  width: 7%;
}
.carousel a.right.carousel-control {
  width: 7%;
}
.carousel .carousel-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-height: 600px;
}
.carousel .carousel-inner .item {
  width: 100%;
  margin: auto;
}
.carousel .carousel-inner .item img {
  max-height: 600px;
  margin: auto;
}
.carousel .carousel-inner .item video {
  max-width: 80%;
  margin: auto;
}
.carousel .carousel-inner .item .carousel-caption {
  z-index: 5;
  text-shadow: none;
  height: 95%;
  color: #22B573;
  font-family: Quicksand;
  font-weight: bolder;
  font-size: 16px;
}

ol.carousel-indicators {
  opacity: .5;
}
ol.carousel-indicators li {
  border: 1px solid #22B573;
  background-color: rgba(0, 0, 0, 0.1);
}
ol.carousel-indicators .active {
  background-color: #22B573;
}

ol:hover {
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.zoomContainer {
  z-index: 9999;
}

.zoomWindow {
  z-index: 9999;
}

#zoom_01 {
  z-index: 9998;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 60%;
  margin: auto;
  text-align: center;
  height: 100vh;
}
#about #me {
  padding-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}
#about #me p {
  margin: auto;
  width: 60%;
  padding-bottom: 5%;
  padding-top: 3%;
  font-family: Quicksand;
}
#about #me .resume {
  margin: auto;
  width: 30%;
  background-color: white;
  padding: 2%;
  border: 2px solid #22B573;
  color: #22B573;
  font-family: Quicksand;
  font-style: bold;
}
#about #me .resume:hover {
  background-color: #22B573;
  color: white;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
}
#about #me img {
  margin: auto;
  width: 50%;
}

#gifs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  padding-top: 10vh;
  height: 90vh;
  margin: auto;
  width: 100%;
}
#gifs ul {
  text-align: center;
  padding: 3%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#gifs ul li {
  width: 90%;
}
#gifs ul li img {
  text-align: center;
  margin: auto;
  height: 40%;
  padding: .2%;
}
#gifs ul li video {
  text-align: center;
  margin: auto;
  height: 50%;
}

@media (max-width: 768px) {
  nav {
    z-index: 1;
    position: fixed;
    height: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav ul {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav ul li {
    margin: auto;
  }
  nav ul li h1 {
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 24px;
    color: white;
  }
  nav ul li a {
    font-family: 'Roboto Mono', monospace;
  }

  #logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 95vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #logo a {
    margin: auto;
  }
  #logo ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #logo ul h1 {
    margin: auto;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 22px;
  }
  #logo ul h2 {
    margin: auto;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: white;
  }
}
@media (max-width: 500px) {
  nav {
    z-index: 1;
    position: fixed;
    height: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav ul {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav ul li {
    margin: auto;
  }
  nav ul li h1 {
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 24px;
    color: white;
  }
  nav ul li a {
    font-family: 'Roboto Mono', monospace;
  }

  #logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 95vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #logo a {
    margin: auto;
  }
  #logo ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #logo ul h1 {
    margin: auto;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 22px;
  }
  #logo ul h2 {
    margin: auto;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: white;
  }

  .container {
    height: 40%;
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
  }
}

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