* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Karla;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@font-face {
    font-family: Karla-Bold;
    src: url(Karla-Bold.woff2);
    font-display: swap;
}
@font-face {
    font-family: teko;
    src: url(Teko-Regular.woff2);
    font-display: swap;
}
@font-face {
    font-family: Draught-Sansserif;
    src: url(Draught-Sansserif.woff2);
    font-display: swap;
}
@font-face {
    font-family: Karla;
    src: url(Karla-Regular.woff2);
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(MontserratRegular.woff2);
    font-display: swap;
}
.holidayBannerMobile{
    display: none;
}
.holidayBannerDesktop{
}
:focus {
    outline: 0;
}
body {
    margin: 0;
}
.topRightPhone {
    display: flex;
}
.topRightPhone a:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.topRightPhone a {
    font-family: Karla !important;
    font-size: 23.5px !important;
    letter-spacing: 0.5px !important;
}
.topRightPhone img {
    height: 22px !important;
    margin: 3px 4px 0 0;
}
#login_form {
    display: none;
    position: absolute;
    left: -285%;
    top: 155%;
    background-color: #fff;
    z-index: 500;
}
.loginSubmit {
    background-color: #e9e9e9;
}
.inputLogin {
    position: relative;
}
.login.clicked {
    display: flex !important;
}
.login.clicked input {
    cursor: pointer;
    border: 0.0625em solid #591a26;
    padding: 0.3125em;
    margin: 0 auto;
    color: #000;
    width: 60%;
    height: 45px;
}
.loginButton {
    outline: 0;
    cursor: pointer;
    color: #fff !important;
    background-color: #591a26;
    padding: 6px 22px;
    position: relative;
    font-size: 26px !important;
    letter-spacing: 1px !important;
    user-select: none;
}
.loginButton:active {
    cursor: grabbing;
    background-color: #451b23;
}
.loginButton:hover {
    color: #fff !important;
    background-color: #591a26 !important;
}
.phoneAndLogin {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
    top: -25%;
    width: 20em;
    justify-content: space-between;
    height: 43px;
}
.all-content {
    margin: 0 auto;
    max-width: 1669px;
}
.container {
    display: inline-block;
    cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #591a26;
    margin: 6px 0 0 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.button {
    width: fit-content;
    background-color: #591a26;
    color: #fff;
    padding: 10px 65px;
    border: none;
    cursor: pointer;
    margin: 23px 0 15px 0;
    text-decoration: none;
    user-select: none;
}
.button:active {
    background-color: #451b23;
    cursor: grabbing;
}
.checked {
    color: orange;
}
.topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 65px auto 45px;
    width: 95%;
    position: relative;
}
.topnav a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 4px;
    user-select: none;
}
.topnav a.active {
    background-color: #591a26;
    color: #fff;
}
.topnav .icon {
    display: none;
}
.topnav img {
    height: 140px;
    user-select: none;
}
.dropDown {
    display: flex;
    justify-content: space-between;
    width: 65%;
    z-index: 1000;
}
.dropdown li a img {
    display: none;
}
.responsiveLogo {
    display: none;
}
.mainBanner {
    margin: 15px auto 90px;
    position: relative;
    color: #fff;
}
.bannerImages {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}
.bannerImages img {
    width: 31%;
}
.bannerMottoContainer {
    width: 38%;
    position: absolute;
    top: 75.6%;
    right: 33.5%;
    white-space: nowrap;
}
.bannerh11 {
    font-family: Draught-Sansserif;
    position: absolute;
    top: -32%;
    left: 17%;
    font-size: 4.5vw;
    letter-spacing: 8px;
    font-weight: 100;
}
.bannerh12 {
    font-family: Draught-Sansserif;
    position: absolute;
    top: 13%;
    left: 31%;
    font-size: 4.5vw;
    letter-spacing: 8px;
    font-weight: 100;
}
.callToAction{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #591a26;
    color: white;
    position: relative;
}
.callToActionButton{
    background-color: #7a6b6e !important;
    color: white;
    margin: 0;
    padding: 11px 17px;
    font-size: 25px;
    white-space: nowrap;
}
.callToActionButton:hover{
    background-color: #605657 !important;
    color: white;
}
.callToActionText{
    letter-spacing: 1px;
    font-size: 2.2em;
    margin: 19px 0 23px 0;
    width: 69%;
    text-align: right;
}
.types {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 80px auto 0;
}
.types img {
    width: 100%;
    user-select: none;
}
.typesImg {
    width: 20.2vw;
    height: auto;
    position: relative;
    cursor: pointer;
}
.typesImg h1 {
    position: absolute;
    top: 38.5%;
    left: 34%;
    color: #591a26;
    font-weight: 100;
    font-size: 1.9vw;
}
.typesImg .flooring {
    margin-left: -18px;
}
.typesImg .tile {
    margin-left: 18px;
}
.typesImg .carpet {
    margin-left: 4px;
}
.services {
    position: relative;
}
.servicesTitle {
    width: fit-content;
    margin: 0 auto;
}
.headerTitleText {
    color: #591a26;
    font-size: 55px;
    letter-spacing: 8px;
    font-family: Draught-Sansserif;
    text-align: center;
    margin-top: 60px;
}
.daborder {
    border-top: 2px solid #591a26;
    position: absolute;
    left: 45%;
    right: 45%;
    top: 75px;
}
.servicesItems {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 85%;
    margin: 0 auto;
}
.servicesItems img {
    align-self: center;
    width: 80%;
    height: 100%;
}
.servicesItems h1 {
    text-align: center;
    font-size: 1.37em;
    color: #591a26;
    margin: 24px 0 0 0;
    word-break: break-word;
}
.servicesImages {
    display: flex;
    flex-direction: column;
    width: inherit;
}
.motto {
    display: flex;
    width: 81%;
    margin: 60px auto;
    height: 110px;
    text-align: center;
}
.mottoC {
    width: 41%;
}
.mottoW {
    width: 59%;
    color: #fff;
    background-color: #591a26;
    height: 100%;
    display: inline-block;
    text-align: left;
}
.mottoW h1 {
    font-size: 2em;
    font-weight: 100;
    line-height: 53px;
    letter-spacing: 3px;
    font-family: Montserrat;
    width: max-content;
    margin: 0 auto;
    text-align: center;
}
.motto1 {
    display: flex;
    color: #591a26;
    text-decoration: none;
    height: 50%;
    align-items: center;
    justify-content: center;
    border: 4px solid #591a26;
}
.motto1 img {
    align-self: center;
    height: 55px;
    margin-left: 5px;
}
.motto1 a {
    text-decoration: none;
    color: #591a26;
    font-size: 30px;
    font-family: Montserrat;
    letter-spacing: 6px;
}
.motto1 h1 {
    font-size: 2.3vw;
    letter-spacing: 2px;
}
.commitment {
    position: relative;
}
.commitmentContent {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}
.commitmentBoxes {
    display: flex;
    flex-direction: column;
    border: 2px solid #591a26;
    width: 31%;
    justify-content: space-between;
}
.commitmentBoxes img {
    width: 100%;
    margin: 60px auto;
}
.commitmentHeader {
    margin: 38px 38px;
}
.commitmentHeader h1 {
    background-color: #591a26;
    color: #fff;
    font-size: 31px;
    letter-spacing: 5px;
    font-family: Draught-Sansserif;
    text-align: center;
    margin: 0;
    font-weight: 100;
    padding-bottom: 7px;
}
.commitmentBody h1 {
    margin: 0 45px;
    font-size: 21px;
    text-align: center;
    font-weight: 200;
    line-height: 34px;
}
.gallery {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.gallery img {
    width: 100%;
    user-select: none;
}
.reviews {
    position: relative;
}
.reviewsLogos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68%;
    margin: 0 auto;
}
.reviewsNL table {
    margin: 60px auto;
}
.reviewsNL th {
    font-size: 24px;
    color: #591a26;
    padding: 0 10px;
}
.reviewsRContent {
    width: 50%;
    margin: -20px auto 0;
}
.reviewsRContent p {
    font-size: 24px;
    color: #591a26;
    text-align: justify;
}
.stars {
    content: "\f005";
    text-align: center;
}
.stars span {
    font-size: 20px;
}
#reference {
    border: 0.0625em solid #591a26;
    padding: 0.3125em;
    margin: 4px 0 6px 0;
    color: #000;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 18px;
}
input {
    border: 0.0625em solid #591a26;
    padding: 0.3125em;
    margin: 4px 0 6px 0;
    color: #000;
    width: 100%;
    height: auto;
}
textarea {
    border: 0.0625em solid #591a26;
    padding: 0.3125em;
    margin: 4px 0 6px 0;
    color: #000;
    width: 100%;
    height: auto;
}
form input,
textarea {
    font-weight: 700;
    font-size: 18px;
}
.bg_error {
    background-color: #f06060;
}
.error_text {
    display: none;
    color: #f06060;
    font-style: italic;
}
.formDiv {
    max-width: 650px;
    margin: 0 auto;
}
.headerTitleTextContact {
    color: #591a26;
    font-size: 29px;
    text-align: center;
}
.formDiv label {
    font-size: 20px;
    color: #591a26;
}
.contactRows {
    margin-top: 15px;
}
.contactImage {
    margin: 50px auto 0;
    width: fit-content;
    user-select: none;
}
.regions {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 32px auto 0;
    justify-content: space-evenly;
    color: #591a26;
}
.LBNI {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 3px;
    color: #591a26;
    align-items: baseline;
}
.LBNI p{
    margin: 30px 8px;
}
.certImg {
    width: 40%;
    margin: 0 10px;
}
.certandfinancinglink{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    margin: 20px 0 0 0;
}
.footer {
    width: 100%;
    height: 100px;
    background-color: #000;
    color: #fff;
}
.footerMedia {
    text-align: center;
    padding-top: 10px;
}
.footer p {
    text-align: center;
    padding: 10px;
    margin: 0;
}
.footer img {
    margin: 0 15px;
}
.termsAndPolicy a:hover {
    color: #a3a3a3 !important;
}
.swiperMobileImage {
    display: none;
}
.swiperDesktopImage {
    display: block;
}
.hQLocation {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hQLocation p {
    margin: 3px 0 0 0;
}
.locations {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.statesContainer{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.state {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
.state p {
    margin: 6px 0 0 0;
}
.certifications {
    width: 50%;
    margin: 18px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.callToActionButtonP{
    width: 25%;
}
.holiday{
    margin: 0 auto -4.9% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
}
.aitext{
    width: 70%;
    margin: 0 0 40px 0;
}
.aitext p{
    font-size: 24px;
    color: #591a26;
    text-align: justify;
}
.contact, .MEasure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 60px 0;
}


@media screen and (max-width: 360px) {
    .servicesItems h1 {
        font-size: 1.2em;
    }
    .mottoW h1 {
        font-size: 3.5vw !important;
    }
}
@media screen and (max-width: 380px) {
    .servicesItems h1 {
        font-size: 1.2em;
    }
    .mottoW h1 {
        font-size: 3.5vw !important;
    }
    .regions {
        width: 95% !important;
    }
    .callToActionText {
        font-size: 1.1em !important;
    }
    .callToActionButton {
        padding: 8px 9px !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 410px) {
    .swiperMobileImage {
        display: block;
    }
    .swiperDesktopImage {
        display: none;
    }
}
@media screen and (max-width: 465px) {
    .bannerh11 {
        top: -30% !important;
        left: 15% !important;
        font-size: 10vw !important;
    }
    .bannerh12 {
        top: 15% !important;
        left: 29% !important;
        font-size: 10vw !important;
    }
    .reviewsLogos {
        width: 70%;
    }
    .servicesTitle {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .callToActionText {
        font-size: 1.5em !important;
    }
    .callToActionButton {
        padding: 8px 11px !important;
        font-size: 15px !important;
    }
    .inputLogin {
        width: unset !important;

    }
    .topRightPhone {

    }
    .topnav {
        justify-content: space-between !important;
        margin: 20px auto 40px !important;
    }
    .LBNI {
        font-size: 14px !important;
    }
    .certifications {
        width: 90% !important;
    }
    .bannerh11 {
        top: -34% !important;
        left: 14% !important;
        font-size: 11vw !important;
    }
    .bannerh12 {
        top: 11% !important;
        left: 29% !important;
        font-size: 11vw !important;
    }
    .bannerImages img {
        width: 92% !important;
        margin: 0 auto 9% !important;
    }
    .bannerMottoContainer {
        width: 90% !important;
        top: 38.5% !important;
        right: 2.3% !important;
    }
    .daborder {
        left: 40%;
        right: 40%;
        top: 50px;
    }
    .motto1 img {
        height: 45px !important;
        margin-left: 14px !important;
    }
    .mottoW {
        height: 80px !important;
    }
    #login_form {
        left: 10% !important;
        width: 80% !important;
    }
    .servicesItems {
        width: 80% !important;
    }
    .commitmentContent {
        width: 90% !important;
    }
    .motto {
        width: 85% !important;
    }
    .motto1 h1 {
        font-size: 6.2vw !important;
    }
    .motto1 a {
        font-size: 6.4vw !important;
    }
    .mottoW h1 {
        font-size: 5.8vw !important;
    }
    .servicesItems h1 {
        font-size: 1.41em !important;
    }
}
@media screen and (max-width: 566px) {
    .servicesImages {
        display: flex !important;
        flex-direction: column !important;
        width: 50% !important;
    }
    .motto1 a {
        font-size: 4.2vw;
        letter-spacing: 6px;
        margin: 7px 0;
    }
    .mottoW h1 {
        font-size: 4vw;
        line-height: 44px;
        letter-spacing: 2px;
        text-align: center;
    }
    .mottoW {
        width: 100%;
        color: #fff;
        background-color: #591a26;
        height: 90px;
    }
    .regions {
        width: 95% !important;
    }
}
@media screen and (max-width: 630px) {
    .bannerh11 {
        top: -35%;
        left: 16%;
        font-size: 11vw;
    }
    .bannerh12 {
        top: 10%;
        left: 31%;
        font-size: 11vw;
    }
}
@media screen and (max-width: 690px) {
    .callToActionText {
        font-size: 2em;
        margin: 19px 0 23px 0;
        text-align: center;
        max-width: 52%;
        white-space: break-spaces;
    }
    .callToActionButton {
        padding: 11px 17px;
        font-size: 18px ;
    }
    #login_form {
        position: absolute !important;
        left: -35% !important;
        top: 110% !important;
        background-color: #fff !important;
        width: 98% !important;
        flex-direction: column !important;
        height: 13em !important;
    }
    .servicesItems h1 {
        font-size: 1.2em;
        word-break: break-word;
    }
    .headerTitleText {
        color: #591a26 !important;
        font-size: 35px !important;
        letter-spacing: 4px !important;
        text-align: center !important;
    }
    .commitmentBody h1 {
        margin: 0 30px !important;
        text-align: center !important;
        font-weight: 200 !important;
        line-height: 34px !important;
    }
    .commitmentHeader h1 {
        font-size: 22px !important;
        letter-spacing: 5px !important;
        text-align: center !important;
        margin: 0 !important;
    }
    .commitmentBoxes {
        display: flex !important;
        flex-direction: column !important;
        border: 2px solid #591a26 !important;
        width: 100% !important;
        margin: 15px 0 !important;
    }
    .mottoW {
        width: 100% !important;
        color: #fff !important;
        background-color: #591a26 !important;
        height: auto !important;
    }
    .mottoW h1 {
        font-size: 4.3vw;
        line-height: 40px !important;
        letter-spacing: 1px !important;
        text-align: center !important;
    }
    .statesContainer{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 720px) {
    .contact {
        margin-top: 0;
    }
    .aitext p {
        font-size: 17px;
        text-align: left;
    }
    .aitext{
        width: 85%;
    }
}
@media screen and (max-width: 850px) {
    .callToActionText{
        font-size: 2em;
    }
}
@media screen and (max-width: 950px) {
    .regions {
        width: 90%;
    }
}
@media screen and (max-width: 1250px) {
    .callToActionText{
        text-align: center;
        max-width: 100%;
        white-space: break-spaces;
    }
    .callToAction{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .callToActionButtonP{
        margin: 10px 0 40px 0;
    }
    .holidayBannerMobile{
        display: block;
    }
    .holidayBannerDesktop{
        display: none;
    }
    .holiday{
        margin: 0 auto -3% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1920px;
    }
    .goAway {
        display: none !important;
    }
    .certifications {
        width: 70%;
    }
    .certImg {
        width: 34% !important;
    }
    .topRightPhone {
        position: relative;
        margin: 0;
    }
    .topRightPhone img {
        display: block !important;
    }
    .phoneAndLogin {
        position: relative;
        width: 100% !important;
    }
    .servicesItems img {
        width: 100%;
    }
    .bannerh11 {
        top: -35%;
        left: 20%;
        font-size: 11vw;
    }
    .bannerh12 {
        top: 11%;
        left: 34%;
        font-size: 11vw;
    }
    #loginInputUserN {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    #loginInputPass {
        margin-bottom: 15px !important;
    }
    .loginSubmit {
        width: 30% !important;
        height: 50px !important;
    }
    #login_form {
        position: absolute !important;
        top: 100%;
        left: 1% !important;
        background-color: #fff !important;
        width: 98% !important;
        flex-direction: column !important;
        height: 19em;
    }
    .headerTitleText {
        color: #591a26;
        font-size: 40px;
        letter-spacing: 4px;
        text-align: center;
    }
    .dropDown a {
        display: none;
    }
    .dropDown {
        flex-direction: column;
        width: 100%;
        position: absolute;
        margin-top: 62px !important;
        background-color: #fff;
    }
    .topnav {
        display: flex;
        justify-content: space-between;
        margin: 20px auto 40px;
        align-items: baseline;
        width: 100%;
        position: relative !important;
    }
    .topnav a.icon {
        display: block;
        background-color: #fff !important;
        padding: 0 !important;
        margin: 0 0 0 20px !important;
        text-align: left !important;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav a:hover {
        background-color: #591a26;/*main color*/
        color: #000;
    }
    .topnav.responsive a {
        float: left;
        display: block;
        text-align: left;
        width: 96%;
        margin: 16px auto;
        color: #fff;
        background-color: #7a6b6e; /*secondary color*/
        padding: 5px;
    }
    .topnav.responsive .topRightPhone {
        display: none;
    }
    .topnav img {
        display: none;
    }
    .inputLogin {
        float: right;
        text-align: right;
        position: unset !important;
    }
    .mainBanner {
        margin: 30px auto 40px;
    }
    .bannerImages {
        display: flex;
        flex-direction: column;
    }
    .bannerImages img {
        width: 92%;
        margin: 0 auto 8%;
    }
    .bannerMottoContainer {
        width: 90%;
        position: absolute;
        top: 39%;
        right: 2.3%;
    }
    .I2 {
        display: none;
    }
    .types {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 92% !important;
        margin: 40px auto 0 !important;
        flex-wrap: wrap !important;
    }
    .typesImg,
    .typesImg img {
        width: 43.4vw !important;
        height: auto !important;
        margin-bottom: 4% !important;
    }
    .typesImg h1 {
        top: 39%;
        font-size: 3.9vw;
    }
    .daborder {
        left: 42%;
        right: 42%;
        top: 60px;
    }
    .servicesImages {
        display: flex;
        flex-direction: column;
        width: 30%;
        margin-bottom: 52px;
    }
    .servicesItems {
        justify-content: space-between;
        width: 75%;
        flex-wrap: wrap;
    }
    .motto {
        display: flex;
        width: 71%;
        margin: 30px auto;
        flex-direction: column;
        height: auto;
    }
    .motto1 a {
        font-size: 4.2vw;
        letter-spacing: 6px;
        margin: 8px auto;
    }
    .motto1 img {
        height: 55px;
        margin-left: 14px;
    }
    .motto1 {
        display: flex;
        color: #591a26;
        text-decoration: none;
        height: 50%;
        align-items: center;
        justify-content: center;
        border: 4px solid #591a26;
    }
    .motto1 h1 {
        font-size: 4.4vw;
        letter-spacing: 2px;
        margin: 8px 0;
    }
    .mottoC {
        width: 100%;
    }
    .mottoW {
        width: 100%;
        color: #fff;
        background-color: #591a26;
        height: auto;
    }
    .mottoW h1 {
        font-size: 4.3vw;
        line-height: 53px;
        letter-spacing: 2px;
        text-align: center;
        margin: 8px auto;
    }
    .reviewsNL table {
        margin: 30px auto;
    }
    .reviewsLogos img {
        width: 62px;
    }
    .reviewsLogos a {
        width: 25%;
    }
    .reviewsRContent {
        width: 84%;
        margin: -20px auto 0;
    }
    .formDiv {
        width: 85%;
    }
    .headerTitleTextContact {
        font-size: 23px;
    }
    .commitmentContent {
        display: flex;
        width: 80%;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
    }
    .commitmentBoxes {
        display: flex;
        flex-direction: column;
        border: 2px solid #591a26;
        width: 75%;
        margin: 15px auto;
    }
    .commitmentBody h1 {
        margin: 0 22px;
        font-size: 21px;
        text-align: center;
        font-weight: 200;
        line-height: 34px;
    }
    .commitmentHeader h1 {
        letter-spacing: 2px !important;
        text-align: center;
        margin: 0;
    }
    .responsiveLogo {
        display: block;
        width: 85%;
        margin: -20px auto 20px;
    }
    .loginButton {
        color: #591a26 !important;
        background-color: #fff !important;
        text-align: right !important;
        padding: 0 10px 0 0 !important;
        font-weight: 700 !important;
        margin: 0 !important;
        -webkit-text-decoration-color: #591a26 !important;
    }
    .loginButton:hover {
        color: #591a26 !important;
        background-color: #fff !important;
        text-align: right !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 1450px) {
    .callToAction{
        justify-content: space-evenly;
    }
    .callToActionText{
        width: unset;
    }
    .callToActionButton{
        width: unset;
    }
    .callToActionButtonP{
        width: unset;
    }
    .topnav {
        flex-direction: column;
        justify-content: left;
        align-items: baseline;
        margin: 31px auto 50px;
    }
    .dropDown{
        width: 100%;
        margin: 11em 0 -3px 0;
        justify-content: space-around;
    }
    .goAway{
        position: absolute;
    }
    .phoneAndLogin {
        top: 21%;
        width: 20em;
        justify-content: space-between;
    }
    .commitmentHeader h1 {
        font-size: 24px;
        letter-spacing: 3px;
        text-align: center;
        margin: 0;
    }
}
@media screen and (min-width: 1668px) {
    .motto {
        height: 140px !important;
    }
    .mottoW h1 {
        font-size: 44px;
        line-height: 66px;
        letter-spacing: 6px;
    }
    .motto1 h1 {
        font-size: 41px;
        letter-spacing: 2px;
    }
    .motto1 img {
        margin-left: 14px;
    }
    .motto1 a {
        text-decoration: none;
        color: #591a26;
        font-size: 38px;
        font-family: Montserrat;
        letter-spacing: 6px;
    }
    .bannerh11 {
        font-size: 76px;
        top: -32%;
        left: 19%;
    }
    .bannerh12 {
        font-size: 76px;
        top: 14%;
        left: 33%;
    }
    .typesImg h1 {
        font-size: 32px;
    }
    .typesImg,
    .typesImg img {
        width: 340px !important;
        height: 369px !important;
    }
}
@media screen and (min-width: 1945px) {

}
