body {
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../img/main_bg.jpg);
    background-size: contain;
    background-position: 20% 0;
    background-repeat: repeat-y;
    height: 100%;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
    font-style: normal;
}
.header {
    border-bottom: 3px solid #000;
    padding: 15px 0
}
.logout {
    position: absolute;
    z-index: 150;
    right: 30px;
    top: 20px;
    background: url(../img/logout.svg) center center/auto no-repeat;
    height: 40px;
    width: 40px;
}
section{
	box-sizing: border-box;
	padding: 15px;
	background: rgba(0,0,0,0.8);
}
.header__top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    width: 200px;
    display: block
}

html {
    margin: 0 !important
}

strong {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
}

em {
    font-weight: 700
}

.wp-block-button {
    text-align: center
}

.description p {
    display: block;
    margin-bottom: 10px
}

.container {
    max-width: 600px;
    margin: 0 auto
}


.termz {
    background: #222 !important
}

.termz a {
    color: #fff !important
}

.wp-block-button__link {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 130px;
    margin: 20px auto 25px;
    padding: 10px 30px;
    background: #fff;
    color: #313132!important;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
}

@media screen and (min-width:1400px) {

    .menu_overlay,
    .mobile_menu {
        display: none
    }

    .overflow_hidden {
        overflow: visible
    }

    @media screen and (min-width:1400px) {
        .header {
            display: none
        }

    }
}