@charset "utf-8";
/* CSS Document */

.menu_items {
	font-family: Goudy Old Style; 
	font-size: 35px;
	margin: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(216, 198, 184, 0.8);
	text-align: center;
	width: 1280px;
	position: fixed;
	top: 0px;
    left:43px;}

.menu_items li {
	display: inline-block;  
	float: center;}

.menu_items li a {
	text-decoration: none;
	color: #CF1C44;
	padding: 40px;}

.menu_items li a:hover {
	background-color: rgba(11, 148, 70, 0.6);}

  p{
        font-family:  Goudy Old Style;
        font-size:25px;
        color: #d8c6b8;} 

body{
        width: 1280px;
        margin-top:  43px;
        margin-left: 43px;
        }
   
    div{
        min-height: 580px;
        width: 1280px;
        background-color: #5f1312;
        position: absolute;} 
    