html, body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    height: 95%;
}

header {
    width: 100%;
    margin-right: 5em;
}

.sticky-wrapper {
    z-index: 100000;
}

.logo {
    float: left;
}

.menu {
    float: right;
    margin-right: 68px;
}

.menu ul {
    list-style: none;
    padding: 0;
    height: 75px;
    margin: 0;
}

.menu ul li {
    float: left;
    line-height: 75px;
    padding: 0 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu a {
    text-decoration: none;
    color: #414141 !important;

    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}

.menu a:hover {
    color: #4cddf3;

    /*	-webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;*/
}

.home #nav .current-menu-item a {
    color: #414141 !important;
}

.title-one {
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #d7d9da;
    text-transform: uppercase;
}

.title-full-one {
    color: #434343;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.title-two {
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #434343;
    padding-bottom: 25px;
    margin-top: 10px;
}

.section-heading {
    padding-top: 75px;
}

div.container {
    height: 100%;
    width: 100%;
}

div.page-content {
    display: block;
    margin: 0 auto;
    text-align: center;
    min-height: 80%;
}

div.loading {
    position: fixed;
    float: left;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -23px;
    display: none;
}

div.loading > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

div.form-field {
    padding: 0.25em;
}

div#footer {
    text-align: center;
    width: 50%;
    min-width: 20em;
    max-width: 50em;
    margin: 5em auto;
    font-size: 0.75em;
}

div#footer > a, div#footer > a:visited {
    color: #9b9b9b;
}