*{

    padding: 0;
    margin: 0;
    box-sizing:border-box;
    font-family: 'poppins';
}


:root{
    --site-color-01: #3d3d3d;
    --site-color-01-hover: #c77222;
}


@font-face {

    font-family: Rubik;
    src: url(../fonts/Rubik_Vinyl/);
}

body{
    height: 100%;
    background-color: rgb(44, 44, 44);
    
    
}
p{
font-family: 'Times New Roman', Times, serif;
align-self: center;

}


body::after{

    content: url(../img/insta.png)url(../img/insta2.png);
    width: 0;
    height: 0;
    overflow: hidden;
    z-index:-1;
    position:absolute;
}

h1 {

    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

    p {

        font-size: 14px;
        line-height: 18px;
        color: #fff;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
       
    }

a {
    cursor: pointer;
    font-size: 14px;
        line-height: 18px;
        color: #fff;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}







.header-1 {

    

    width:  100%;
    height: 60px;
 
    display: flex;
    justify-content: center;
    background-color: rgba(80, 80, 80, 0.356);
    position: fixed;
    z-index: 1000;
    margin-top: -60px;
    opacity: 50%;
    transition:  0.15s ease-in-out ;
}

.header-1:hover {

opacity: 100%;


    
}







.header-1-nav {
    width: fit-content;
    height: 100%;
    padding-right: 30px;
    display: flex;
}
.header-1-nav ul {
list-style: none;

}
.header-1-nav ul li {
display: inline;
float: left;

    
}
.header-1-nav ul li a {
    padding: 0 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 60px;
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    
}

.header-1-nav ul li a:hover {

    color: #EFBF04
}




.container{

    width: 100%;
    Height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
   align-items: center;
   justify-content: center;
    }


    .content {
        text-align: center;
        margin-bottom: 75px;
    }

   .content img{

    scale: 15%;
   }

 


    .background-clip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* makes video behave like background-size: cover */
  z-index: 0;         /* sends video behind the content */
}

.container {
  position: relative;   /* so .background-clip positions inside it */
  width: 100%;
  height: 100%;        /* full viewport height */
  overflow: hidden;
}
