body {
    color: white;
    text-align: left;

    background-color: #19334d;
}
header{
    text-align: center;
    margin-right: 100px;
    margin-left: 100px;
	height: 100px;
	line-height: 100px;
    /*border: solid gold 5px;*/
    background-image: url("sunset1.png");
}
h1 {
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    background-color: none;
    background-repeat: no-repeat;
}
nav {
    text-align: center;
    border: solid #AA0000 /*603D24*/ 8px;
    padding-top: 10px;
	padding-bottom: 13px;
    margin-right: 100px;
    margin-left: 100px;
    background-color: white/*#C19F87*/;
    list-style-type: none;
    font-size: 1.25em;
}

.center {
    margin: auto;
    width: 50%;
    border: solid gold 2px;
    padding: 10px;
}
/*.button {
    text-align: center;
    border: solid #ec1313 8px;
    background-color: #ec1313;
    color: white;
}*/
a:link {
	font-family: 'Josefin Sans', sans-serif;
	padding: 4px 3px 4px 3px;
    text-align: center;
    border: solid #23496E 5px;
	border-radius: 8px;
    background-color: #23496E;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
	font-family: 'Josefin Sans', sans-serif;
	padding: 4px 3px 4px 3px;
    text-align: center;
    border: solid #23496E 5px;
    background-color: #23496E;
    color: white;
}
a:hover {
    border: solid #f27b27 5px;
    background-image: radial-gradient(#fcb15e, #f27b27);
    color: white;
}
::selection {
    background-color: #B1911A;
}
::-moz-selection {
    background-color: #B1911A;
}
.content {
    margin: 25px 100px 30px 100px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125em;
}
