html, body{
    /*background-color: rgb(77, 77, 77);*/
    font-family:  Arial, Helvetica, sans-serif;
    color:black;
    margin: 0;
    padding: 0;
    height: 100%;
}

#Announcement p{
    text-indent: 20px;
}

#termsOutter{
    padding: 20px;
    background-color: rgba(77, 77, 77, 1.0);
}

#termsInner{
    min-width: 100%;
    background-color: rgba(77, 77, 77, 1.0);
    padding: 0px;
    color: white; 
}

.no-current-openings{
    color: red;
    font-weight: bold;

}

.gold-bg{
   background-color: rgb(195, 157, 99); 
}

.padding-0{
    padding: 0;
}

.padding-20px{
    padding: 20px;
}

.padding-top-3px{
    padding-top: 3px;
}

.padding-top-20px{
    padding-top: 20px;
}

.padding-bottom-20px{
    padding-bottom: 20px;
}

.padding-top-50px{
    padding-top: 50px;
}

.padding-50px{
    padding: 50px;
}

.margin-top-50px{
    margin-top: 50px;
}

.text-color-white{
    color: white;
}

.margin-bottom-20px{
    margin-bottom: 20px;
}

/* Cookie Pop Up */
#cookie-banner{
    color: white;
    background-color: rgba(30, 30, 30, 0.95);
    /* display: none; */
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0;
    padding: 20px 10px 20px 10px;
    text-align: center;
    animation: cookieSproutUp 1s ease;

}

/*
#short-text{
    display: block;
}

#full-text {
    display: none;
}
*/

#read-more {
    color: white;
    cursor: pointer;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
}

#delete-all-cookies{
    margin: 10px;
    border-radius: 10px;
    background-color: rgb(200, 100, 90);
    padding: 10px;
    font-size: 1.4rem;
    border: 1px solid black;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    color: black !important;

}

#delete-all-cookies:hover{
    background-color: rgb(200, 100, 70);
}

#delete-all-cookies:active{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

#accept-cookies{
    margin: 10px;
    border-radius: 10px;
    background-color: rgb(144, 238, 144);
    padding: 10px;
    font-size: 1.4rem;
    border: 1px solid black;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    color: black !important;
}

#accept-cookies:hover{
    background-color: rgb(100, 238, 100);
}

#accept-cookies:active{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

/* End Cookie Pop Up */

#footer{
    color: white; 
    text-align: center; 
    padding-top: 25px;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    min-height: 50px;
    /* min-width: fit-content; */
    min-width: 100%; 
    margin: 0;
    font-weight: 100;
    left: 0;
    right: 0;
    position: relative;
    /* margin-top: -100px; */
    padding-bottom: 25px;
    /* clear: both; */
}

#footer a{
    color: white;
    text-underline-offset: 10px;
    line-height: 2.0;
}

#closeCookieBanner{
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

#cookie-footer a{
    color: white;
    text-underline-offset: 10px;
    line-height: 2.0;
}
#searchButton{
    padding: 5px;
}

#searchDiv1{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    /* background-color: green; */
}

#searchDiv2{
    padding-left: 20px; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    margin-left:auto; 
    margin-right: auto; 
    padding-right: 20px; 
    margin-top: 10px;
    box-shadow: 12px 12px 12px 2px black;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}

#searchResultsDiv{
    display: block;
    overflow: auto;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 100px;
}

#searchResultsTable{
    width: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    margin-right: auto; 
    box-shadow: 12px 12px 12px 2px black;
}


#signLeft{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

#signLeft a{
    color: white
}

#signLeftBar{
    color: white; 
    width: 5px; 
    margin-top: 20px;
    max-height: 80px;
    background-color: white; 
    margin-left: 0px; 
    text-decoration-line: none;
}

#container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#main{
    overflow: auto;
    flex: 1;
    padding-bottom: 100px;
}

#signinPageContainer{
	display: flex;
    flex-wrap: wrap;
    /* background-color: green; */
    justify-content: center;
    align-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

#signinFormDiv{
	/*background-color:rgba(21, 70, 153, .8);*/
	/* display: inline-block; */
	/* margin-left: 40%; */
    /* margin-left: auto;
    margin-right: auto;
    align-content: center; */
    margin-left: 20px;
    margin-right: 20px;
    width: 200px;
	padding: 50px;
	border-radius: 0px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.8);
	/* background-color: rgba(145, 145, 145, 0.8); */
    /* background-color: rgba(84, 130, 209, 0.8); */
    /* background-color: rgba(145, 145, 145, 1.0); */
    background: linear-gradient(45deg, rgb(95, 95, 95), rgb(150, 150, 150), rgb(95, 95, 95));
    color: white;
}

