body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 22px;
    
  }

body{
  background-color:#ffbf1f;
}

  .parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh; /* Adjust height as needed for the desired effect */
    background-image: url('media/Mobile_Bgrd.jpg');
    background-size: contain; /* Ensures the entire background image fits within the layer */
    background-repeat: no-repeat;
    background-position: top; 
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
  }
  
  .parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Adjusted width to cover the entire viewport */
    height: 1900px;
    
    background-size:contain; /* Esures the entire background image fits within the layer */
    background-repeat: no-repeat;
    background-position: top; /* Align the top of the image with the top of the layer */
    display: none;
  }

  .layer-1 {
    z-index: 1;
    background-image: url('media/Frontpage_Lv01.png');
    
    
  }
  .layer-2 {
    z-index: 2;
    background-image: url('media/Frontpage_Lv02.png');
    
    
  }
  .layer-3 {
    z-index: 3;
    background-image: url('media/Frontpage_Lv03.png');
    pointer-events: none;
    
    
  }
  .content-container {
    z-index: 4;
    position: absolute;
    top: 200vw;
    width: 100%;
    color: #000000;
  
    
  }
  .text-wrapper{
    position: relative;
    padding: 100px 10% 0px 10%;
    
  }

.text-wrapper h1{
  font-size: 1.8em;
  line-height: 0.2;

}
.text-wrapper hr{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 4px solid #000000;
}

  .video-wrapper {
    margin-top: 80px;
    position:relative;
    background-color:  #e85243;
    width: 100vw;
    height:74vw;   
  }

  .video-wrapper h2{
    position:absolute;
    left: 0;
    font-size:larger;
    top: -6vh;
    
  }

  .youtube-player {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 80%;
    left: 10%;
    height: 62%;
  }


  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
  }

  .youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
    cursor: pointer;
  }

  .footer_01 {
    position: relative;
    width: 100%;
    height:700px;
    background-color: #fea1c3;
    display: flex;
    flex-direction: column; 
  }
  .footer_01 hr{
    left:10%;
    width: 80%;
    margin-top: 20Px;
    border: 3px solid #000000;
  }

  .footer_01 a{
    flex: 1;
    align-self: center;
    padding:0px;
    margin: 0px;
    color: #000000;
    text-decoration: none; 
    transition: color 0.2s;  
   }

  .column-container{
    padding-top: 20px;
    position: relative;
    width: 80%;
    left:10%;
    right:10%;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
  }

  .contact-form {
    position: relative; 
  }
  

  .column-left {
    flex: 1;
    position: relative;
    display: none
  }
  
  .column-right {
    flex: 1;
    position: relative;
    
    
  }
  .separator {
    width: 3px;
    background-color: black;
    margin: 20px;
    height: 420px;
    display: none;
  }

 
  .contact-form h2 {
    margin-bottom: 20px;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 5px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-style: hidden;
    background-color: #ffbf1f;
    resize: none; 
  }
  
  .contact-form button {
    float: right;    
    margin-top: 18px;
    padding: 10px 10px;
    display:block;
    background-color: #2d88bb;  
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    
    
  }
  
  .contact-form button:hover {
    background-color:#e85243;
  }

  .column-left img {
    width: 200px; /* Make image responsive */
    object-fit: contain;
    position: absolute;
    left: 0px;
    bottom: 10px;
 
  }

  .footer_02{
    display: flex;
    margin-top: 60px;
    position: relative;
    width: 100%;
    height: 200px;
    align-items: baseline;
    align-items: center;
    background-color:#e85243;  

  }
  .ft02_wrapper{
    display: flex;
    flex-direction: row; 
    position: relative;
    left: 10%;
    width: 80%;
    height: 160px;
    align-items: baseline;
    align-items: center;
    
  }
  .left_divider{
    flex:1;
    display: flex;
  
  }
  .right_divider{
    flex:1;
    display: flex;
  }
  .right_divider .socialmedia{ 
    position: relative;
  }

  .right_divider h2{
    display: none;
  }

  .left_divider p{
    font-size: 0.8em;
    line-height: 0.8;
    color:#ffbf1f;
  }

  .left_divider .copyright {  
    width: 300px;
    display: none;
  }

  .ft02_logo{
    position: relative;
    width: 160px;
    float:left; 
    
  }
  .socialmedia img{
    float: right;
    margin: 5px;
    height: 40px;
    width:40px;
    filter: brightness(100%);
    transition: filter 0.2s;   
  }

  .socialmedia img:hover {
    filter: brightness(0%);
  }

  .footer_02 a:hover {
    color:  #2d88bb;
  }

  .footer_03{
    position: relative;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    background-color:#ffbf1f  
  }
  .ft03_wrapper{
    display: flex;
    flex-direction: row; 
    position: relative;
    left:10%;
    width:80%;
    height: 160px;
  
    align-items: center;
   
    
  }

  .footer_03 h2{
    
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
   
  }
  .footer_03 .copyright{
    font-size: 0.6em;
    line-height: 0.8;
    color:black;
    width:160px;
  
  }
  .footer_03 h2:hover{
    color:#e85243;
  }

  .footer_03 .logo{
    position: absolute;
    width: 160px;
    left: 10%;
    top: 20px;
    display: none;
  }


  @media only screen and (min-width: 900px) {
    .parallax-container {
      background-image:none;
    }

    .parallax-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; 
      height: 1900px;
      display: flex;
    }
    .content-container {
      top: 50vw;          
    }
    .text-wrapper{
      padding-left: 10%;
      padding-right:0%;
      width: 50%;
    }
    .video-wrapper {
      height:52vw;   
    }
    .footer_03 .copyright{
      width: 300px;
     
    }
 
  }
  
  @media only screen and (min-width: 1200px) {
    .content-container {
      top: 42vw;          
    }
    .text-wrapper{  
      padding-left: 15%;
      padding-right:0%;
      width: 40%;
    }
    .video-wrapper {
      height:50vw;   
    }
    .youtube-player {
      width: 70%;
      left: 15%;
      height: 79%;
    }
    .column-container{
      width: 70%;
      left:15%;
      right:15%;
    }
    .column-left {
      display: unset;
    }

    .separator {
      display: unset;
    }

    .footer_03{
      display: none;
    }
    .footer_02{
      display: flex;
      height: 240px;
  
    }
    .ft02_wrapper{
      left:15%;
      width: 70%;
      height: 240px;
      display: flex;
    } 
    .footer_02 h2{
      flex:1; 
      display: unset;
      color: #ffbf1f;
      
    }
    .footer_02 h2:hover{
      color: #000000; 
    }
    .ft02_logo{
      display: none;
    }
    .left_divider .copyright {
      display: unset;
      position: relative;
      top:10px;
      width: 380px;
     
    }
  }


  @media only screen and (min-width: 1600px) {

    .parallax-container {
      height: 200vh; 
    }

    .parallax-layer {
      background-size:cover;
      height: 2400px;
    }
    .content-container {
      top: 55vw;          
    }
    .text-wrapper{  
      padding-left: 15%;
      padding-right:0%;
      width: 30%;
    }
    .video-wrapper {
      height:50vw;   
    }

    .video-wrapper h2{
      position:absolute;
      left: 0;
      font-size:larger;
      top: -12vh;
      
    }
    .youtube-player {
      width: 70%;
      left: 15%;
      height:68%;
    }
    .column-container{
      width: 60%;
      left:20%;
      right:20%;
    }
    .footer_02{
      height:300px;
    }

    
    .ft02_wrapper{
      left:20%;
      width: 60%;
      height: 300px;
    }


  }
 
  
 
