/*!
 * Bootstrap  Custom OSU Web Cat, LLC
 * vanwert.com
 * 03/2026
 */
 
 /* Check width     * { outline: 1px solid red !important; }     */
 

* {
	margin:0;
	padding:0;
}

body {
  font-family:'Livvic', sans-serif;
 }
 
h1, h2, h3, h4, h5, h6 {
  font-family: 'Livvic', sans-serif;
  font-weight: 700; /* Use the bold weight */
}

  
.clockbox {
  align-items:start;
  position:relative;
  z-index:-99999;
}

.img-fluid-40 {
  max-width:40%; /* image reduce to 40% */
  max-height:auto; 
}

.img-fluid-50 {
  max-width:50%; /* image reduce to 50% */
  max-height:auto; 
}
 
.img-fluid-80 {
  max-width:80%; /* image reduce to 80% */
  max-height:auto; 
}

.img-fluid-auto {
  max-width:auto; /* image logo */
  max-height:auto; 
}

.my-brand-image {
    object-position: center;
    object-fit: cover;
    height: 50%;
    width: 50%;
}

.bg-carousel {
	background-color:#fa8072;
}

.bg-stripe {
	background-color:#e5e8e8;
	opacity:1.0;
	background-size:5px 5px;
	background-image:repeating-linear-gradient(135deg, red 0, red 0.5px, #e5e8e8 0, #e5e8e8 50%);
}

.bg-red {
	background-color:#ff0000;
    background:linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../images/red_bg_02.jpg");
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

/* Text overlay on image */
.imagebox {
  position: relative;
  text-align: center;
  color: red;
  font-weight: 600;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}


.carousel-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top:1em;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon 
{
  visibility:hidden;
}


.map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        position: relative;
        height: 0;
}

.map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}