body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	background-color: #eceae4;
	margin: 0;
	padding: 0;
}

.container {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0; 
}



/* Navbar */

header {
	background: #35434a;
	color: #ffffff;
	padding-top: 30px;
    min-height: 70px;
    border-bottom: 7px solid #ff5900;
}

header a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}


header li {
	float: left;
	display: inline;
	padding: 0px 20px 0px 20px;
}

header #logo {
	float: left;
}

header #logo h1 {
	margin: 0;
}

header nav {
	float: right;
	margin-top: 10px;
}

header .highlights {
	cursor: pointer;
	font-family: Magneto;
	color: #ff5900;
}

header li .highlights, header .current a {
	color: #ff5900;
}

/* LOGIN */

#cover {
    min-height: 520px;
    background: url(main.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

section input {
	border: 1px solid black;
	outline: none;
	width: 30%;
    margin: 0;
    padding: 15px;
    font-size: 15px;
    -webkit-border-top-left-radius: 10px; 
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#cover h1 {
	margin-top: 100px;
	font-size: 55px;
	margin-bottom: 10px;
}

button {
	border: 1px solid black;
	outline: none;
	width: 15%;
    margin: 0;
    padding: 12px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-border-top-left-radius: 10px; 
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}




/* PICTURES */

img {
	width: 200px;
	height: 200px;
	cursor: pointer;
}

th {
	font-size: 2em;
	background-color: #4b4a47;
	color: #ffffff;
	padding: 20px; 
}

body {
	font-family: sans-serif; 
	font-size: 1em;
	text-align: center;
	background-color:  #eceae4;
}

table {
	background-color: white;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	padding: 40px;
}

/* video */

div#about {
	font-size: 20px;
}

.me {
	background-color: #35434a;
	color: white;
}



footer {
	background-color: #35434a;
	border-top: 7px solid #ff5900;
	color: white;
}


