/*--
Colors
------
Violent Purple : #281529
Cream : #eeebd1
100 Black : #000

--*/

/* Fonts */
.arsenal-regular {
    font-family: "Arsenal", serif;
    font-weight: 400;
    font-style: normal;
}

.arsenal-bold {
    font-family: "Arsenal", serif;
    font-weight: 700;
    font-style: normal;
}

.arsenal-regular-italic {
    font-family: "Arsenal", serif;
    font-weight: 400;
    font-style: italic;
}

.arsenal-bold-italic {
    font-family: "Arsenal", serif;
    font-weight: 700;
    font-style: italic;
}

/* Global */

body {
    background-color: #000;
    color: #fff;
    font-size: 18pt;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-family: "Arsenal", serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-style: italic;
    margin-bottom: 1.6em;
}

hr {
    border-color: #281529;
    margin-bottom: 60px;
}

/* Layout */

header {
    background: #000 url('../images/night-sky-bg.jpg') no-repeat top center;
    height: 369px;
}

header h1 {
    display: none;
}

#main-logo {
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    width: 30%;
    height: auto;
    max-width: 410px;
    min-width: 300px;
    max-height: 400px;
}

#main-logo img {
    width: 100%;
    height: auto;
}

content {
    background: #000 url('../images/am_content_bg.jpg') no-repeat top center;
    min-height: 711px;
    display: block;
}

#container {
    min-width: 300px;
    width: 70%;
    max-width: 800px;
    padding: 8% 6% 2%;
    margin: 0 auto;
    display: block;
}

#container>div {
    margin: 10% auto 8%;
    padding: 4% 6%;
}

footer {
    min-width: 300px;
    width: 60%;
    margin: 0 auto;
    color: #281529;
    text-align: center;
}

/* Coming Soon */

#coming-soon {
    text-align: center;
    margin: 100px auto;
}

#coming-soon img {
    width: 100%;
    max-width: 410px;
}

#coming-soon-blurb {
    border: solid 1px #281529;
    border-left: none;
    border-right: none;
}