*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    box-sizing: border-box;
  }
  ul{
    list-style-type: none;
  }
  a{
    font-size: 18px;
  }
  p{
    font-size: 15px;
  }
  body {
    background-color: #99ddff;
  }
  h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .wrapHead{
    width: 98%;
    margin-top: 10px;
    margin-bottom:0;
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in-out 0.5s;
  }
  .wrapHead.fixed-to-top{
    width: 98%;
  }
  header{
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    padding: 10px 0;
    z-index: 1;
    transition: all ease-in-out 0.5s;
  }
  header:after{
    content: "";
    display: block;
    clear: both;
  }
  header.fixed-to-top{
    background: rgba(50, 50, 50, 0.5);
  }
  #brand{
    color: #ccc;
    float: left;
  }
  #brand h1{
    letter-spacing: 10px;
    text-shadow: 2px 2px 5px #111;
  }
  nav{
    float: right;
    margin-top: 10px;
  }
  nav li{
    display: inline-block;
    margin: 0 4px;
  }
  nav li a{
    padding: 10px 0;
    text-decoration: none;
    color: #e1e1e1;
    transition: all ease-in-out 0.5s;
  }
  nav li a:hover{
    color: #bbb;
  }
  section{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    margin-bottom: -250px;
  }
  section h2{

    align-content: center;
    text-transform: capitalize;
    text-align: center;
    font-size: 50px;
    text-shadow: 4px 4px 2px rgba(112, 112, 112, 0.6);
  }
  section h4{

    align-content: center;
    text-transform: capitalize;
    text-align: left;
    font-size: 18px;
    text-shadow: 4px 4px 1px rgba(0,0,0, 0.2);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
  }
  section h5 {
    padding-left: 4px;
    font-size: 12px;
  }
  section p{
    align-content: center;
    text-transform: capitalize;
    text-emphasis: none;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding-top: 35px;
    padding-left: 18%;
    padding-right: 18%;

  }

  img {
    height: 90%;
    width: 90%;
  }
  video {
    margin-top: -30px;
  }
  #Home{
    color: #fff;
  }
  #About{
    color: #fff;
  }
  #Documentation{
    color: #fff;
    padding-bottom: 550px;
    margin-bottom: -300px;
  }
  #Biography{
    color: #000;
    margin-top: -250px;
    margin-bottom: -350px;
  }
  #Gallery{
    padding-bottom: 700px;
    margin-bottom: -750px;
  }
  #Credits{
    height: 5%;
    padding: 20px 0;
    background-color: #000;
    color: rgb(177, 177, 177);
    border-top: 1px solid #fff;
  }
  #button {
    display: inline-block;
    background-color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 100%;
    z-index: 1000;
    border: 1px solid #fff;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    opacity: 100%;

  }
  #button:active {
    background-color: #FA5632;
  }
  .parallax-slide {
    position: relative;
    height: 100vh;
  }
  
  .parallax-clip {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;

  }
  
  .fixed-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;

  }


  .fixed-parallax:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
  }

  @media screen and (min-width: 1600px) {
    .mobileapp {
      margin-left: 105px;
      margin-top: 10px;
      padding-top: 140px;
      width: 80%;
      transition: all ease-in-out 0.5s;
    }
  }

  @media screen and (max-width: 1600px) {
    .mobileapp {
      margin-left: 155px;
      padding-top: 20px;
      margin-top: 100px;
      width: 100%;
      transition: all ease-in-out 0.5s;
    }
  }
  .introcontainer {
    padding-top: 10px;
    margin-left: 25%;
    margin-right: 25%;

    background-color: #fff;
    opacity: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .homesection {
    margin-top: -15px;
    margin-left: 220px;
  }
  .h4tab {
    margin-top: 50px;
    margin-left: 30px;
  }
  .leftalign {
    padding: 5%;
  }
  .title {
    color: #111;
  }
  .col-center {
    float: none;
    padding-top: 30px;
    margin: 0 auto;
  }

  .biocard {
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .galcontainer {
    padding-top: 10px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    background-color: rgb(31, 31, 31, 0.7);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .container {
    padding-bottom: 20px;
  }
  .subcontainer {
    padding: 0 16px;
  }
  .grptitle {
    color: #757575;
  }
  .subcontainer::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  h3 {
    overflow: hidden;
    align-content: center;
    text-transform: capitalize;
    text-align: center;

    text-shadow: 1px 1px 3px rgba(255,255,255, 1);
    margin-top: -220px;
  }
  h3:before,h3::after{
    background-color: #5D5D5D;
    content: "";
    display: inline-block;
    height: 0.5px;
    position: relative;
    vertical-align: middle;
    width: 14%;
  }
  h3:before {
    right: 0.5em;
    margin-left: -50%;
   }
  h3:after {
    left: 0.5em;
    margin-right: -50%;
   }
  
