/*
Karl Glasgow
code@keg4.com
KEG4 Consortium / Axio Design
*/

body {
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 1.5em;
}
a {
    outline: none;
    text-decoration: none;
}
a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none !important;
}
img {
    display: block;
    border: none;
}
img.align-left {
    float: left;
    margin: 5px 15px 5px 0;
}
img.align-none {
    float: none;
    margin: 5px 0 15px 0;
}
img.align-center {
    float: none;
    margin: 5px auto 15px auto;
}
p {
    margin: 0 0 1.5em 0;
}

.container {
    max-width: 1300px;
}

.section {
    padding: 30px 0;
    overflow: hidden;
}

.section h1 {
    font-family: 'Droid Serif', serif;
    font-size: 3.4rem;
    font-weight: normal;
    text-transform: uppercase;
}

#header {
    background-image: url('../images/bkgrd_header_1300w978h.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 8%;
    padding-bottom: 20px;
    overflow: hidden;
}
#header img.logo {
    margin: 0 auto;
    width: 100%;
}
#header p {
    margin: 30px auto;
    max-width: 600px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.9rem;
    line-height: 1.5em;
    font-weight: normal;
}

#menu {
    background: #0068b3;
    padding: 15px 0;
    z-index: 1000;
}
#menu .container {
    position: relative;
}
#menu nav a,
#menu nav a:visited {
    display: inline-block;
    margin: 0 5px;
    font-family: 'Droid Serif', serif;
    color: #FFFFFF;
    font-size: 2.2rem;
    line-height: 2em;
    font-weight: bold;
    text-transform: uppercase;
}
#menu nav a:hover,
#menu nav a:active {
    color: #FFFFFF;
    text-decoration: none;
}
#menu #menu-logo {
    display: none;
}
#menu nav .option-about {
    text-align: right;
}
#menu nav .option-contact {
    padding-left: 0;
    text-align: left;
}
#menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#menu.sticky #menu-logo {
    display: block;
    position: absolute;
    top: 2px;
    left: 15px;
}

#home {
    background: #0068b3;
    padding-top: 0;
}
#home .container-fluid {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
}
#home img {
    margin: 0 auto 20px auto;
    width: 100%;
}

#about {
    background: #084772;
    color: #FFFFFF;
    font-weight: normal;
}
#about img {
    width: 100%;
}

#contact,
#confirmation {
    min-height: 920px;
    background-image: url('../images/bkgrd_footer_1300w1056h.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 200px;
    color: #FFFFFF;
    font-weight: 500;
}
#confirmation p {
    margin: 20px 0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 500px;
    background: #FFFFFF;
    padding: 0 5px;
    color: #7e7e7e;
    font-size: 1.6rem;
    line-height: 1.5em;
}
#contact textarea {
    height: 10.5em;
}
#contact input[type="submit"],
#contact input[type="button"] {
    display: inline-block;
    margin: 5px 0 15px 0;
    border: none;
    background: #00a1db;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: bold;
}

#footer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#footer {
    background: #d7dbec;
    padding: 15px 0;
    color: #003951;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: normal;
}
#footer .business-type {
    color: #255aa7;
    color: #255aa7;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}
#footer a {
    color: #255aa7;
}
#footer a.subtle {
    color: #003951;
}

.email-link {
    unicode-bidi: bidi-override;
    direction: rtl;
}


@media only screen and (max-width: 600px) {
    #menu.sticky #menu-logo {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 0 auto;
    }
    #menu.sticky .logo-container {
        text-align: center;
    }
}