/* Global style */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background-color: #000000 !important;
}

header {
    width: 100%;
    height: auto;
}

section {
    width: 100%;
    height: auto;
    color: #fff;
    padding: 0 0 40px;
}

p {
    line-height: 1.5;
    font-size: 15px;
}

a {
    color: #26c945;
    text-decoration: none;
    line-height: 2;
}

a:hover {
    color: #673AB7;
}

.main-body {
}

.top-body {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
    margin-top: 15px;
}

.logo img {
    max-width: 480px;
    width: 100%;
    height: auto;
}

.navbar-inverse {
    background-color: #21b552;
    border-color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.nav>li>a {
    padding: 10px 7px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #b72f2f;
}

.custom-first-page .text-body {
    background-color: #37204f;
}

.custom-first-page .warning-bg {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
}

.body-wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}

.text-body {
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 30px 20px;
    margin-top: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.warning-head {
    display: inline-block;
    max-width: 800px;
    height: auto;
    color: #6c6c6c;
}

.warning-head h2 {
    color: #2a8165;
    font-family: 'Allerta Stencil', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
}

@media(min-width: 768px) {
    .warning-head {
        padding: 20px 50px;
    }
    .warning-head h2 {
        font-size: 44px;
    }
}

.warning-text {
    display: inline-block;
    max-width: 800px;
    height: auto;
    color: #6c6c6c;
}

.warning-bg {
    background-image: url(../img/no-symbol.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    text-align: center;
    display: inline-block;
}

.btn a {
    display: block;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 400px;
    letter-spacing: 1px;
    color: #fff;
    margin: 5px;
}

.enter a {
    font-family: 'Allerta Stencil', sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ee1eb5;
    padding: 9px 18px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100%);
    background: -ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d));
    background-color: #ff5bb0;
    color: #ffffff;
    display: inline-block;
    text-shadow: 1px 1px 0px #c70067;
    -webkit-box-shadow: inset 1px 1px 0px 0px #fbafe3;
    -moz-box-shadow: inset 1px 1px 0px 0px #fbafe3;
    box-shadow: inset 1px 1px 0px 0px #fbafe3;
    font-weight: bold;
}

.enter a:hover {
    background: -moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100%);
    background: -ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0));
    background-color: #ef027d;
    text-decoration: none;
}

.exit a {
    font-family: 'Allerta Stencil', sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 9px 30px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
    background-color: #f9f9f9;
    color: #666666;
    display: inline-block;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
}

.enter.btn,
.exit.btn {
    width: 100%;
}

@media(min-width: 768px) {
    .enter.btn,
    .exit.btn {
        width: 45%;
    }
}

.exit a:hover {
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
    background-color: #e9e9e9;
}

footer {
    height: auto;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    background-color: #21b552;
    margin-top: 20px;
}

footer a {
    color: #000000;
}

.foot-frame {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 20px;
    padding: 15px;
    color: #ffffff;
}

@media(min-width: 768px) {
    .foot-frame {
        padding: 20px 40px;
    }
}

.footer-text {
    text-align: center;
    color: #fff;
    margin: 10px;
    font-size: 16px;
}

.btn-warn {
    max-width: 900px;
    margin: 20px auto 0;
}
