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

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;

    padding: 20px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;


}

header  {
    background-color: rgba(10,10,10,.9);
    position: sticky;
    top: 0; /* Ensures the banner sticks to the top */
    z-index: 1000;
    width:100%;

}

header .banner {

    padding: 10px 0;
    display: flex;
    align-items: center;

    top: 0; /* Ensures the banner sticks to the top */

}

.footpad{
  margin-bottom: 100px;
}
.hide{
  display: none !important;
}
.decorate{
  position: absolute;
  width:100%;
  height:100%;
  z-index: -10;
  opacity: .9;
  top:200px;

}
.wide-area {
    margin: 80px 0;
    font-weight: 800;
    font-size: clamp(2.7rem, 3.2vw, 3.5rem);
    color:rgba(255,0,255,.3);
    color: #0072ff;
    line-height: 1.5;
}


.titlelogo {
    color: white;
    font-size: 34px;
}

.title-tagline {
    margin-left: 10px;
}

.microhead{
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.tagline {
    display: inline-block;
    font-size: 24px;
    color: gray;
    margin-left: auto;
    margin-right: 10px;
}

.textwhite{
  color:rgba(0,0,0,.7);
}

.textblack{
  color:rgba(0,0,0,.8);
}
.orange {
    background-color: rgba(252, 135, 6, .1);

}
.orangeborder{
  border:2px solid rgba(252, 135, 6, .1) !important;
}

.blue {

        color: #0072ff;
        font-size: 40px;
        font-family: "helvetica";
        font-weight: bold;
    }

    .green{
      background-color: #fff !important;
    }

    .greenhot{
        background-color: #fff !important;
    }

    .greenborder{
        background-color: #fff !important;
    }

    .greenbg{
        background-color: #fff !important;
      color:#000;
    }

    .green2{
      background-color: #fff !important;
    color:#000;

    }


    .bluebgtext{
      background-color: #fff !important;
    color:#000;

    }
.bluebg{
  background-color: #fff !important;
color:#000;

}

.bluebghot{
  background-color: #fff !important;
color:#000;

}

.blueborder{
  background-color: #fff !important;
color:#000;
}



.pink{
  background-color: #fff !important;
color:#000;
}
.pinkhot{
  background-color: #fff !important;
color:#000;
}
.pinkborder{
  background-color: #fff !important;
color:#000;
}

.pinkbg{
  background-color: #fff !important;
color:#000;
}

.purple{
  background-color: #fff !important;
color:#000;
}
.purplebg{
  background-color: #fff !important;
color:#000;
}


.purplehot{
  background-color: rgba(124, 44, 188, .1) !important;
}
.purpleborder{
  border:2px solid rgba(124, 44, 188, .1) !important;
}
.purpletext{
  color: rgba(255, 200, 255, 9) !important;
}
.yellow{
  background-color: rgba(253, 242, 81, .1) !important;
}

.yellowhot{
  background-color: rgba(253, 242, 81, .1) !important;
}

.yellowbg{
  background-color: rgba(253, 242, 81, .1) !important;
  color:rgba(255,255,255, .8);
}

.title{
  font-size: clamp(2.5rem, 3.1vw, 3.7rem);
  font-weight: 800;
  color:rgba(0, 0, 0, 0.5);
padding: 50px 30px !important;
}

.blurb{
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 300 !important;
  line-height: 1.7;
}

.blurbsmall{
  font-size: clamp(.6rem, 1.0vw, 1.0rem);
  padding-top: 10px;
  font-style: italic;
  font-weight: 500;

}
.key{
    font-size: clamp(.8rem, 1.2vw, 1.2rem);
}

/* Content Box */
.content-box {
    max-width: 1300px;
    margin: 0 auto;
     font-size: clamp(1rem, 1.5vw, 2rem);
}

/* Row styling */
.row {
    display: flex;
    gap: 10px;
    align-items: stretch; /* Ensures all columns stretch to match the tallest column */
    margin-bottom: 10px;
}

/* Column styling */

.shadow{
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.column {
    border-radius: 5px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/

    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff !important;
  color:#000;
}
.column:has(> video) {
    padding: 0;
}

.column:has(> iframe) {
    padding: 0;
}

.cpimg{
  width:850px;
  border: 1px solid black;

}

/* Fixed and flexible column widths */
.fixed-width-600 {
    width: 600px;
}
.fixed-width-400 {
    width: 400px;
}


.fixed-width-200 {
    width: 200px;
}

.fixed-width-150 {
    width: 150px;
}

.flex-width {
    flex-grow: 1;
}



/* Make sure the video column only stretches to fit the video */
.video-column {
    flex-grow: 0;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ensure the video doesn't overflow */
.video-column video {
    max-width: 100%;
    height: auto;
}
video{
  border-radius: 5px;
}

.pad20{
  padding: 20px !important;
}

.smallvideo{
  width:auto;
  max-width: 600px !important;
}

.smallvideov{
  width:auto;
  max-width: 311px !important;
}

.frame{
  border-radius: 5px;
}
.imgw{
  width:100%;
  align-items: right;
}

.imgbb{
  max-width:380px;

}

.imgdis{
  max-width:400px;
  padding-bottom: 20px;

}

.url a, .url a:visited, .url a:active{
  color:#FFF;
  font-weight: 100;
  padding: 20px 0;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}


.image-text-container {
  display: flex;
  align-items: center; /* Aligns image and text vertically */
}

.image {
  margin-right: 20px; /* Adds space between the image and text */
    max-width:200px;
}

.text {
  text-align: left; /* Aligns the text to the right */
}
.columnbg{
  /*background-color: black !important;
  color:rgba(255,255,255,.9);*/
}

/* Example media query for responsiveness */
@media (max-width: 768px) {
    .content-box {
        width: 100%;
    }

    .fixed-width-600, .fixed-width-400, .fixed-width-200, .fixed-width-150 {
        width: 100%;
    }

    .flex-width {
        width: 100%;
    }

    .row {
        flex-direction: column;
    }
}
