body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 15px
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
div {
    letter-spacing: 1px !important
}

.section {
    padding-top: 80px
}

.tm-white a {
    color: #fff
}

.forty-top-buffer {
    margin-top: 40px
}

.twenty-top-buffer {
    margin-top: 20px
}

.ten-top-buffer {
    margin-top: 10px
}

.italic {
    font-style: italic
}

.large-h1 {
    font-size: 48px
}

p {
    line-height: 1.6em
}

.btn-square {
    border-radius: 0
}

.btn-white {
    background-color: white;
    color: #428bca;
    border-color: #e5e5e5
}

.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #428bca;
    background-color: #e5e5e5;
    border-color: #ccc
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
    color: #428bca;
    text-decoration: none
}

@media(min-width:768px) {
    .container {
        width: 700px
    }
}

@media(min-width:992px) {
    .container {
        width: 900px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1000px
    }
}

.navbar-default {
    background: #f8f8f8;
    border: 0;
    box-shadow: none;
    webkit-box-shadow: none;
    margin: 0 !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    border-radius: 0
}

.navbar-default .navbar-brand {
    color: #428bca;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    padding: 10px 20px 10px 20px
}

.navbar-brand img {
    height: 60px
}

.navbar {
    background-color: transparent
}

.navbar .navbar-header {
    float: left
}

#header-btns {
    height: 80px;
    padding-top: 23px
}

#register-link {
    margin-right: 15px
}

#register-link span {
    display: none
}

@media(min-width:441px) {
    #register-link span {
        display: inherit
    }
}

#home {
    background: url('https://growwithmoe.com/objects/images/home/comp2.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%
}

#home .overlay {
    padding-bottom: 40px;
    padding-top: 120px;
    background: rgba(66, 139, 202, 0.8)
}

#home h1 {
    margin-top: 0;
    margin-bottom: 0
}

#home img {
    display: inline-block
}

footer {
    background: #428bca;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    width: 100%
}

footer a {
    text-decoration: none;
    color: white;
    cursor: pointer
}

footer a:hover {
    text-decoration: none
}