@import url("../../css/rooney_sans/font.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Yanone+Kaffeesatz');

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin:0;
}

body {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -80px; /* This must be equal to the footer and footerspace height. */
}

a {
    color: #a11bc6;
    text-decoration: none;
}

img {
    max-width: 100%;
}

header {
    font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    background-color: #bc9eed;
    padding: 5px 10px 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    bottom: 5px;
}

.banner {
    height: auto;
    width: auto;
    background-color: #000;
    /* background-image: url(bannerbg.jpg); */
    background-size: 100%;
    overflow: hidden;
}

.container {
    max-width: 960px;
    margin: auto;
}

strong {
    font-weight: bold;
}

#content {
    font-family: "Rooney Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    width: 90%;
    margin: 10px auto 20px;
    line-height: 1.3em;
}

#content img {
    max-height: 300px;
    margin: 20px auto 10px;
    display: block;
}

.option {
    width: 60%;
    padding: 15px;
    border-radius: 5px;
    background-color: #dacaf3;
    display: block;
    margin: 10px auto;
    cursor: pointer;
    position: relative;
}

.purpletxt {
    color: #a11bc6;
    font-weight: bold;
    margin: 8px;
}

.disclaimer {
    border-radius:0.6em;
    padding:0.5em;
    background-color: #7f1313;
    color:#FFFFFF;
    font-family:Trebuchet MS, sans-serif;
    font-size:22px;
    line-height:1.1em;
    margin: 8px 10%;
}

.disclaimer a:link, .disclaimer a:visited, .disclaimer a:hover, .disclaimer a:active {
    color:#FFFFFF;
    text-decoration:underline;
}

.disclaimer a:hover, .disclaimer a:active {
    text-decoration:none;
}

footer,
.footerspace {
    height: 80px;
}

footer {
    padding: 8px;
    font-size: .7em;
    overflow: hidden;
    background-color: #bc9eed;
}