
body {
	background-color: #685F50;
	margin: 0px;
	}

.navbar {
    background-color: #393221;
    }

.button {
    margin: 0px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" serif;
    font-size: 19px;
	font-weight: bold;
    padding: 10px 16px;
	text-align: left;
	display: inline-block;
    width: 160px;
    background-color: #CFDF3A;
    color: #393221;
    cursor: pointer;
	}

.button a {
	display: inline-block;
	width: 160px;
	}

.button:hover {
    background-color: #869217;
	}

.button a {
    color: #393221;
    text-decoration: none;
	}

.dropdown {
    display: inline-block;
	}

.submenu {
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" sans-serif;
	font-size: 16px;
    text-align: left;
	display: none;
    position: absolute;
    background-color: #393221;
    box-shadow: 0px 0px 16px 0px rgba(207,223,58,1);
	}

.submenu a {
    width: 160px;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	}

.submenu a:hover {
	background-color: white;
	color: #393221;
	}

h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" serif;
	color: #CFDF3A;
	}

p {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" sans-serif;
	font-size: 19px;
	color: #fff;
	}

img {
	display: block;
	margin: 20px auto;
	}

a {
	color: #CFDF3A;
	}