*{
	margin: 0;
	padding: 0;
}

header {
	position: static;
	margin-top:0px;
	height:50px;
	width:100%;
	background-color:#38618C;
}

@font-face {
	font-family: "raphtalia";
	src: url('../fonts/raphtalia.otf');
}

@font-face {
	font-family: "caviar";
	src: url('../fonts/caviar.ttf');
}

nav {
	font-size: 16px;
	text-align:right;
}

ul#nav {
	list-style:none;
	padding-right:10px;
	padding-top:15px;
	float: right;
	width: 1200px;
}

li.menu {
	color:white;
	display: inline-block;
	padding: 0 40px;
}

li.menu:hover {
	text-decoration: underline;
}

li.welcome {
    color:white;
    display: inline-block;
    padding: 0 40px;
}

p {
	color:white;
	display: inline-block;
	font-family: "Caviar Dreams";
}

@font-face {
	font-family: "Caviar Dreams";
	src: url("../fonts/caviar.ttf");
}

::-webkit-scrollbar {
	width:3px;
}

::-webkit-scrollbar-thumb {
	background-color: black;
}