@charset "UTF-8";
/* CSS Document */

			
#container {
background-image: url("../images/bkg.png");
background-repeat: no-repeat;
background-color: black;
margin-left: auto;
margin-right: auto;
height: 1080px;
width: 1900px;
	
}
			
img {
display: block;
margin-left: auto;
margin-right: auto;
display: block;
			
}

			
			
#logo-holder {
				
align-items: center;
position: fixed;
top: 40%;
bottom: 50%;
width: 100%;
height: 100%;
				
}

.btn {
border: 2px solid black;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
border-radius: 35px;
box-shadow: 0px;
}

/* white btn */
.work {
border-color: white;
color: white;
background-color: transparent;
	outline:none;
		 
}
			
			
a:active {
border: none;
outline: none;
scroll-behavior: smooth;
}

a:visted {
box-shadow: none;
border: none;
outline: none;
	
}



.work:hover {
background-color: gray;
border-color: white;
color: white;
box-shadow: 0px;
	outline: none;
}

	
a: link {
outline: none;	
	
}

a: mouse off link {
	outline: none;
	border: none;
	
}

a: mouse over link {
	box-shadow: none;
	border: none;
	outline: none;
}

#center{
align-items: center;
position: fixed;
top: 60%;
left: 50%;
bottom: 40%;
margin: 0;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
				
			}
		