@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=El+Messiri:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200;500&display=swap');

body{

    background-color: rgb(251, 242, 235);
    font-family: 'Aboreto', cursive;
    
}

/* Header */

header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.439) ;
    margin: -11px -8px;
    background-color: black;
    box-shadow: 1px 3px 37px 0px rgba(0, 0, 0, 0.79); 
    position: fixed;
    width: 100%;
    z-index: 1;
}

.logo img{

    width: 100px;
    height: 100px;
    padding: 0px 70px;
    margin: 20px 0 ;

}

.max-width a{

    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    
    

}

.max{

    float: right;
    margin: -80px 10% 0px 0px;

}

.max-width{

    display: inline;
}

.container-menu {
    display: inline-block;
    cursor: pointer;
    display: none;
    
}
  
.bar {
    height: 5px;
    background-color: rgb(241, 241, 241);
    margin: 6px 0;
    transition: 0.4s;
}

.bar1{

    width: 35px;
}

.bar2{

    width: 25px;
    margin-left: 5px;
}
  
.change .bar1 {
    transform: translate(4px, 1px) rotate(-45deg);
    
}
  
.change .bar2 {
    transform: translate(0, -11px) rotate(45deg);
    width: 35px;
}

/* Sections */

h2{
    text-align: center;
}
.container1{

    padding: 200px 0;
}
.container{

    padding: 100px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center; 

}

.personality{
    padding: 0 20px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.personality p{

    font-family: 'Fahkwang', sans-serif;
    font-weight: 200;


}

.no-border{

    border: none;
}

.about{

    padding: 0 60px;

    border-right: 1px solid rgba(0, 0, 0, 0.479);


}

.about h3{

    width: 100px;
    padding: 50% 0;
}

.content{

    padding: 0 70px ;
    font-family: 'Fahkwang', sans-serif;
    font-weight: 200;
   
}

/* Footer */
footer{

    background-color: black;
    margin: 0px 0px -8px 0px ;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-weight: 200;
    
}
.footerBox{

    bottom: 10px ;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 50px;


}

.logo-footer img{

    width: 100px;
    
}

a{

    text-decoration: none;
    color: #fff;

}

.social_media div{

    display: block;
    padding: 10px 0;
    
}

.social_title{

    text-align: center;
    opacity: 0.5;
    font-size: 100%;
}

.social_link{

    font-family: 'Fahkwang', sans-serif;
    padding: 0 10px;
}


.email div{

    display: block;
    padding: 10px 0;
}

@media (max-width: 1000px) {

    .container-menu{

        display: inline;

    }

    .links-inline{

        display: none;

    }

    .links-block{

        display: inline;

    }

    .min{

        display: block;
          
    }
    .min-screen {

        display: block;
        margin: -60px 0px 0px -135px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        padding: 20px 40px 100px 40px;
        position: fixed;
        z-index: 2;
      
    }

    .min-width{

        display:block;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.439) ;
        
    }
    .min-width a{

        color: black;
    }

    .footerBox{

        flex-direction: column;
    } 

    .social_title{
            
        text-align: left;

    }

}




 
