@charset "UTF-8";

.header {
	height: 100px;
	width: 100%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
 	}

.image {
	display: flex;
	justify-content: space-between;
	margin: 0 0 0 10%;
}

.title {
	display: flex;
	margin: auto;
	font-family: Futura bold, Futura-bold, "Futura bold", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	justify-content: center;
}

.navi {
	width: 100%;
}
nav {
	height: 60px;
}

	nav ul {
		margin: 0; 
		padding: 0px;
		width: 100%;
		list-style-type: none; 
		list-style-image: none; 
		display: flex; 
		flex-direction: row; 
		justify-content: flex-end;
	}

		nav ul li {
			min-width: 100px;
			height: 60px;
			border-right: 2px thick black;
		}

nav ul li:last-child {
	margin: 0 100px 0 0;
}

			nav ul li a {
				height: 60px;
				display: flex;
				width: 100%;
				align-items: center;
				justify-content: center;
				text-decoration: none;
				font-size: 16px;
				border-right: 2px thick black;
				color: black;
				font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;

			}

nav ul li a:hover {
   				color: rgba(182,22,24,1.00);
				}

.bar {
	display: flex;
	height: 5px;
	background-color: rgba(182,22,24,1.00);
	align-self: center;
	margin: 0 100px 0 10%;
}

body {
	background-color: black;
	margin: 0;
	padding: 0;
	height: 100%;
	
	background-image: url("../images/Background.png") ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
	
.paragraph {
    display: flex;
    padding: 15px;
    width: 30%;
    background-color: rgba(255,255,255,0.5);
    margin: 50px 0 0 10%;
    font-size: 14px;
    color: black;
    font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    text-shadow: 0.5px 0.5px rgba(255,255,255,0.9);
	}

.links {
	
	text-align: center;
	padding: 15px;
    width: 200px;
	height: 95px;
    background-color: rgba(255,255,255,0.5);
	margin: 50px 0 0 10%;
    font-size: 14px;
    color: black;
    font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    text-shadow: 0.5px 0.5px rgba(255,255,255,0.9);
	text-decoration: none;
	color: black;
}

.links a {
	text-align: center;
	text-decoration: none;
	color: black;
}
