
body, html {
    height: 100%;
    margin: 0%;
    font-family: 'Bebas Neue', cursive;
    background-color: white;
  }

  .parallax-1 {
    background-image: url('../resources/img/keyboard.jpg');

    min-height: 400px; 

    position: relative;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }


  .parallax-1 h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    margin: auto;
    position: relative;
    left: 500x;
    top: 180px;
    width: 250px;
    height: 32px;
    padding: 10px;
    color: white;
    text-align: center;
 }

 .menu{
   background-color: #111;
 }

 .showcase
 {

   position: relative;
   right: 0;
   width: 100%;
   min-height: 80vh;
   padding: 100px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: #111;
   transition: 0.5s;
   
 }

 .showcase nav {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
 }

 .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showcase video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;


}

 .overlay h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  margin: auto;
  position: relative;
  left: 500x;
  top: 40%;
  width: 250px;
  height: 32px;
  padding: 10px;
  color: white;
  text-align: center;
}

 .section {
   text-align: center;
   position: relative;
   padding: 50px 80px;
 }

 .section.silver {
   background-color: silver;
 }

 .section-projects {
  width:62.5%;
  border-top:1px solid #eee;
  padding:20px 0;
  margin:auto;
}

.pageitem {
  display:table;
  width:100%;
  margin-bottom:15px;
  padding-top:15px;
  text-align:center;
}

.pageitem h1 {
  font-weight:normal;
  color:#555;
  margin:0;
  text-align:left;
}

.pageitem h2 {
  font-size:32px;
  background-color:inherit;
  color:#444;
  margin-top:0;
}

.pageitem p em {
  background-color:inherit;
  color:#444;
  font-size:40px;
  font-style:normal;
  font-weight:100;
}

.pageitem p {
  padding:0 75px;
  margin:0;
  font-size:18px;
  line-height:200%;
}

.pageitem img {
  height: 200px;
  width: 200px;
}

.col {
  display: table-cell;
}


.col ul#sub {
  float:right; 
  padding:0;
  margin:0; 
}

.col ul#sub li {
  display:inline;
  list-style-type: none;
  text-align:right;
}

.col ul#sub li a {
  padding:5px;
  background-color:inherit;
  color:#777;
}

.col ul#sub li a:hover {
  color:#FC436B;
}

  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }

  

  @media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }