/***

***/


*{
    margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
    height: 100%;

    background-color: white;
    font-family: "Space Mono";
    padding: 20px;

}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: black;
  font-weight: 800;
  padding: 10px;
  font-size: 15px;
}

nav a{
  color: black;
  text-decoration: none;
}

.nav-left {
  display: flex;
}

.nav-item-left {
  padding: 5px;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
  color: black;
}

.nav-item-right {
  padding: 5px;
  text-decoration: none;
  color: black;
}

main {
        padding: 20px;
      }

h1 {
  padding: 20px;
}

h2 {
  padding: 20px;
}

h3 {
  padding: 20px;
}

.projectsContainer {
  display: flex;
  flex-wrap: wrap;
   gap: 120px;
}

.projectsItem {
    width: 270px;
    height: 350px;

    border-radius: 3px;
    color: white;
    text-decoration: none;
    padding: 50px;
    font-size: 20px;
    --font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    flex-grow: 1;

}

#lagItem {
  flex-basis: 450px;
  background:url("http://kaseygambling.com/wp-content/uploads/2025/06/lag_bed_spotlight.png");
  background-size: cover;
  background-position: center;
  text-align: right;

}

#hotlineItem {
  flex-basis: 250px;
  background:url("http://kaseygambling.com/wp-content/uploads/2025/06/Business_card_yellow_pages_red_phone.jpeg");
  background-size: cover;
  background-position: center;
  text-align: right;
}

#lockdownItem {
  flex-basis: 280px;
    background:url("http://kaseygambling.com/wp-content/uploads/2025/06/lockdown6.0.jpeg");
  background-size: cover;
  text-align: right;
}

#stayItem {
  flex-basis: 210px;
  background:url("http://kaseygambling.com/wp-content/uploads/2025/06/Stay_at_Home_Hero_IMG_7703-min.jpeg");
  background-size: cover;
  text-align: right;
}

#mazeItem {
  flex-basis: 150px;
    background:url("http://kaseygambling.com/wp-content/uploads/2025/06/20160518_In_Her_Shoes_0089_copy.png");
  background-size: cover;
  background-position: center;
  text-align: right;
  
}

--a:link {
  color: black;
  text-decoration: none;
}





--a:visited {
  color: #707070;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

footer {
  text-align: center;
}

/***
lag
***/

/* The banner image */
#banner-lag {
  background-image:url("http://kaseygambling.com/wp-content/uploads/2025/06/lag_bed_spotlight.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
  height: 300px;
  width: 100%;
  padding: 0px ;
  
  
}

#banner-hotline {
  background-image:url("http://kaseygambling.com/wp-content/uploads/2025/06/Business_card_yellow_pages_red_phone.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
  height: 300px;
  width: 100%;
  padding: 0px ;
  
  
}


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  /*min-height: 400px;*/
  border-right: 1px solid;
  
}

.left {
  width: 75%;
  
}

.right {
  width: 25%;
  min-width: 80px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    
  }
}

.quoteBlock {
  background-color: #9d9d9d;
  height: 100%;
  width: 100%;
  color: white;
  font-style: italic;
  text-align:left; 
--padding-bottom:5px; 
--height:500px; width:300px; 
--position: absolute;
}

.quotes {
  background-color: #9d9d9d;
  height: 100%;
  width: 100%;
  color: white;
  font-style: italic;
  text-align: right; 
--padding-bottom:5px; 
--height:300px; width:300px; 
--position: absolute;
--left: 350px;
}

#quoteHotline2 {
  text-align: right; 
}


/**
.sidebar {
      position: fixed;
      top: 70px;
      left: 20px;
      width: 50px;
      height: 100%;
      border-style: solid;
      background:url("https://cdn.glitch.global/94294f66-728b-48e3-b7ef-5cc3772a3873/IMG_8849.jpg?v=1746267151375");
  background-size: cover;
}

#lag-sidebar {

}

.sidebar-image {

}




/***
Hotline
***/




#hotline-sidebar {

} 

.sidebar-image {
  background-image: url("https://cdn.glitch.global/94294f66-728b-48e3-b7ef-5cc3772a3873/IMG_8849.jpg?v=1746267133424");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 600px;
  height: 100vh;
  
}



/***
.sidebar-image {
  margin: 0;
  padding: 0;
  width: 500px;
  position: fixed;
  height: 100%;
  overflow: auto;
***/
  
  --background:url("https://cdn.glitch.global/94294f66-728b-48e3-b7ef-5cc3772a3873/IMG_8849.jpg?v=1746267133424");
  --background-size: cover;
}


/***
lockdown
***/

.full_height{
  background-color: white;
  display: flex;
  flex-direction: column;
  
}
@media (min-width: 992px){
  .full_height{
    padding-left: 330px;
  }
}
.sidebar{
  background-color: #5c5c5c;
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
  background-image: url("https://cdn.glitch.global/94294f66-728b-48e3-b7ef-5cc3772a3873/IMG_8849.jpg?v=1746267133424");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
@media (min-width: 992px){
  .sidebar{
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 70px;
    width: 310px;
    z-index: 1030;
  }
}

/**.main{
  background-color: #009688;
  color: black;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 40px;
  width: 100%;
  position: fixed;
  --added above and this removed footer 5/5 8:55pm
}