@charset "utf-8";
/* CSS Document */

body  {
    background-color: black;
	background-size: 100%;
	background-repeat: no-repeat;
}
	
	 .nav li{
                
                display:inline-block;
				text-align:center;
		 padding-left: 130px;
        		padding-top: 0px;
	alignment-baseline: center;
				margin-left: 0px;
				margin-right: 0px;
		 font-family: klinic slab;
                font-size: 150%;
		    
            }
            
            .menu_items li a {
                
                text-decoration: none;
            }
	a:link, a:visited { 
    color: white;
    text-decoration: none;
    	}
	a:link:active, a:visited:active
		{ 
    color: white;
}
	.menu_items{
    
                font-family: klinic slab;
                font-size: 200%;
		align-items:center;
		margin-left:0px;
		margin-right:0px;
		top: auto;
		right:auto;
            }
	.menu_items2{
    
        align-items:center;
		margin-left:0px;
		margin-right:0px;
		top: auto;
		right:auto;
            }
       
            .menu_items li {
                
                display:block;
				font-color: white;
				font: klinic slab;
				text-align:center;
        		padding-top: 0px;
				margin-left: 0px;
				margin-right: 0px;
				padding-bottom: 15px;
		    
            }

		 .menu_items2 li {
                
display: inline-block;
justify-content: center;
padding-top: 0px;
padding-right: 20px;
margin-left: 0px;
margin-right: 0px;  
            }
		
		.flex-center {
  display: flex;
  justify-content: center;
		}
            
		
            .menu_items li a {
                
                text-decoration: none;
            }
	.center {
    display:block;
	margin-left: auto;
    margin-right: auto;
		padding: 10px;
		}
		.center2 {
    display:inline-block;
	margin-left: auto;
    margin-right: auto;
		padding: 10px;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
	img2 {
    border-radius: 50%;
}
