/* Global style */

body.landing {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a:hover {
    color: #21b552;
    text-decoration: none;
}

.logo-landing img {
    width: 100%;
}

.logo-landing {
    padding-top: 40px;
    padding-bottom: 30px;
}

.landing-img img {
    width: 100%;
}

.content {
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 600px;
}

.content-landing {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 2;
}

.enter-btn,
.exit-btn {
    display: inline-block;
}

.logo-landing img {
    max-width: 340px;
}

.enter-btn a {
    background-color: transparent;
    color: #fff;
    padding: 15px 30px;
    display: block;
    width: 230px;
    text-align: center;
    margin: 5px;
    font-weight: bold;
    border: 1px solid;
}

.exit-btn a {
    background-color: transparent;
    color: #fff;
    padding: 15px 30px;
    display: block;
    width: 230px;
    text-align: center;
    margin: 5px;
    font-weight: bold;
    border: 1px solid;
}

.enter-btn a:hover {
    background-color: #21b552;
    border-color: #21b552;
}

.exit-btn a:hover {
    background-color: #21b552;
    border-color: #21b552;
}

footer.footer-body {
    background-color: transparent;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid;
}

footer.footer-body a {
    color: #fff;
}

footer.footer-body a:hover {
    color: #21b552;
}

.foot-nav {
    text-transform: uppercase;
}