/*@font-face {
    font-family: stickynotes;
    src: url("fonts/PumpkinCheesecake.otf");
}*/
/*importing fonts*/
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');





body{
    background-color: #202023;
    
}
/* header as a div */
.header{
    margin: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position:fixed;
    position:absolute;
    font-family: sans-serif;
}

.header ul{
    text-align: left;
    
}

.header ul li{
    list-style: none;
    display: inline-block;
    
}

.header ul li a{
    display: block;
    text-decoration: none;
    color: seashell;
    padding-top: 1.5vmin;
    padding-bottom: 1.5vmin;
    padding-right: 3.0vmin;
    transition: all ease 0.5s;
}

.header ul li a:hover{
    color: #81E6D9;

}

/*.header ul li a:active{
    
    

}*/

.name-header{
    font-size: 3.5vmin;
    position: relative;
    font-weight: bold;
    margin-left: 2vmin;
    
}

.navigation-header{
    font-size: 2.5vmin;
}

.logo-header{
    
    float: left;
    width: 6vmin;
    height: 6vmin;
    background: #555;
    
    
}
/* content of the Website*/
.content{
    margin-top: 20vmin;
    margin-left: 32%;
    margin-right: 32%;
}

.content-button{
    font-family: 'Mochiy Pop P One', sans-serif;
    text-align: center;
    background-color: #313134;
    color: white;
    font-size: 2vmin;
    padding: 2vmin;
    border-radius: 15px;
}

.content-name{
    color: white;
    font-size: 4vmin;
    font-family: sans-serif;
}
.content-p{
    color: white;
    font-size: 2.2vmin;
    font-family: 'Ubuntu', sans-serif;
    
}

.content-btn{
    color: black;
    background-color: #81E6D9;
    border: none;
    text-align: center;
    font-weight: 530;
    font-size: 2vmin;
    border-radius: 7px;
    vertical-align: middle;
    padding: 1vmin;
    font-family: 'Mochiy Pop P One', sans-serif;
}
.content-btn:active{
    border: powderblue;
}

.content-h2{
    color: white;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #525252;
    text-decoration-thickness: 0.5vmin;
    font-family: sans-serif;
    font-size: 3vmin;
}

/*social media buttons*/



a, a:hover {
	
	text-decoration: none;
	
}

.socialbtnsbtnsbtns, .socialbtnsbtnsbtns ul, .socialbtnsbtnsbtns li {
	
	padding: 2vmin;
    
}

.socialbtnsbtnsbtns li {
    list-style: none outside none;
    
}

.socialbtns li {
    list-style: none outside none;
   
}

.socialbtns .fa {
	color: #81E6D9;
    letter-spacing: 0.2vmin;
    padding-left: 0;
    padding: 2vmin;
    font-size: 2.5vmin;
    
    
}

.socialbtns .fa:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: mediumvioletred;
    text-decoration-thickness: 3px;
    background-color: rgba(87, 143, 137, 0.404);
    border-radius: 15px;
	
}

/* works */

.content-img{
    width: 400px;
    border-radius: 15px;
}

h4 {
    font-family: 'Ubuntu', sans-serif;
    color: white;
}

.p-works {
    color: white;
    font-family: 'Ubuntu', sans-serif;

}
