body {
    font-family: "Poppins", sans-serif;
    margin:0;
    padding:0;
}
body p, 
body h1, 
body h2, 
body h3 {
    margin: 0;
}
body a {
    color: #f26322;
}
div#top-cta-banner {
    background: #232E33;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
div#top-cta-banner p {
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 1px;
}
header#main-header ul#menu-new-navigation {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 20%;;
    text-transform: uppercase;
}
header#main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 15px auto 0px;
}
.top-header {
    background: #000;
    padding-bottom: 25px;
}
.header-item.phone-wrap a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 19px;
}
.header-item.phone-wrap img {
    height: 30px;
}
ul#menu-new-navigation a {
    color: #fff;
}
#this-is-footer {
    border: 0;
}
div#prefooter {
    background: url(/wp-content/themes/LVSC/images/footer-bgd.png);
    padding: 80px 0 50px;
    background-size: cover;
    background-position: 0% 100%;
}
div#prefooter .prefooter-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.prefooter-item.info-wrap p {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    color: #000;
    line-height: 2em;
    margin-bottom: 35px;
}
.prefooter-links a {
    display: block;
    background: #f26322;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    padding: 12px 0px;
    margin-bottom: 20px;
}
div#thefooter img {
    margin: 0;
}
.thecopyright {
    line-height: 40px;
    font-size: 14px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 40px solid #D9D9D9;
}