    * {
        margin: 0;
        padding: 0;
    }

    body {
        background-color: rgb(0, 0, 0);
        background-repeat: no-repeat;
        background-size: cover;
        color: rgb(0, 0, 0);
        background-image: url(/images/background/dark-background.jpg);
    }

    @media (min-width: 360px) and (max-width: 767px) {

        /*Header--Header*/
        /*Header--Header*/
        .top-bar img {
            height: 200px;
            width: 100%;
        }

        .top-contact {
            display: none;
        }

        .quote-button button {
            background-color: rgba(255, 0, 0, 0.737);
            font-size: 32px;
            font-weight: bold;
            border: 4px rgb(0, 0, 0) solid;
            border-radius: 10px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            cursor: pointer;
            color: white;
        }

        .quote-button button:hover {
            transform: scale(1.2);
        }

        .free-quote p {
            text-align: center;
            margin-top: -30px;
        }

        .mobile-contact {
            display: flex;
            background-color: rgba(255, 0, 0, 0.737);
            padding-bottom: 10px;
            padding-top: 10px;
            justify-content: center;
            justify-content: space-between;
            margin-top: 10px;
        }

        .mobile-contact a {
            text-decoration: none;
            color: white;
            font-size: 32px;
            font-weight: bold;
        }

        .mobile-contact i {
            color: white;
            margin-bottom: 10px;
            margin-top: 10px;
            margin-left: 40px;
            margin-right: 40px;
            transform: scale(1.3);
        }

        .navbar {
            display: none;
        }

        /* The subnavigation menu */
        .subnav {
            display: none;
        }

        /*Nav-Bar--Nav-Bar*/
        .topnav {
            overflow: hidden;
            background-color: #000000;
            position: relative;
        }

        /* Hide the links inside the navigation menu (except for logo/home) */
        .topnav #myLinks {
            display: none;
        }

        /* Style navigation menu links */
        .topnav a {
            color: white;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 50px;
            display: block;
        }

        /* Style the hamburger menu */
        .topnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .topnav a:hover {
            background-color: #ff0000;
            color: black;
        }

        .active {
            background-color: #000000;
            color: white;
        }

        .sub-menu-gallery {
            display: none;
        }

        .sub-menu-stain {
            display: none;
        }

        .sub-menu-paint {
            display: none;
        }

        .sub-menu-wash {
            display: none;
        }

        /*Nav-Bar--Nav-Bar*/
        /*Footer--Footer*/
        /*Footer--Footer*/
        .footer-quote p {
            text-align: center;
            margin-top: 30px;
        }

        .footer-distributed {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .footer-left a {
            text-decoration: none;
        }

        .footer-left h3 {
            font-size: 40px;
        }

        .footer-left h4 {
            font-size: 24px;
        }

        .footer-distributed .footer-links a {
            text-decoration: none;
        }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            font-size: 28px;
            font-weight: bold;
            color: red;
        }

        .footer-distributed .footer-links a:hover {
            text-decoration: none;
            color: red;
        }

        .footer-distributed .footer-links a:active {
            text-decoration: none;
            color: white;
        }

        .footer-distributed .footer-center p a {
            text-decoration: none;
            color: inherit;
        }

        .footer-company-name {
            display: none;
        }

        .footer-center {
            margin-top: 80px;
            line-height: 50px;
        }

        .footer-center a {
            text-decoration: none;
            color: inherit;
        }

        .footer-center i {
            transform: scale(6.0);
            margin-top: 60px;
            padding-bottom: 20px;
        }

        .footer-center i:hover {
            transform: scale(7.0);
        }

        .footer-center p:hover {
            transform: scale(1.5);
        }

        .footer-center p {
            font-size: 48px;
            letter-spacing: 5px;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            margin-top: 20px;
            padding-bottom: 30px;
            margin-bottom: 50px;
        }

        .footer-right {
            display: none;
        }

        .qwc {
            text-align: center;
        }

        .qwc h3 {
            color: white;
        }

        .qwc img {
            height: 200px;
        }

        /*Index--Index*/
        /*Index--Index*/
        .mission-statement {
            color: white;
        }

        .mission-statement h2 {
            text-align: center;
            font-size: 48px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .mission-statement p {
            margin-left: 20px;
            margin-right: 20px;
            text-align: center;
            font-size: 24px;
        }

        .click-index {
            color: red;
            margin-top: 14px;
            margin-left: 20px;
            margin-right: 20px;
        }

        .click-index h2 {
            text-align: center;
            font-size: 32px;
        }

        .index-background {
            text-align: center;
        }

        .index-left {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-middle {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-right {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-top: 30px;
            margin-right: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-left img {
            height: 300px;
            width: 100%;
        }

        .index-middle img {
            height: 300px;
            width: 100%;
        }

        .index-right img {
            height: 300px;
            width: 100%;
        }

        .menu-links {
            display: none;
        }

        .index-background h2 button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
        }

        .index-background h2 button:hover {
            transform: scale(1.2);
        }

        /*Reviews--Reviews*/
        /*Reviews--Reviews*/
        .review-background {
            background-image: url(/images/gray/customer.png);
            background-color: rgb(182, 182, 182);
            background-position: center;
            background-repeat: no-repeat;
            height: 80%;
            margin-top: 10px;
        }

        .review-title h2 {
            text-align: center;
            color: rgba(255, 255, 255, 0.881);
            text-shadow: 1px 2px 5px rgba(100, 0, 0, 0.727);
            font-size: 44px;
            padding-top: 70px;
        }

        .widget-review {
            margin-right: 70px;
            margin-left: 70px;
            margin-top: 20px;
        }

        /*Contact--Contact*/
        .contact-left {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .contact-info a {
            margin-top: 70px;
            text-decoration: none;
            color: inherit;
            transform: scale(3.0);
        }

        .contact-info a:hover {
            transform: scale(3.5);
        }

        .contact-info h3 {
            font-size: 50px;
            margin-top: 60px;
        }

        .contact-info p {
            font-size: 24px;
        }

        .contact-middle {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .contact-title h2 {
            font-size: 60px;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            letter-spacing: 5px;
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .contact-middle p {
            font-size: 20px;
            margin-top: 10px;
            line-height: 30px;
            margin-left: 20px;
            margin-right: 20px;
        }

        #contact-form h2 {
            text-align: center;
            color: #ffffff;
            padding-top: 10px;
            font-size: 56px;
        }

        #contact-form p {
            text-align: center;
            color: #ffffff;
            font-size: 28px;
            font-weight: bold;
        }

        #contact-form input {
            font-size: 22px;
            padding-left: 30px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 30px;
        }

        #contact-form label {
            font-size: 28px;
            font-weight: bold;
        }

        #contact-form span {
            font-size: 18px;
            text-align: center;
        }

        #contact-form textarea {
            width: 80%;
            height: 120px;
            font-size: 20px;
        }

        #my-form .data-entry {
            padding: .5em 8%;
        }

        #submit {
            width: 170px;
            height: 70px;
            font-size: 32px;
            margin: .4em;
            background-color: red;
            font-weight: bolder;
            color: white;
        }

        #contact-form p {
            margin-top: 20px;
        }

        #contact-form {
            text-align: center;
        }

        #my-form #align {
            box-sizing: border-box;
            width: 96%;
            text-align: center;
            margin: 0 2%;
            padding: 2em;
        }

        .contact-right {
            text-align: center;
        }

        .contact-right iframe {
            height: 800px;
            width: 600px;
        }

        /*BoxesForMainPages--BoxesForMainPages*/
        /*BoxesForMainPages--BoxesForMainPages*/
        .page-title {
            color: white;
            text-align: center;
            font-size: 40px;
            margin-top: 20px;
        }

        .menu-info {
            color: white;
            text-align: center;
            font-size: 28px;
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 20px;
            line-height: 40px;
        }

        .click {
            color: red;
            text-align: center;
            margin-top: 20px;
            font-size: 30px;
        }

        .box-links {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .box-links img {
            height: 300px;
            width: 600px;
            margin-left: -25px;
        }

        .box-row {
            text-align: center;
        }

        .box-row button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
        }

        .box-row button:hover {
            transform: scale(1.2);
        }

        .page-title {
            color: white;
            text-align: center;
        }

        .service-info {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .service-info p {
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            margin-bottom: 20px;
            font-size: 24px;
        }

        .service-left h2 {
            font-size: 38px;
            background-color: rgba(169, 0, 0, 0.998);
        }

        .service-center h2 {
            font-size: 38px;
            background-color: rgba(169, 0, 0, 0.998);
            margin-top: 30px
        }

        .service-right h2 {
            font-size: 38px;
            background-color: rgba(169, 0, 0, 0.998);
            margin-top: 30px;
        }

        .service-info button {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 24px;
            font-weight: bold;
            background-color: rgba(169, 0, 0, 0.998);
            color: white;
        }

        #more,
        #more2,
        #more3,
        #more4,
        #more5,
        #more6,
        #more7,
        #more8,
        #more9,
        #more10,
        #more11,
        #more12,
        #more13,
        #more14,
        #more15,
        #more16,
        #more17,
        #more18,
        #more19,
        #more20,
        #more21,
        #more22,
        #more23,
        #more24,
        #more25,
        #more26,
        #more27,
        #more28,
        #more29,
        #more30,
        #more31,
        #more32,
        #more33 {
            display: none;
        }

        .gallery-header {
            color: white;
            margin-top: 20px;
            font-size: 34px;
            text-align: center;
        }

        .gallery {
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .gallery img {
            width: 568px;
            margin-left: 20px;
            margin-top: 20px;
            margin-right: 20px;
            overflow: hidden;
        }

        .gallery-background {
            text-align: center;
        }

        .gallery-left {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-middle {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-right {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-top: 30px;
            margin-right: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-left img {
            height: 300px;
            width: 600px;
        }

        .gallery-middle img {
            height: 300px;
            width: 600px;
        }

        .gallery-right img {
            height: 300px;
            width: 600px;
        }

        .gallery-background h2 button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
        }

        .gallery-background h2 button:hover {
            transform: scale(1.2);
        }

        .contact-box {
            margin-top: 50px;
            color: white;
        }

        .image-background img {
            width: 115%;
            height: 300px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1600px) {

        /*Header--Header*/
        /*Header--Header*/
        .top-bar img {
            height: 300px;
            width: 100%;
        }

        .top-contact {
            display: none;
        }

        .quote-button button {
            background-color: rgba(255, 0, 0, 0.737);
            font-size: 32px;
            font-weight: bold;
            border: 4px rgb(0, 0, 0) solid;
            border-radius: 10px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            cursor: pointer;
            color: white;
        }

        .quote-button button:hover {
            transform: scale(1.2);
        }

        .free-quote p {
            text-align: center;
            margin-top: -30px;
        }

        .mobile-contact {
            display: flex;
            background-color: rgba(255, 0, 0, 0.737);
            padding-bottom: 20px;
            padding-top: 20px;
            justify-content: center;
            justify-content: space-between;
            margin-top: 10px;
        }

        .mobile-contact a {
            text-decoration: none;
            color: white;
            font-size: 32px;
            font-weight: bold;
        }

        .mobile-contact i {
            color: white;
            margin-bottom: 10px;
            margin-top: 10px;
            margin-left: 120px;
            margin-right: 120px;
            transform: scale(2.0);
        }

        .mobile-contact i:hover {
            transform: scale(2.6);
        }

        .navbar {
            display: none;
        }

        /* The subnavigation menu */
        .subnav {
            display: none;
        }

        /*Nav-Bar--Nav-Bar*/
        .topnav {
            overflow: hidden;
            background-color: #000000;
            position: relative;
        }

        /* Hide the links inside the navigation menu (except for logo/home) */
        .topnav #myLinks {
            display: none;
        }

        /* Style navigation menu links */
        .topnav a {
            color: white;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 50px;
            display: block;
        }

        /* Style the hamburger menu */
        .topnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .topnav a:hover {
            background-color: #ff0000;
            color: black;
        }

        .active {
            background-color: #000000;
            color: white;
        }

        .sub-menu-gallery {
            display: none;
        }

        .sub-menu-stain {
            display: none;
        }

        .sub-menu-paint {
            display: none;
        }

        .sub-menu-wash {
            display: none;
        }

        /*Nav-Bar--Nav-Bar*/
        /*Footer--Footer*/
        /*Footer--Footer*/
        .footer-quote p {
            text-align: center;
            margin-top: 30px;
        }

        .footer-distributed {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .footer-left a {
            text-decoration: none;
        }

        .footer-left h3 {
            font-size: 40px;
        }

        .footer-left h4 {
            font-size: 24px;
        }

        .footer-distributed .footer-links a {
            text-decoration: none;
        }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            font-size: 28px;
            font-weight: bold;
            color: red;
        }

        .footer-distributed .footer-links a:hover {
            text-decoration: none;
            color: red;
        }

        .footer-distributed .footer-links a:active {
            text-decoration: none;
            color: white;
        }

        .footer-distributed .footer-center p a {
            text-decoration: none;
            color: inherit;
        }

        .footer-company-name {
            display: none;
        }

        .footer-center {
            margin-top: 80px;
            line-height: 50px;
        }

        .footer-center a {
            text-decoration: none;
            color: inherit;
        }

        .footer-center i {
            transform: scale(6.0);
            margin-top: 60px;
            padding-bottom: 20px;
        }

        .footer-center i:hover {
            transform: scale(7.0);
        }

        .footer-center p:hover {
            transform: scale(1.5);
        }

        .footer-center p {
            font-size: 48px;
            letter-spacing: 5px;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            margin-top: 20px;
            padding-bottom: 30px;
            margin-bottom: 50px;
        }

        .footer-right {
            display: none;
        }

        .qwc {
            text-align: center;
        }

        .qwc h3 {
            color: white;
        }

        .qwc img {
            height: 200px;
        }

        /*Index--Index*/
        /*Index--Index*/
        .mission-statement {
            color: white;
        }

        .mission-statement h2 {
            text-align: center;
            font-size: 48px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .mission-statement p {
            margin-left: 50px;
            margin-right: 50px;
            text-align: center;
            font-size: 24px;
        }

        .click-index {
            color: red;
            margin-top: 14px;
            margin-left: 20px;
            margin-right: 20px;
        }

        .click-index h2 {
            text-align: center;
            font-size: 32px;
        }

        .index-background {
            text-align: center;
        }

        .index-left {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 150px;
            margin-right: 150px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-middle {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 150px;
            margin-right: 150px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-right {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 150px;
            margin-right: 150px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-left img {
            height: 500px;
            width: 100%;
        }

        .index-middle img {
            height: 500px;
            width: 100%;
        }

        .index-right img {
            height: 500px;
            width: 100%;
        }

        .menu-links {
            display: none;
        }

        .index-background h2 button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
            width: 500px;
        }

        .index-background h2 button:hover {
            transform: scale(1.2);
        }

        /*Reviews--Reviews*/
        /*Reviews--Reviews*/
        .review-background {
            background-image: url(/images/gray/customer.png);
            background-color: rgb(182, 182, 182);
            background-position: center;
            background-repeat: no-repeat;
            height: 80%;
            margin-top: 10px;
        }

        .review-title h2 {
            text-align: center;
            color: rgba(255, 255, 255, 0.881);
            text-shadow: 1px 2px 5px rgba(100, 0, 0, 0.727);
            font-size: 44px;
            padding-top: 70px;
        }

        .widget-review {
            margin-right: 70px;
            margin-left: 70px;
            margin-top: 20px;
        }

        /*Contact--Contact*/
        .contact-left {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .contact-info a {
            margin-top: 70px;
            text-decoration: none;
            color: inherit;
            transform: scale(3.0);
        }

        .contact-info a:hover {
            transform: scale(3.5);
        }

        .contact-info h3 {
            font-size: 50px;
            margin-top: 60px;
        }

        .contact-info p {
            font-size: 24px;
        }

        .contact-middle {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .contact-title h2 {
            font-size: 60px;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            letter-spacing: 5px;
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .contact-middle p {
            font-size: 20px;
            margin-top: 10px;
            line-height: 30px;
            margin-left: 20px;
            margin-right: 20px;
        }

        #contact-form h2 {
            text-align: center;
            color: #ffffff;
            padding-top: 10px;
            font-size: 56px;
        }

        #contact-form p {
            text-align: center;
            color: white;
            font-size: 25px;
        }

        #contact-form input {
            font-size: 18px;
        }

        #contact-form label {
            font-size: 25px;
            text-align: center;
        }

        #contact-form span {
            font-size: 18px;
            text-align: center;
        }

        #contact-form textarea {
            width: 400px;
            height: 100px;
        }

        #my-form .data-entry {
            padding: .5em 8%;
        }

        #my-form textarea {
            padding: 10px 20px;
        }

        #submit {
            width: 170px;
            height: 70px;
            font-size: 32px;
            margin: .4em;
            background-color: red;
            font-weight: bolder;
            color: white;
        }

        #contact-form p {
            margin-top: 20px;
        }

        #contact-form {
            text-align: center;
        }

        #my-form #align {
            box-sizing: border-box;
            width: 96%;
            text-align: center;
            margin: 0 2%;
            padding: 2em;
        }

        .contact-right {
            text-align: center;
        }

        .contact-right iframe {
            height: 800px;
            width: 800px;
        }

        /*BoxesForMainPages--BoxesForMainPages*/
        /*BoxesForMainPages--BoxesForMainPages*/
        .page-title {
            color: white;
            text-align: center;
            font-size: 40px;
            margin-top: 20px;
        }

        .menu-info {
            color: white;
            text-align: center;
            font-size: 28px;
            margin-left: 50px;
            margin-right: 50px;
            margin-top: 20px;
            line-height: 40px;
        }

        .click {
            color: red;
            text-align: center;
            margin-top: 20px;
            margin-left: 50px;
            margin-right: 50px;
            font-size: 30px;
        }

        .box-links {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .box-links img {
            height: 300px;
            width: 95%;
        }

        .box-row {
            text-align: center;
        }

        .box-row button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
            width: 500px;
        }

        .box-row button:hover {
            transform: scale(1.2);
        }

        .page-title {
            color: white;
            text-align: center;
        }

        .service-info {
            color: white;
            text-align: center;
            margin-top: 20px;
        }

        .service-info p {
            margin-left: 70px;
            margin-right: 70px;
            margin-top: 30px;
            margin-bottom: 50px;
            font-size: 36px;
        }

        .service-left h2 {
            font-size: 38px;
            background-color: rgba(169, 0, 0, 0.998);
        }

        .service-center h2 {
            font-size: 38px;
            background-color: rgba(169, 0, 0, 0.998);
            margin-top: 30px
        }

        .service-right h2 {
            font-size: 38px;
            background-color: rgba(169, 0, 0, 0.998);
            margin-top: 30px;
        }

        .service-info button {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 24px;
            font-weight: bold;
            background-color: rgba(169, 0, 0, 0.998);
            color: white;
        }

        #more,
        #more2,
        #more3,
        #more4,
        #more5,
        #more6,
        #more7,
        #more8,
        #more9,
        #more10,
        #more11,
        #more12,
        #more13,
        #more14,
        #more15,
        #more16,
        #more17,
        #more18,
        #more19,
        #more20,
        #more21,
        #more22,
        #more23,
        #more24,
        #more25,
        #more26,
        #more27,
        #more28,
        #more29,
        #more30,
        #more31,
        #more32,
        #more33 {
            display: none;
        }

        .gallery-header {
            color: white;
            margin-top: 20px;
            font-size: 34px;
            text-align: center;
        }

        .gallery {
            width: 568px;
        }

        .gallery img {
            width: 568px;
            margin-left: 20px;
            margin-top: 20px;
            margin-right: 20px;
        }

        .gallery-background {
            text-align: center;
        }

        .gallery-left {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-middle {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-right {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-top: 30px;
            margin-right: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-left img {
            height: 300px;
            width: 95%;
        }

        .gallery-middle img {
            height: 300px;
            width: 95%;
        }

        .gallery-right img {
            height: 300px;
            width: 95%;
        }

        .gallery-background h2 button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
            width: 500px;
        }

        .gallery-background h2 button:hover {
            transform: scale(1.2);
        }

        .image-background {
            margin-left: 150px;
            margin-right: 150px;
        }

        .contact-box {
            margin-top: 50px;
            color: white;
        }

        .image-background img {
            width: 100%;
            height: 500px;
        }
    }

    @media screen and (min-width: 1601px) {

        /*Header start*/
        .top-bar {
            display: flex;
            justify-content: space-between;
            background-color: #ed1b24;
        }

        .top-bar h1 {
            margin-top: 10px;
            font-size: 90px;
            text-shadow: 1px 2px 5px rgba(100, 0, 0, 0.727);
            margin-left: -60px;
            color: white;
        }

        header img {
            width: 350px;
            margin-top: 20px;
        }

        header img:hover {
            transform: scale(1.2);
        }

        .top-contact {
            display: block;
            text-align: right;
        }

        .header-item {
            display: flex;
        }

        .header-item a {
            text-decoration: none;
            font-size: 30px;
            line-height: 30px;
            margin-top: 20px;
            color: rgb(255, 255, 255);
            text-shadow: 1px 2px 5px rgba(100, 0, 0, 0.727);
            margin-right: 30px;
        }

        .header-item a:hover {
            transform: scale(1.2);
        }

        .header-item strong {
            font-family: 'Times New Roman', Times, serif;
        }

        .free-quote {
            height: 65px;
            background-color: #ED1B24;
            text-align: center;
            padding-top: 6px;
            margin-top: -50px;
        }

        .quote-button button {
            background-color: rgba(255, 0, 0, 0.737);
            font-size: 32px;
            font-weight: bold;
            border: 4px rgb(0, 0, 0) solid;
            border-radius: 10px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            cursor: pointer;
            color: white;
        }

        .quote-button button:hover {
            transform: scale(1.2);
        }

        .navbar {
            align-items: center;
            justify-content: center;
            background-color: #000000;
            display: flex;
        }

        .navbar a {
            font-size: 22px;
            font-weight: bold;
            color: white;
            padding: 15px 20px;
            text-decoration: none;
        }

        /* The subnavigation menu */
        .subnav {
            overflow: hidden;
            text-align: center;
        }

        /* Subnav button */
        .subnav .subnavbtn {
            font-size: 16px;
            border: none;
            outline: none;
            color: white;
            background-color: inherit;
            font-family: inherit;
            display: flex;
        }

        /* Add a red background color to navigation links on hover */
        .navbar a:hover,
        .subnav:hover .subnavbtn {
            background-color: red;
        }

        /* Style the subnav content - positioned absolute */
        .subnav-content {
            display: none;
            background: black;
            position: absolute;
        }

        /* Style the subnav links */
        .subnav-content a {
            color: white;
            text-decoration: none;
        }

        /* Add a grey background color on hover */
        .subnav-content a:hover {
            background-color: #ff0000;
            color: rgb(255, 255, 255);
        }

        /* When you move the mouse over the subnav container, open the subnav content */
        .subnav:hover .subnav-content {
            display: flex;
            flex-direction: column;
        }

        /*Header end*/
        /*Footer start*/
        footer {
            bottom: 0;
            background-color: black;
            box-sizing: border-box;
            color: white;
        }

        footer img {
            height: 100px;
        }

        footer h3 {
            font-size: 12px;
            text-decoration: none;
        }

        .footer-distributed {
            display: flex;
            text-align: left;
            font: bold 16px;
            padding-top: 100px;
            padding-left: 100px;
        }

        .footer-distributed .footer-left .footer-distributed .footer-center .footer-distributed .footer-right {
            display: inline-block;
            vertical-align: top;
        }

        .footer-distributed .footer-left {
            width: 30%;
        }

        .footer-left h4 {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .footer-distributed h3 {
            font-size: 36px;
        }

        .footer-distributed .footer-links {
            color: red;
            margin: 20px 0 12px;
            color: inherit;
        }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            font-size: 21px;
            font-weight: bold;
            color: inherit;
        }

        .footer-distributed .footer-links a:hover {
            text-decoration: none;
            color: red;
        }

        .footer-distributed .footer-links a:active {
            text-decoration: none;
            color: white;
        }

        .footer-distributed .footer-company-name {
            font-size: 14px;
            font-weight: normal;
            margin: 0;
        }

        .footer-distributed .footer-center {
            width: 35%;
        }

        .footer-distributed .footer-center i {
            font-size: 25px;
            width: 38px;
            height: 3;
            text-align: center;
            border-radius: 50%;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
            color: black;
            background-color: red;
        }

        .footer-distributed .footer-center p {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-size: 28px;
            font-weight: bold;
        }

        .footer-distributed .footer-center p a {
            text-decoration: none;
            color: inherit;
        }

        .footer-distributed .footer-right {
            width: 30%;
        }

        .footer-distributed .footer-company-about {
            line-height: 20px;
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 20px;
        }

        .footer-distributed .footer-company-about span {
            font-size: 24px;
        }

        .qwc {
            text-align: center;
            padding-top: 50px;
            color: gray;
        }

        .footer-distributed strong {
            color: red;
        }

        .footer-distributed p {
            color: gray;
        }

        .footer-quote {
            position: relative;
            color: black;
            text-align: center;
            margin-top: 50px;
            margin-bottom: -75px;
        }

        .footer-quote button {
            margin-top: 20px;
        }

        /*footer end*/
        /*nav start*/
        .topnav {
            display: none;
        }

        /* Hide the links inside the navigation menu (except for logo/home) */
        .topnav #myLinks {
            display: none;
        }

        /*nav end*/
        /*index start*/
        .mission-statement {
            color: white;
        }

        .mission-statement h2 {
            text-align: center;
            font-size: 48px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .mission-statement p {
            margin-left: 250px;
            margin-right: 250px;
            text-align: center;
            font-size: 24px;
        }

        .click-index {
            color: red;
            margin-top: 14px;
            margin-left: 20px;
            margin-right: 20px;
        }

        .click-index h2 {
            text-align: center;
            font-size: 32px;
        }

        .index-background {
            text-align: center;
            display: flex;
            justify-content: center;
        }

        .index-left {
            border: 4px solid red;
            border-radius: 20px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-middle {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-right {
            border: 4px solid red;
            border-radius: 20px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .index-left img {
            height: 700px;
            width: 700px;
        }

        .index-middle img {
            height: 700px;
            width: 700px;
        }

        .index-right img {
            height: 700px;
            width: 700px;
        }

        .menu-links {
            display: none;
        }

        .index-background h2 button {
            color: white;
            font-size: 50px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
            width: 600px;
            cursor: pointer;
        }

        .index-background h2 button:hover {
            transform: scale(1.2);
        }

        /*index end*/
        /*gallery start*/
        .gallery-background {
            text-align: center;
            display: flex;
            justify-content: center;
        }

        .gallery-left {
            border: 4px solid red;
            border-radius: 20px;
            margin-top: 30px;
            margin-left: 70px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-middle {
            border: 4px solid red;
            border-radius: 20px;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
            height: 800px;
            width: 900px;
        }

        .gallery-right {
            border: 4px solid red;
            border-radius: 20px;
            margin-top: 30px;
            margin-right: 70px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .gallery-left img {
            height: 700px;
            width: 900px;
        }

        .gallery-middle img {
            height: 700px;
            width: 900px;
        }

        .gallery-right img {
            height: 700px;
            width: 900px;
        }

        .gallery-background h2 button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
            width: 500px;
        }

        .gallery-background h2 button:hover {
            transform: scale(1.2);
        }

        /*gallery end*/
        /*box start*/
        .page-title {
            color: white;
            text-align: center;
            font-size: 40px;
        }

        .menu-info {
            color: white;
            text-align: center;
            font-size: 28px;
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 20px;
            line-height: 40px;
        }

        .click {
            color: red;
            text-align: center;
            margin-top: 20px;
            font-size: 30px;
        }

        .box-links {
            border: 4px solid red;
            border-radius: 20px;
            margin-top: 30px;
            padding-bottom: 30px;
            overflow: hidden;
            background-image: url(/images/background/grey-concrete.jpg);
        }

        .box-row {
            text-align: center;
        }

        .box-row button {
            color: white;
            font-size: 32px;
            margin-top: 20px;
            padding: 20px 30px;
            background-color: rgba(29, 7, 7, 0.466);
            box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.727);
            font-family: 'Times New Roman', Times, serif;
            font-weight: bold;
            border: none;
            width: 500px;
        }

        .box-row button:hover {
            transform: scale(1.2);
        }

        .page-title h2 {
            font-size: 100px;
            text-align: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 50px;
            padding-bottom: 50px;
            text-shadow: 1px 2px 5px rgba(100, 0, 0, 0.727);
        }

        .service-info {
            color: white;
            display: flex;
            justify-content: space-between;
            margin: 100px 100px 50px 100px;
        }

        .service-info h2 {
            background-color: red;
            border: 2px black solid;
            font-size: 40px;
            padding-top: 5px;
            padding-bottom: 7px;
        }

        .service-info p {
            font-size: 28px;
            padding-top: 10px;
            background-color: black;
            padding-left: 50px;
            padding-right: 50px;
            padding-bottom: 25px;
            padding-top: 25px;
            line-height: 40px;
        }

        .service-left {
            width: 30%;
            text-align: center;
        }

        .service-center {
            width: 30%;
            text-align: center;
        }

        .service-right {
            width: 30%;
            text-align: center;
        }

        .service-info button {
            background-color: red;
            font-size: 20px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            padding: 5px
        }

        #more,
        #more2,
        #more3,
        #more4,
        #more5,
        #more6,
        #more7,
        #more8,
        #more9,
        #more10,
        #more11,
        #more12,
        #more13,
        #more14,
        #more15,
        #more16,
        #more17,
        #more18,
        #more19,
        #more20,
        #more21,
        #more22,
        #more23,
        #more24,
        #more25,
        #more26,
        #more27,
        #more28,
        #more29,
        #more30,
        #more31,
        #more32,
        #more33 {
            display: none;
        }

        /*box end*/
        /*gallerys start*/
        .gallery-header {
            color: rgb(255, 255, 255);
            text-align: center;
            padding-top: 50px;
            padding-bottom: 50px;
            font-size: 50px;
        }

        .gallery {
            margin-left: 150px;
            margin-bottom: 100px;
            margin-top: 50px;
            justify-content: center;
            align-items: center;
        }

        .gallery img {
            width: 500px;
            height: 550px;
            padding: 10px;
            background-color: rgb(0, 0, 0);
            border-radius: 10px;
        }

        .gallery img:hover {
            transform: scale(1.1);
            transition: .4s ease-in;
        }

        /*gallerys end*/
        /*start-contact-us*/
        .contact-box {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contact-background {
            background-color: black;
        }

        .contact-left {
            width: 30%;
            color: red;
            background-color: black;
        }

        .icon {
            color: rgba(255, 0, 0, 0.694);
            text-decoration: none;
            vertical-align: middle;
            border-image: initial;
            border-radius: 50% 50% 50% 50%;
            padding: 3% 6% 3% 6%;
        }

        .flex-item p {
            color: rgb(90, 90, 90);
            font-size: 20px;
            text-align: right;
            padding-bottom: 4px;
            font-style: italic;
        }

        .flex-item {
            justify-content: center;
            margin: 70px;
            border-bottom: rgba(255, 0, 0, 0.366) 1px solid;
        }

        .flex-item h3 {
            justify-content: center;
            color: rgb(90, 90, 90);
            font-size: 32px;
            display: inline-block;
            margin-left: 30px;
            vertical-align: middle;
            font-weight: bold;
        }

        #contact-form {
            text-align: center;
            color: white;
        }

        .contact-middle {
            width: 30%;
            background-color: black;
        }

        .contact-right {
            width: 30%;
            text-align: center;
        }

        #contact-form h2 {
            text-align: center;
            color: white;
            padding-top: 10px;
            font-size: 56px;
        }

        #contact-form p {
            text-align: center;
            color: white;
            font-size: 25px;
        }

        #contact-form input {
            font-size: 18px;
        }

        #contact-form label {
            font-size: 25px;
            text-align: center;
        }

        #contact-form span {
            font-size: 18px;
            text-align: center;
        }

        #contact-form textarea {
            width: 400px;
            height: 100px;
        }

        #my-form .data-entry {
            padding: .5em 8%;
        }

        #my-form textarea {
            padding: 10px 20px;
        }

        #submit {
            width: 170px;
            height: 70px;
            font-size: 32px;
            margin: .4em;
            background-color: red;
            font-weight: bolder;
            color: white;
        }

        #contact-form p {
            margin-top: 20px;
        }

        #contact-form {
            text-align: center;
        }

        #my-form #align {
            box-sizing: border-box;
            width: 96%;
            text-align: center;
            margin: 0 2%;
            padding: 2em;
        }

        .contact-right iframe {
            height: 800px;
            width: 600px;
        }

        /*end-contact-us*/
        .image-background {
            margin-left: 600px;
            margin-right: 600px;
        }

        .review-background {
            background-image: url(/images/gray/customer.png);
            background-color: rgb(182, 182, 182);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 300px;
        }

        .review-title h2 {
            text-align: center;
            color: rgba(255, 255, 255, 0.881);
            text-shadow: 1px 2px 5px rgba(100, 0, 0, 0.727);
            font-size: 92px;
            padding-top: 100px;
        }

        .widget-review {
            margin-top: 30px;
        }

        .contact-box {
            margin-top: 50px;
        }

        .menu-info {
            margin-left: 200px;
            margin-right: 200px;
        }

        .image-background img {
            width: 100%;
        }

        .mobile-contact {
            display: none;
        }
    }