html, body {
    height:100%;
    font-family: "Open Sans", sans-serif;
    color: #666;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

h1 {
    text-align: center;
    color: #333;
    padding: 20px 0;
}

a {
    color: #666;
    text-decoration: none;
    transition: all 0.1s ease-out;
}

a:hover {
    text-decoration: underline;
}

.button {
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
}

.button:hover, .button.outline  {
    text-decoration: none;
    background: rgba(160,160,200,0.6);
}

.button.outline:hover {
    background: none;
}


.text-center {
    text-align: center;
}

.only-on-mobiles {
    display: none !important;
}

@media screen and (max-width: 568px) {
    .center-on-mobiles {
        text-align: center !important;
    }
    .hide-on-mobiles {
        display: none !important;
    }
    .only-on-mobiles {
        display: inline-block !important;
    }
}

.heading {
    text-align: left;
    color: #333;
}

.heading hr {
    border: none;
    background: #0f0;
    width:45px;
    height:3px;
    margin: 0;
}

.heading.super {
    text-align: center;
    background: #191028;
    padding: 40px 0;
    margin-bottom: 40px;
}

.heading.super > * {
    color: #ddd;
    margin:0 auto;
}

.heading.super hr {
    background-color: #ddd;
}


#header {
    background: #191028;
    padding: 30px 0;
}

#header .logo-small {
}

#header .logo-large {
}


.important-links {
    float: right;
    margin-top: 10px;
    font-weight: bold;
}

.important-links li {
    display: inline;
}

.important-links li:not(:first-child):before {
    content: "•";
    padding-right: 4px;
    color: #00ff00;
}

.important-links a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #eeeeee;
}


#contact {
    background: #191028;
}

#contact .contact-form {
    clear: both;
    text-align: center;

}

#contact .contact-form input, .contact-form textarea {
    width: 100%;
    margin: 10px 0 20px 0;
    padding:10px;
    border: 1px solid black;
    /*border-radius: 10px;*/
}



#footer {
    padding-top: 40px;
    background: #191028;
    text-align: left;
}

#footer ul {
    padding: 0;
}

#footer li {
    list-style-type: none;
    padding: 0 0 4px 4px;
}

#footer .brand {
    margin: 20px 0;
}