#helloDiv{
    /* color: white;  */
    color: black;
    padding-left: 20px; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    font-size: 18pt; 
    /*background-color: blue;*/
}

#helloPara{
    /* background-color: rgba(235, 124, 33, 0.8);  */
    /* background-color: rgba(84, 130, 209, 0.8);  */
    width: fit-content; 
    padding: 10px; 
    border-radius: 10px;
}

#mainScreenSignin{
    display: block; 
    /* background-color: blue;  */
    height: fit-content;
    overflow: auto;
    /* padding-bottom: 300px; */
    padding-top: 0px;
    /* background-color: yellow; */
    padding-bottom: 20px;
}

#mainScreenIndex{
    display: block; 
    /* background-color: red;  */
    height: fit-content;
    overflow: auto;
    /* padding-bottom: 300px; */
    padding-top: 0px;
    /* background-color: yellow; */
}

#mainScreen2{
    /* background-color: aqua;  */
    display: block;
    overflow: auto;
    padding-left: 60px;
    padding-right: 60px;
    /* padding-top: 80px; */
    padding-top: 20px;
    /* padding-bottom: 100%; */
    padding-bottom: 100px;
}

#mainScreen2Table{
    width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    color: white;
    /* background-color: rgba(119, 51, 255, 0.8); */
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    margin-right: auto;
    /* margin-left: 20px;
    margin-right: 20px; */
    box-shadow: 12px 12px 12px 2px black;
}

#mainScreen3{
    display: block; 
    background-color: blue; 
    /* height: max-content; */
    height: 800px;
    overflow: scroll;
}

#header{
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    font-weight: 100;
    /* left: 0;
    right: 0; */
    font-weight: 500;
    min-height: 100px;
    min-width: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

#headerP{
	margin: 0;
	padding-top: 20px;
    padding-bottom: 20px;
	color: white;
    text-align: center;
    font-size: 20pt;
    margin-left: auto;
    margin-right: auto;
}

#smallLogo{
    width: 58px; 
    height: 47px;
}

#ClockDisplay{
    color: rgb(195, 157, 99);
    text-align: center; 
    font-size: 16pt; 
    font-weight: 500;   
}

/* #bg-video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
} */

.searchbar{
    font-size: 20px;
    margin-left: 10px;
    height: 40px;
    width: 160px;
    padding-left: 30px;
    border-radius: 30px;
    border-style: none;
    border-color: rgba(0, 0, 0, 0.6);
}

#registerPageContainer{
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 50px;
}

#register-formDiv{
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;
	padding: 40px;
	border-radius: 0px;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.8);
	background-color: rgba(145, 145, 145, 1.0);
}

.pageTitle{
    text-align: center;
    padding-top: 10px;
    /* color: white; */
    color: black;
    padding-bottom: 10px;
    text-shadow: -1px 1px 2px #000, 1px 2px 6px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

/* General Styles */

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

a:hover {
    background-color: rgb(195, 157, 99);
}

/* Header */
.header2 {
    background: rgb(0, 0, 0);
    /* padding-bottom: 20px; */
    color: rgb(255, 255, 255);
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    /* background-color: lightblue ; */
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
}

/* 
MOVED TO menu.css
.containerForNavMenu{
    padding: 30px 20px 10px 20px;
} */

.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav ul li {
    display: inline;
}

.nav a {
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    border-radius: 5px;
}

.nav a.active {
    /* background-color: rgb(195, 157, 99); */
    background: linear-gradient(45deg, rgb(195, 157, 99), rgb(255, 255, 255), rgb(195, 157, 99));
    color: black;
    /* color: rgb(255, 255, 255); */
}

.nav a:hover{
    background-color: rgba(195, 157, 99, 0.5);
}

/* Hero Section */
.hero {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('LouRockLogo2.png') no-repeat center center/cover; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('LouRockLogo2.png') no-repeat center;
    color: rgb(255, 255, 255);
    /* text-align: center; */
    padding: 120px 20px;
    /* position: relative; */
}

.hero h1, .hero p {
    animation: fadeInUp 1.5s ease-in-out;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.containerHero{
    padding: 70px 10px 70px 10px;
}

.containerOther{
    padding: 100px 10px 100px 10px;
}

.cta-filler{
    margin-top: 20px;
    padding: 12px 25px 12px 25PX;
}

.cta-button {
    /* background-color: rgb(195, 157, 99); */
    background: linear-gradient(45deg, rgb(227, 195, 129), rgb(255, 255, 255), rgb(227, 195, 129), rgb(255, 255, 255));
    color: black;
    /* color: rgb(255, 255, 255); */
    padding: 12px 25px 12px 25PX;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    /* transition: background 0.3s; */
    transition: background 0.3s;
}

.cta-button:hover {
    background: rgb(195, 157, 99);
}

/* Section Styles */
.section {
    padding: 60px 20px;
}

.section-title {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    padding-top: 3px;
    background-color: rgb(195, 157, 99);
    /* background: linear-gradient(45deg, rgb(227, 195, 129), rgb(255, 255, 255), rgb(227, 195, 129), rgb(255, 255, 255)); */
    margin-top: 20px;
    border-radius: 3px;
}

.grid {
    display: flex;
    flex-direction: column;
    margin: 20px;
    gap: 20px;
}

.smallLogo{
    width: 58px; 
    height: 47px;
}

/* Radar container */
.radar {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(227, 195, 129), rgb(255, 255, 255), rgb(227, 195, 129), rgb(255, 255, 255)); 
    box-shadow: 0 0 10px 2px rgba(195, 157, 99, 0.5);
    border: 2px solid rgb(195, 157, 99);
}

/* Pulse effect */
.pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    /* width: 100%;
    height: 100%; */
    border-radius: 50%;
    background: rgba(195, 157, 99, 0.5);
    /* transform: translate(-50%, -50%); */
    animation: radarPulse 2s infinite;
    border: 2px solid rgb(195, 157, 99);
}

