* {
    padding: 0;
    margin: 0 auto
}

body {
    background: #181818;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12pt;
    font-weight: 200;
    color: #fff
}

ol,
ul {
    list-style: none
}

.title {
    margin-bottom: 3em
}

.title h2 {
    font-size: 2.7em
}

.title .byline {
    font-size: 1.3em;
    color: rgba(255, 255, 255, .6)
}

.button {
    display: inline-block;
    letter-spacing: .1em;
    margin-top: 2em;
    padding: 1.4em 3em;
    background: #2651a8;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    color: #fff
}

.button-alt {
    padding: 1em 2em;
    border-color: rgba(0, 0, 0, .8);
    color: #fff
}

.container {
    overflow: hidden;
    width: 100%
}

#header {
    position: relative;
    background: #111 url(../img/header.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 10em
}

#nav {
    position: relative;
    padding: 3em 0;
    background-color: #181818;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    width: 90%;
    opacity: .9
}

#nav .byline {
    color: #fff
}

#logo {
    position: absolute;
    top: 1.5em;
    left: 1em
}

#logo h1 {
    font-size: 2.6em;
    letter-spacing: .3em
}

#logo a {
    text-decoration: none;
    color: #fff
}

#logo a span {
    color: #2651a8
}

#rmenu {
    display: none
}

#menu {
    position: absolute;
    top: 2.5em;
    right: 1em
}

#menu ul {
    display: inline-block
}

#menu li {
    display: block;
    float: left;
    text-align: center
}

#menu li a,
#menu li span {
    padding: 1em 1.5em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    color: rgba(255, 255, 255, .8)
}

#menu .active a,
#menu a:hover {
    background: #2651a8;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1)
}

.cleaner {
    clear: both
}

#banner {
    padding-top: 10em;
    text-align: center
}

#banner .title h2 {
    font-size: 4em;
    text-shadow: #2651a8 0 0 5px
}

#banner .title .byline {
    font-size: 2em
}

#banner .button {
    margin-top: 2em;
    padding: 1.4em 3em;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1em
}

.rmain {
    display: none
}

.main {
    position: relative;
    padding: 5em 0 7em 0;
    background: #fff;
    text-align: center;
    color: rgba(0, 0, 0, .6)
}

.main .title h2 {
    font-weight: 700;
    color: rgba(0, 0, 0, .8)
}

.main .title .byline {
    text-align: center;
    color: rgba(0, 0, 0, .5)
}

.wrapper {
    width: 80%;
    text-align: center
}

.box {
    width: 30%
}

.bigbox {
    width: 40%
}

.left {
    float: left
}

.center {
    display: inline-block
}

.right {
    float: right
}

#picture {
    position: relative;
    background: #111 url(../img/picture.jpg) no-repeat center;
    background-size: cover;
    padding: 22em
}

#info {
    position: relative;
    padding: 7em 0 7em 0;
    background: #2651a8;
    background-size: cover;
    text-align: center
}

#info .container {
    width: 80%;
    padding: 0 100px;
    color: rgba(255, 255, 255, .8)
}

#info a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none
}

#info .button {
    background: #fff;
    color: #2651a8
}

#footer {
    padding: 5em 0;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

#footer p {
    text-align: center;
    font-size: 1em;
    color: rgba(255, 255, 255, .3)
}

#footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, .6)
}

form {
    text-align: left
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 1em;
    border: 1px solid #2651a8;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

input[type=button] {
    border: none
}

input[type=button]:hover {
    background-color: #181818
}

#message {
    height: 250px;
    font-family: 'Didact Gothic', sans-serif
}

.red {
    color: red
}

@media screen {
    ::selection {
        background-color: #2651a8;
        color: #fff
    }
}

@media screen and (max-width:960px) {
    #menu {
        display: none
    }

    #rmenu {
        display: inline-block;
        position: absolute;
        top: 2.5em;
        right: 1em
    }

    #rmenu i {
        padding: 1em 1.5em;
        font-size: .8em;
        background: #2651a8;
        border-radius: 6px;
        color: rgba(255, 255, 255, 1)
    }

    .wrapper div {
        float: none
    }

    .bigbox,
    .box {
        padding-bottom: 2em;
        width: 80%
    }
}

#gmaps {
    width: 100%;
    height: 40rem;
}