body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Assistant', 'Arial', sans-serif; /* Use a clean font */
    background-color: #000;
    overflow:initial !important;
}

@font-face {
	font-family: 'ZonaPro-Black';
	src: url('fonts/zona-pro/zona-pro-black/webfonts/zona-pro-black.eot');
	src: url('fonts/zona-pro/zona-pro-black/webfonts/zona-pro-black.eot?#iefix') format('embedded-opentype'),
             url('fonts/zona-pro/zona-pro-black/webfonts/zona-pro-black.woff2') format('woff2'),
	     url('fonts/zona-pro/zona-pro-black/webfonts/zona-pro-black.woff') format('woff'),
	     url('fonts/zona-pro/zona-pro-black/webfonts/zona-pro-black.ttf') format('truetype'),
	     url('fonts/zona-pro/zona-pro-black/webfonts/zona-pro-black.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}


.background-page {
    background-image: url('images/cab4_2700.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.background-color {
    background-color: rgba(0, 0, 0, 0.85); /* Adjust the opacity value as needed */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow:scroll;
}

.background-content {
    background-image: url('images/cab4_2700.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    padding-bottom: 30px;
}

.content-block {
    width:100%;
    margin: 0px 0px 0px 0px;
    color: black;
    font-family: 'Assistant', sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.content {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.9); /* Slightly more opaque */
    padding: 40px 120px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    margin:40px auto 0px auto;
}

.header-block {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: relative;
    top: 0;
    left: 0;
    display:block;
}

.header-content {
    color:white;
    margin:auto;
    width:60%;
    display:block;
}

.header-content div {
    display:inline-block;
    margin-top:1em !important;
}

.logo-header {
    width:330px;
}

.handcrafted {
    width:330px;
    text-align:right;
    float:right;
}

.bottom-block {
    position:fixed;
    width: 100%;
    z-index:10;
}

.bottom-content div {
    display:inline-block;
}

.bottom-content{
    width:60%;
    margin: 20px auto 0px auto;
    color:#fff;
    height: 70px;
    display:block;
    position:relative;
    height:100px;
}

.featured {
    width:29%;
    margin:0px;
    padding:0px;
    vertical-align:top;
    font-family:'Black Ops One', 'arial',sans-serif;
    font-size:2.5em;
    line-height:1em;
    white-space:nowrap;
}

.copyright {
    vertical-align:top;
    width:60%;
    margin:0px 2% 0px 0px;
}

h1 {
    font-family:'ZonaPro-Black','bouldbold',Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    margin: 0;
    line-height:1.15em;
    font-weight:normal;
}

h2 {
    font-family:'Assistant',Arial, Helvetica, sans-serif;
    font-size:1.2em;
    font-weight:700;
}

p {
    font-size: 1.2em;
    margin: 10px 0;
}

button {
    padding: 10px 20px;
    font-size: .75em;
    border: none;
    border-radius: 5px;
    background-color: #007BFF; /* Primary button color */
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
    position:absolute;
    right:2em;
    top:1em;
    margin:0 0 0 1em;
}

button:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

form button {
    padding: 10px 20px;
    font-size: .75em;
    border: none;
    border-radius: 5px;
    background-color: #007BFF; /* Primary button color */
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
    position:relative;
    left:-1em;
    top:1em;
    margin:0 0 0 1em;
}

#services {
    position:relative;
}

#services h2 {
    display:inline-block;
}

.content div {
    display:block;
}
.section {
    border-bottom:2px gray solid;
    padding:20px auto;
}

.section:last-child {
    border-bottom:0px;
  
}

.section h1 {
    text-align: center;
}

.section h2,.section {
    text-align: left;
}
.dontbreak {
    white-space:nowrap;
}

.content div div div, #content ul li {
    text-align:left;
    vertical-align:top;
    }

.content .col1, .content .col2, .content .col3, #clients ul {
    width: 29%;
    display: inline-block;
    margin: 0 2% 0 0;
    padding: 0px;
    vertical-align: top;
    }
    
