@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: majesti;
    src: url(../media/Majesti-Banner/Majesti-Banner-BookItalic.otf);
}

#container{
	width:760px; 
	margin:auto; 
	background-color:rgb(215, 228, 194);
	min-height:800px;
	font-family:majesti;
}
#logo{
	background-color:white; 
	margin:auto;
}

body{
	background-color: rgb(255, 255, 255);
}

html{
	background-color:rgb(255,255,255);
}

p{
    padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:rgb(190, 30, 45)
}
.nav {
	display:flex;
}
.nav a{
		flex-grow:1;
		background-color: rgb(213, 162, 141);
		color:rgb(190, 30, 45);
		text-align:center;
		padding:5px;
		border:1px solid rgb(215, 228, 194);
}

nav a:hover{
	background-color:rgb(190, 30, 45);
	color:rgb(215, 228, 194);
}

table#menutable{
	float:center;
	color: rgb(190, 30, 45);
	text-align: left;
	width: 370px;
	background-color:rgb(215, 228, 194);
}
