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




body {
    background-color: #000;
    font-family: open sans;
    padding-left: 10px;
    padding-right: 10px;
}

.content {
    margin: 9% auto auto;
    text-align: center;
    width: 50%;
}



h1 {
    color: #57575a;
    font-size: 4vmin;
	line-height: 5vmin;
	margin-bottom:10px;
}

h3 {
    color: #57575a;
    font-size: 2vmin;
    font-weight: normal;
}

a {
    color: #57575a;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    height: auto;
    max-width: 494px;
    width: 100%;
}