<<<<<<< HEAD
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui;
  
}


.container{
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    padding: 0, 5%;
    justify-content: center;
    color: black;
 
    
}

/*Video*/
.bgrndVid{
    position: absolute;
    right: 0;
    bottom:0;
    z-index: -1;
    background-position: center;
   
}


@media (max-aspect-ratio: 16/9){
    .bgrndVid{
        width: auto;
        height: 100%;
    }

}

/*Title and Play Button*/
.content{
    text-align: center;
}

.content h1{
    font-size: 160px;
    color:aliceblue;
    font-weight:200;
    
}
.content a i{
    text-decoration: none;
    display: inline-block;
    color: aliceblue;
   

}
.content a i:hover{
  scale: 1.05;
  color:rgb(168, 198, 238);
}
.content a i:active{
  scale: .95;
  
}

@media (max-width: 760px) {
  .content h1{
    color: aliceblue;
    font-size: 30px;
    position: fixed;
    top: 20px;
    left: 20px;

  }
  .content a i {
    font-size: 100px !important;

}
}


/*Socials*/
.socials {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px

    
  }
  
.social-icon {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    transition: all 0.5s;
}
  
  .social-icon-no-border {
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-border-radius: 138px;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    text-align: center;
    transition: all 0.5s;
  }
  
  .social-icon:hover {
    transform: rotate(360deg)scale(1.3);
  }
  
  .social-icon-no-border:hover {
    transform: rotate(360deg)scale(1.3);
  }
  
  
  /* Facebook Button Styling */
  
  .facebook {
    font-size: 22px;
    color: #ffffff;
  }
  
  .twitter {
    font-size: 22px;
    color: #ffffff;
  }
  
  
  .youtube {
    font-size: 22px;
    color: #ffffff;
    
  }
  
  .instagram {
    font-size: 22px;
    color: #ffffff;
  }

=======
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui;
  
}


.container{
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    padding: 0, 5%;
    justify-content: center;
    color: black;
 
    
}

/*Video*/
.bgrndVid{
    position: absolute;
    right: 0;
    bottom:0;
    z-index: -1;
    background-position: center;
   
}


@media (max-aspect-ratio: 16/9){
    .bgrndVid{
        width: auto;
        height: 100%;
    }

}

/*Title and Play Button*/
.content{
    text-align: center;
}

.content h1{
    font-size: 160px;
    color:aliceblue;
    font-weight:200;
    
}
.content a i{
    text-decoration: none;
    display: inline-block;
    color: aliceblue;
   

}
.content a i:hover{
  scale: 1.05;
  color:rgb(168, 198, 238);
}
.content a i:active{
  scale: .95;
  
}

@media (max-width: 760px) {
  .content h1{
    color: aliceblue;
    font-size: 30px;
    position: fixed;
    top: 20px;
    left: 20px;

  }
  .content a i {
    font-size: 100px !important;

}
}


/*Socials*/
.socials {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px

    
  }
  
.social-icon {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    transition: all 0.5s;
}
  
  .social-icon-no-border {
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-border-radius: 138px;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    text-align: center;
    transition: all 0.5s;
  }
  
  .social-icon:hover {
    transform: rotate(360deg)scale(1.3);
  }
  
  .social-icon-no-border:hover {
    transform: rotate(360deg)scale(1.3);
  }
  
  
  /* Facebook Button Styling */
  
  .facebook {
    font-size: 22px;
    color: #ffffff;
  }
  
  .twitter {
    font-size: 22px;
    color: #ffffff;
  }
  
  
  .youtube {
    font-size: 22px;
    color: #ffffff;
    
  }
  
  .instagram {
    font-size: 22px;
    color: #ffffff;
  }

>>>>>>> 29815c09135fbeb68e5b1de69681e5e3d89e6a70
  