/* style.css (ONLY rules used by your current main page HTML) */

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body {
    font-family: "Sanchez", serif !important;
    background: #f7f7f7 !important;
    overflow-x: hidden !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.wrap {
    padding-bottom: 100px;
}

.footer {
    height: 65px;
    margin: -85px auto 0;
    width: 70%;
}

.container-fluid {
    padding: 0;
    position: relative;
}
.headd {
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
}

/* menu on the RIGHT */
.menu-right {
    margin-left: auto;
    margin-right: 55px;

}

/* logo stays PERFECTLY centered */
.logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* logo is TRUE CENTER */
.logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main_container {
    width: 100% !important;
}

/* top bar (even if hidden, keep because it exists in HTML) */
#ads {
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 55px;
    width: 70%;
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0.9;
}

#ads hr {
    position: relative;
    width: 870px;
}

#content_block {
    margin-top: 1px;
}

/* header/logo/menu */
.logo {
    margin: -4px 90px 0 15px;
    float: left;
    padding: 9px 0 0;
}

.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-menu > ul > li {
    float: left;
}

.top-menu > ul > li > a {
    color: #626262;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 7px;
    position: relative;
    text-decoration: none;
}

.nav {
    margin-right: 0;
    margin-bottom: 20px;
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.register_block {
    position: relative;
    top: 10px;
    list-style-type: none;
    margin-right: 2rem;
}

.login_button {
    color: #777777;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 0 8px;
    text-decoration: none;
}

/* hero */
.jumbotron {
    text-align: center;
    background: none repeat scroll 0px 0px #f0908e;
    border-bottom: 22px solid #c0605e;
    border-top: 10px solid #333;
    margin: 15px 0px 0px;
}

.jumbotron h1 {
    font-size: 39px !important;
    line-height: 1;
    color: #333333 !important;
}

.lead {
    font-family: "Holtwood One SC", serif;
    font-size: 39px !important;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 20px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* buttons (you are not loading Bootstrap, so keep these) */
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    text-decoration: none;
}