@charset "utf-8";
/* CSS Document */


/*CSS style for navigation and logo*/	
	
	header{
		padding-top:0 !important;
		background-color:white !important;
		box-shadow: 10px 10px 12px 3px lightblue !important;
		
	}
	
	
	a {
  		text-decoration: none !important;
  		color: rgba(0, 0, 0, 0.8) !important;
  		margin: 0 20px !important;
	  }
	
	nav {
  		display: flex !important;
  		width: 100% !important;
  		height: 10% !important;
  		align-items: center !important;
  		justify-content: center !important;
		font-size: 16px;
		
	}
	
	.logo {
		
		color:white !important;
		padding: 5px !important;
		padding-left: 5px !important;
		max-width: 70% !important;
		height: auto;
	}

	
	