.pulse a:hover{
    background: none;
}

/* a[href^="tel"] {
    color: inherit; /* Use the default text color 
    text-decoration: none; /* Remove underline 
} */

#phone-number{
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

#phone-number a{
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

#mainScreenIndexV2{
    display: block; 
    height: fit-content;
    overflow: auto;
    margin-bottom: 40px;
}

#tech_stack{
    background-color: rgba(77, 77, 77, 1.0);
    color: black; 
    display: block;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    font-size: 1.2rem;
    padding-top: 100px;
    padding-bottom: 100px;
}

#tech_used{
    text-decoration: underline;
    text-underline-offset: 7px;
    color: white;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 1.6;
}

#other_tech_used{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: white;
    margin-left: 50px;
    margin-right: 50px;
}

.technologiesList{
    font-weight: bold;
    color: white;
}

.technologiesList2{
    color: white;
}

#word-press-link-container{
    padding-left: 30px;
    padding-right: 30px;
    min-width: fit-content;
}

#word-press-link-container p{
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 400px;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5), -10px 10px 10px rgba(0, 0, 0, 0.5);
}

#contactUsV2 {
	/* background-color: rgba(77, 77, 77, 1.0); */
    /* background: linear-gradient(45deg, rgb(95, 95, 95), rgb(150, 150, 150), rgb(95, 95, 95)); */
	padding: 20px;
	display: block;
    text-align: center;
    color: black;
    /* color: white; */
}

#containerForIndexPage{
    min-height: 100vh; 
    display: flex; 
    flex-direction: column; 
}

#mainForIndexPage{
    overflow: auto; 
    flex: 1; 
    padding-bottom: 100px;
}

#callAction{
    /* background-color: rgba(77, 77, 77, 1.0); */
    background: linear-gradient(45deg, rgb(95, 95, 95), rgb(150, 150, 150), rgb(95, 95, 95));
    font-size: 2rem; 
    color: white; 
    text-align: center; 
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    padding: 100px 20px 100px 20px;
}

#service-area{
    font-size: 1.5rem; 
    font-weight: bold; 
    line-height: 3rem;
}
#service-area h1{
    font-size: 2rem;
}

#fillOutFormLink{
    font-weight: bold; 
    text-decoration: underline; 
    cursor: pointer;
}

#shopify-link{
    
}

#shopify-link:hover{
    /*text-shadowz: ;*/
    background-color: unset;
    background: none;
}

/* Title style */
.service-title {
    font-size: 1.5rem;
    color: white;
}

/* Service list styles */
.service-list {
    list-style-type: none;  /* Removes default bullet points */
    padding-left: 0;        /* Removes default padding */
    margin-bottom: 20px;
}

.service-item {
    margin-bottom: 20px;
}

.contact-description{
    line-height: 1.8;
}
.business-hours{
    line-height: 2.0;
}
.business-hours-green{
    color: rgb(0, 128, 0);
}