.content div div div p,#contact p {
 font-size:1em;
    }
    
.content div div div h4 {
margin-bottom: 0.1em;
    }

#clients ul {
    list-style-type: none; /* Remove bullets */
  
    } 
    
#clients ul li {
border-bottom:solid 1px gray;
padding-bottom:.25em;
    }  
    
#contact h4 {
margin:0px;
padding:0px;
    }
    
#contact p {
margin:0px 0px;
padding:0px;
    }

#clients ul li:last-child {
border-bottom:0px;
margin-bottom:.5em;
    }

.more-services {
 opacity: 0; /* Invisible */
 visibility: hidden; /* Prevent interaction */
 transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}
      
.more-services.show {
  opacity: 1; /* Visible */
  visibility: visible; /* Allow interaction */
}

      
input[type=text], input[type=tel], input[type=email], #message{
    border: 1px solid gray;
} 

.page .name-group, .page .com-group{
    position:relative;
}

.page .h50-group label, 
.page .name-group label, 
.page .com-group label, 
.page .name-group + div label,
.page .com-group + div label {
  padding-top:.5em;
 }

.h50-group {
    position:relative;
    width:46%;
    display:inline-block;
}

.h50-group + div {
    width:46%;
    display:inline-block;
    position:absolute;
    right:0px;
    top:0px;
}

select {
    width:32vw;
    padding: 8px;
    border-radius: 4px;
}

@media (max-width: 1310px) {

    .header-content {
        align-items:center;
        justify-content:center;
        display:grid;
    }

    .header-content div {
        width:330px;
        height:48px;
        display:block;
        place-items:center;
        margin:auto;
    }
    
    .bottom-content {
        display:grid;
        align-items:center;
        justify-content:center;
    }

    .bottom-content div {
        display:block;
        margin:auto;
    }

    .featured {
        width:240px;
        margin:auto;
    }

    .handcrafted {
        margin-left:-12px !important;
    }

    .copyright {
        width:100%;
        margin:.75em 2% 0px 0px !important;
    }

    .content, .header-content, .bottom-content{
        width: 68% !important;
    }



    h1 {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }

    .dontbreak {
        white-space:wrap;
    }
    .content{
    padding: 20px 20px;
    }
}

@media (max-width: 800px) {

    select {
        width:64vw;
        padding: 8px;
        border-radius: 4px;
    }

    .h50-group {
        width:92%;
        display:block;
    }
    
    .h50-group + div {
        width:92%;
        display:block;
        position:relative;
    }

    
    .header-content div {
        display:block;
    }

    #clients ul {
        margin-top:0px;
        padding-top:0px;
    }

    #clients ul li {
        line-height:1.65em;
    }

    #clients ul li:first-child, #clients ul li:last-child {
        margin:0px;
        padding:0px;
    }

    #clients ul li:last-child {
        border-bottom: 1px solid gray;
           }
           
    #clients ul+ul+ul li:last-child {
       border-bottom: 0px; 
           }

    
    .content, .header-content, .bottom-content{
        width: 78% !important;
    }

    h1 {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }

    .dontbreak {
        white-space:wrap;
    }
    .content{
    padding: 20px 20px;
    }

    .content .col1,.content .col2, .content .col3, .content #clients ul {
    width: 100%;
    display: inline-block
    }
            
    #contact div{
    display:block;
    margin-bottom: 1em;
    }
        
}

@media (max-width: 600px) {


    #clients ul li:last-child {
        border-bottom: 1px solid gray;
           }
           
    #clients ul+ul+ul li:last-child {
       border-bottom: 0px; 
           }

    .content, .header-content, .bottom-content{
        width: 82% !important;
    }

    h1 {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }

    .dontbreak {
        white-space:wrap;
    }
    .content{
    padding: 20px 20px;
    }
}