body {
 Arial, sans-serif;
 font-family: "Arial", Arial, serif;
 color: #444;
}
.mb-component-section {
 padding: 0;
 margin: 0;
    width: 100%;
}
.mb-header{
 background-color: #202020;
 position: fixed;
    top: 0;
    left: 0;
}
.mb-component-section-inner {
 max-width: 1440px;
    margin: 0 auto;
    padding: 10px 15px;
}
.mb-header-logo {
 text-align: center;
}
.mb-content {
 margin-top: 60px;
}
.mb-content-description {
 letter-spacing: .015em;
}
.mb-content-link {
 color: #444;
 text-decoration: none;
}
.mb-heading {
 font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
    margin: 0;
}
.mb-submit-btn {
 width: auto; 
 padding: 10px 20px; 
 float: left; 
 margin-top: 20px;
 background: #202020;
    border: 1px solid #202020;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
}
.mb-footer{
 background-color: #202020;
 position: fixed;
    bottom: 0;
    left: 0;
}
 .mb-footer-copyright-items {
 list-style: none;
 margin: 0;
 }
.mb-footer-copyright-item {
 font-size: .75rem;
    padding-right: 35px;
    margin-top: 0;
    color: #fff;
    display: inline-block;
    letter-spacing: .4px;
}
.mb-copyright-text, 
.mb-footer-copyright-link {
 color: #fff;
 text-decoration: none;
}

@media only screen and (min-width: 960px) {
 .mb-component-section-inner {
  padding: 10px 125px;
 }
}
