/* Styles common accross all files */
@import url('https://fonts.googleapis.com/css?family=Codystar|Roboto|Quicksand');

/* Header and menu */
.header-menu {
	font-family: "Roboto";
	margin-bottom: -55px;
	position: fixed;
    top: 0;
    width: 100%;
	background-color: white;
}

.header-menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0 50px 0 0;
    overflow: hidden;
}

.header-menu li a {
	display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	color: black;
}

.header-menu li {
	float: right;
}

.header-menu a {
	display: block;
}

.header-menu li a:hover {
	background-color: #CBC9DE;
}