/* BASIC STYLING */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300,200);


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    font-size: 10px;
}

body{
    font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6em;
  font-weight: 300;
  color: #555;
  overflow-x: hidden;
}

header{
    background-color: black;
    color: white;
    height: 60px;
    padding: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    z-index: 100;
}

/* PARALLAX SCROLLING STYLES */


 

  .sectionbg1 {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .sectionbg2 {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .sectionbg3 {
    width: 100%;
    height: 100vh;
    position: relative;
  }
 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  
  
  .section1{
    background: transparent;
    background-size: cover;
  z-index: 1;
  padding: 4rem;
  background-repeat: no-repeat;
 background-position: center center;
    margin-top: -80vh;
  }

  .section2{
    background: transparent;
    background-size: cover;
  z-index: 1;
  padding: 4rem;
  background-repeat: no-repeat;
 background-position: center center;

   
  }

  
  .section3{
    background: transparent;
      background-size: cover;
    z-index: 1;
    padding: 4rem;
    background-repeat: no-repeat;
   background-position: center center;
   
}


  .wrapper {
    max-width: 65rem;
    padding: 4rem;
    margin: 0px auto;
    margin-bottom: 10rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    box-shadow:  0px 2px 2px 1px rgba(255, 254, 254, 0.2);
  }
  
  .first-sec{
    background: transparent;
    color: white;
    font-weight: bold;
    box-shadow: none;
  }

  .first-sec p:first-child{
    margin-top: 10rem;
  }

  .first-sec p {
    margin-bottom: 15rem;
    box-shadow:  0px 3px 3px 1px rgba(0, 0, 0, 0.4);
    padding: 8rem;
    font-size: 3rem;
    border-bottom: .5rem solid white;
    line-height: 3rem;
  }

  footer{
    background-color: black;
    padding: 3rem;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-bottom: -3rem;
  }



  @media only screen and (max-width: 600px) {
    :root{
      font-size: 10px;
  }
  
    .first-sec p {
      margin-bottom: 15rem;
      box-shadow:  0px 3px 3px 1px rgba(0, 0, 0, 0.4);
      padding: 4rem;
      padding-top: 8rem;
      padding-bottom: 8rem;
      font-size: 2rem;
      border-bottom: .5rem solid white;
      line-height: 3rem;
    }

    
  .first-sec p:first-child{
    margin-top: 13rem;
    margin-bottom: 60vh;
  }
  }


  @media only screen and (max-width: 670px) {
    :root{
      font-size: 10px;
  }}