.underline{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.business-hours-off{
    color: rgb(255, 0, 0);
}

#serviceMessageForm input{
    border: none;
    border: 1px solid black;
    padding: 20px 40px 20px 40px;
    border-radius: 10px;
    /* box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8); */
}

#serviceMessageForm input:focus{
    outline: 2px solid rgb(255, 153, 0);  /* Orange outline on focus */
    outline-offset: 2px;
}

#serviceMessageForm select{
    border: none;
    border: 1px solid black;
    color: black !important;
    background: none !important;
}

#serviceMessageForm select:focus{
    outline: 2px solid rgb(255, 153, 0);  /* Orange outline on focus */
    outline-offset: 2px;
}

#serviceMessageForm textarea{
    border: none;
    border: 1px solid black;
    padding: 10px 10px 50px 10px;
    width: 300px;
    border-radius: 10px;
    /* box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.8); */
}

#serviceMessageForm textarea:focus{
    outline: 2px solid rgb(255, 153, 0);  /* Orange outline on focus */
    outline-offset: 2px;
}

#serviceType{
    -webkit-appearance: none;  /* Disable default appearance. This fixes iphone padding not taking effect. */
    appearance: none;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}

#message-button{
    color: black;
    background: linear-gradient(45deg, rgb(227, 195, 129), rgb(255, 255, 255), rgb(227, 195, 129), rgb(255, 255, 255));
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.2s;
}

#message-button:active{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
}

#message-button:focus{
    outline: 2px solid rgb(255, 153, 0); 
}

#message-is-sent-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#message-is-sent{
    /* background-color: rgba(255, 255, 255, 0.8);  */
    background: linear-gradient(45deg, rgb(227, 195, 129), rgb(255, 255, 255), rgb(227, 195, 129), rgb(255, 255, 255));
    padding: 20px; border-radius: 10px; 
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.8); 
    color: black; font-size: 2.0rem; 
    /* max-width: 800px;  */
    /* margin-left: auto; 
    margin-right: auto;  */
    line-height: 1.8;
}

.submit-button-class{
    cursor: pointer;
    background: linear-gradient(145deg, rgb(76, 175, 80), rgb(69, 160, 73));  /* Gradient background */
    color: white;
    border: none;
    padding: 12px 24px;  /* More padding for a larger button */
    font-size: 1rem;
    border-radius: 8px;  /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  /* Soft shadow for depth */
    transition: background 0.3s, transform 0.1s;  /* Smooth transitions */
    width: auto;
    text-align: center;
}

.submit-button-class:hover{
    background: linear-gradient(145deg, rgb(69, 160, 73), rgb(76, 175, 80));  /* Reversed gradient */
    transform: translateY(-2px);  /* Slight lift on hover */
}

.submit-button-class:active{
    background: linear-gradient(145deg, rgb(76, 175, 80), rgb(69, 160, 73));
    transform: translateY(1px);  /* Slight push down on click */
}

.submit-button-class:focus{
    outline: 2px solid rgb(255, 153, 0);  /* Orange outline on focus */
    outline-offset: 2px;
}

.display-none-cookie{
    display: none;
}

.display-block-cookie{
    display: block;
}

.display-none{
    display: none !important;
}

.overflow-hidden-body{
    overflow: hidden !important;
}

/* Keyframes for the pulse animation */
@keyframes radarPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes grow {
    from {
        /* transform: scale(0.0); */
        height: 0px;
    }
    to {
        /* transform: scale(1.0); */
        height: 600px;
    }
}

@keyframes shrink {
    from {
        /* transform: scale(0.0); */
        height: 600px;
    }
    to {
        /* transform: scale(1.0); */
        height: 0px;
    }
}

@keyframes fadeColorsInAndOut {
    0%   {opacity: 0;}
    25%  {opacity: 0.25;}
    50%  {opacity: 0.50;}
    75%  {opacity: 0.75;}
    100% {opacity: 1;}
}

@keyframes fadeInAndOut {
    /* 0% { opacity: 0; }
    50% { opacity: 1; }
    100% {opacity: 0;} */

    0% {box-shadow: 0px 0px 10px 0px rgba(34, 255, 0, 1.0);}
    50% {box-shadow: 0px 0px 10px 0px black;}
    100% {box-shadow: 0px 0px 10px 0px rgba(34, 255, 0, 1.0);}

    
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
  
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes cookieSproutUp {
    0% {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    50%{
        
    }
    100% {
        padding-top: 20px;
        padding-bottom: 20px;  
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav ul {
        flex-direction: column;
        align-items: center;
    }
}