@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css");
@import url("//fonts.googleapis.com/css?family=Raleway:100,200");

body {
  margin: 0;
  padding: 0;
  font: 14px arial;
  color: #444;
  overflow-x: hidden;
  background-color: black;
}

h1, h2, h3, h4, h5, h6, nav a  {
  font-family: 'Raleway', sans-serif;
}

#peter {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  font-size: 4.5em;
  color: white;
}
#tagline {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  color: white;
}
#scroll {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  color:rgba(255, 255, 255, 0.4);
  margin: 6% 0 0 0;
}
#down-arrow {
  color: rgba(255, 255, 255, 0.4);
  font-size: 6em;
  margin: 0 0 0 0;
}
#tagline-1, #tagline-2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: white;
  font-size: 2.5em;  
}

#tagline-3, #tagline-4 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: white;
  font-size: 2em;
  margin: 1.5em 0 .5em;
}

.resume-item {
  text-align: center;
  margin: 1em 0 1em;
}

.row {
  padding: 0;
}

#project-description {
  display: none;
}

.project-box {
  padding: 0;
  background-size: 110%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;  
}

.project-box:hover {
  color: rgba(255, 255, 255, 1);
  background-size: 140%;  
}

div.parallaxImg-page {
  background-color: black;
}

.label {
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  color: white;
  padding: 2% 0 4%;
  margin: 5% 0;
}

#project-1 {
  background-image: url("../img/assassins/projects/crimewatchercropped.jpg"); 
  width: 100%;
  height: 18em;
  padding: 0;
}

#project-2 {
  background-image: url("../img/assassins/projects/cornered320x320.jpg");
  width: 100%;
  height: 18em;
  padding: 0;
}

#project-3 {
  background-image: url("../img/assassins/projects/bridgeofdeath320x320.png");
  width: 100%;
  height: 18em;
  padding: 0;
}

#project-4 {
  background-image: url("../img/projects/TimeCard300x300.jpg");
  width: 100%;
  height: 18em;
  padding: 0;
}

#project-5 {
  background-image: url("../img/projects/capoeira300x300.jpg");
  width: 100%;
  height: 18em;
  padding: 0;
}

#project-6 {
  background-image: url("../img/projects/CKC320x320.jpg");
  width: 100%;
  height: 18em;
  background-color: green;
  padding: 0;
}

#project-7 {
  background-image: url("../img/projects/UCR300x300.jpg");
  width: 100%;
  height: 18em;
  background-color: blue;
  padding: 0;
}

#project-8 {
  background-image: url("../img/projects/lissahjohnson300x300.jpg");
  width: 100%;
  height: 18em;
  background-color: yellow;
  padding: 0;
}

#project-9 {
  background-image: url("../img/projects/lissahjohnson300x300.jpg");
  width: 100%;
  height: 18em;
  background-color: yellow;
  padding: 0;
}

#gallery-div {
  width: 110%;
  margin-left: -5%;
}

.gallery {
  height: 20em;
  transform:skew(-10deg,0deg);
  -ms-transform:skew(-10deg,0deg); /* IE 9 */
  -webkit-transform:skew(-10deg,0deg); /* Safari and Chrome */
}

.gallery-label {
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  color: white;
  padding: 2% 0 4%;
  margin: 5% -3.5% 0;
}

#gallery-1 {
  background-size: 100%;  
  background-image: url("../img/gallery/profile-shades.jpg");
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;  
}

#gallery-2 {
  background-image: url("../img/gallery/codeandcoffee.jpg");
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#gallery-3 {
  background-image: url("../img/gallery/profile-starwars.jpg");
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#gallery-1:hover, #gallery-2:hover, #gallery-3:hover {
  background-size: 110%;
}
@media only screen and (max-width: 768px) {
  .gallery {
    transform:skew(0deg,0deg);
    -ms-transform:skew(0deg,0deg); /* IE 9 */
    -webkit-transform:skew(0deg,0deg); /* Safari and Chrome */
  }
  .resume {
    padding: 0;
    margin: 0;
  }
}
.resume-copy {
  margin: 5em;
  font-family: 'Raleway', sans-serif;
}

.fa-times-rectangle:before, .fa-window-close:before {
  font-size: 30px;
  color: white;
}

#project-copy {
  color: white;
  padding-top: 1.5em;
  font-family: 'Raleway', sans-serif;
}

.resume {
  width: 100%;
  color: white;
  background: black;
  font-family: "Raleway";
}

.projects-mover {
	transition: all 2s ease;
	transform: translate(0, 100%);
}

nav {
  background: rgba(0,0,0,0.4);
  text-align: center;
  padding: 1em 0;
  color: #fff;
  font-size: 1.3em;
  margin: 0;
  padding: 0.5em 0;
}
nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 2em;
}
nav a:hover {
  color: #1FE0D4
}
.gallery a:hover {
  text-decoration: none;
  color: gray;
}
#nav-breaker {
  display: none;
}
@media only screen and (max-width: 352px) {
  #nav-breaker {
      display: block;
  }
  #peter {
    padding-top: 0px;
  }
}
section:nth-of-type(1) {
  background: url("../img/assassins/bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1950px;
  text-align: center;
}
article {
  padding: 0 0;
  margin: 0;
  height: 100%
}
section:nth-of-type(1) article:nth-of-type(1) h1 {
  padding-top: 2em
}
a.btn-download-init {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 100
}
a.btn-download-init:hover {
  border: 1px solid #1FE0D4;
  color: #1FE0D4;
  background: rgba(31,224,212,0.1);
}
section:nth-of-type(1) article:nth-of-type(1) h1,
section:nth-of-type(1) article:nth-of-type(1) h3 {
  color: #fff;
  margin: 1em 0 0.5em 0
}
section:nth-of-type(2) article:nth-of-type(1) {
  background: black;
  width: 100%;
  height: 1100px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.video-container {
  position: absolute;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  opacity: 1;
}

.video-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(44,62,80,0.6);
  z-index: 2;
}

.video-container iframe {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  height: 809px;
  margin-top: -87px;
  max-width: 4000px !important;
}

.video-bg {
  width: 100%;
  height: auto;
}
#parallax-img-1 {
  width: 40px;
  height: auto;
}
#parallax-img-2 {
  width: 160px;
  height: auto;
  transform:rotate(-30deg);
  -ms-transform:rotate(-30deg); /* IE 9 */
  -webkit-transform:rotate(-30deg); /* Opera, Chrome, and Safari */
}
#parallax-img-3 {
  width: 50px;
  height: auto;
  transform:rotate(-12deg);
  -ms-transform:rotate(-12deg); /* IE 9 */
  -webkit-transform:rotate(-12deg); /* Opera, Chrome, and Safari */
}
#parallax-img-4 {
  width: 140px;
  height: auto;
  transform:rotate(14deg);
  -ms-transform:rotate(14deg); /* IE 9 */
  -webkit-transform:rotate(14deg); /* Opera, Chrome, and Safari */
}
#parallax-img-5 {
  width: 40px;
  height: auto;
  transform:rotate(14deg);
  -ms-transform:rotate(14deg); /* IE 9 */
  -webkit-transform:rotate(14deg); /* Opera, Chrome, and Safari */
}
#parallax-img-6 {
  width: 80px;
  height: auto;
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}
#parallax-img-7 {
  width: 50px;
  height: auto;
  transform:rotate(-12deg);
  -ms-transform:rotate(-12deg); /* IE 9 */
  -webkit-transform:rotate(-12deg); /* Opera, Chrome, and Safari */
}
#parallax-img-8 {
  width: 150px;
  height: auto;
}

