/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic|Droid+Sans:700);

h1, h2, h3, h4, h5, h6 {
    color: #0e75b5;
    font-family: 'Droid Sans', Arial, sans-serif;
}

h4 {
    margin-top: 1.5em;
}

.page-header {
    margin-bottom: 0em;
}

body {
    font-family: 'Opens Sans', Arial, sans-serif;
    background-color: #efefef;
}

.main-container {
    background-color: #fff;
    padding: 0 1em 1.5em;
    border-radius: 1em;
    box-shadow: 1px 1px 3px #999999;
}

#page-header {
    margin: 0 -1em 1em;
    padding: 2.5em 1.5em;
    background: #32b6fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #32b6fc 0%, #0c6095 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32b6fc), color-stop(100%,#0c6095)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #32b6fc 0%,#0c6095 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #32b6fc 0%,#0c6095 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #32b6fc 0%,#0c6095 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #32b6fc 0%,#0c6095 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b6fc', endColorstr='#0c6095',GradientType=0 ); /* IE6-9 */
    border-radius: 1em;
}

.banner-container {
    border-top: #fff medium double;
    padding-top: 1em;
}
#page-header h1 {
}
#page-header h1 a {
    margin-left: 0.25em;
    margin-top: -0.05em;
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 0 #0c6095;
}
#page-header .logo img {
}
#page-header h1 a:hover, #page-header h1 a:active, #page-header h1 a:focus {
    text-decoration: none;
    border: none;
}
#page-header .lead {
    text-transform: uppercase;
    color: white;
    font-size: 1.5em;
    font-weight: bold; 
    margin-bottom: 0.5em;

}

.powered-by img {
    margin: 0.5em auto;
}

.powered-by p {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1em;
    color: #333333;
    margin-bottom: 1.5em;
}

.hero-unit {
    padding: 20px;
}

.footer {
    margin-top: 1em;
    padding-top: 1em;
}
.region-footer {
    margin: 0;
}


@media (max-width: 1000px) {
    #page-header h1 a {
        font-size: 1.5em;
    } 
    #page-header .logo img {
        width: 50px;
        height: auto;
    }
}

@media (max-width: 500px) {
    #page-header h1 a {
        font-size: 1em;
        margin-top: 0;
        margin-left: 0;
    }
    #page-header .logo img {
        display: none;
    }
    body {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
