html, body, .container, .carousel, .carousel-inner, .carousel-item{
  height: 100%
}
/*body{
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
  font-family: 'Montserrat', sans-serif;
}
*/
a {
   color: #B60000;
}
.container{
  display: flex;
  justify-content: center;
  align-items: start;
}
h1{
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;*/
  width: 100%;
  text-align: center;
  color: #000000;
}
h2{
	width: 100%;
	text-align: center;
	color: #B60000;
}
h3{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	text-align: center;
}
.card{
  border-radius: 20px;
  max-height: fit-content;
  width: 90%;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border: none;
}
.d-flex{
	display: block !important;
}
.carousel-item{
  z-index: 2;
  /*padding: 10px 25px;*/
}
.carousel-item > .row{
  margin: 0;
}
.title{
  color: #fff;
  text-align: center;
}
.bgTitle{
    background-color: #205d88;
    position: absolute;
    z-index: 1;
}

.title h3{
  text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  color: #ffffff;
}

.btn-next{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
  border-radius: 20px;
  background-color: #205d88;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  z-index: 3;
}
.btn:hover{
	color: #205d88;
	Background-color: #FFFFFF;
}
input{
  background-color: transparent !important;
}

/*-- vertical bootstrap slider --*/
/*.carousel-inner{
	overflow: visible;
}*/
.carousel .carousel-item-next.carousel-item-left,
.carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.carousel .carousel-item-next,
.carousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.carousel .carousel-item-prev,
.carousel .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

/*-- vertical carousel indicators --*/
.carousel-indicators{
    /*position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    right: 0px;
    left: auto;
    width :auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);*/
    display: none;
}
.carousel-indicators li{
    display: block;
    margin-bottom: 0px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #BDBDBD;
    transition: all ease 0.6s;
}
.carousel-indicators li.active{
    background: #000;
    width: 20px;
    border-radius: 25px;
}
.slideImg{
	margin-left: auto;
	margin-right: auto;
}
.slideText{
	font-size: 1.2em;
}
.slideTextHead{
	font-size: 1.2em;
	font-weight:bold;
}
th, td{
border: 1px solid rgba(0,0,0,.125);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 7px;
}

/* bof ALL MOBILE PHONES - ORIENTATION:PORTRAIT */
@media only screen and (orientation:portrait) {
  .slideText{
	font-size: 2.5em;
}
.slideTextHead{
    font-size: 2.7em;
}
 .title h3{
    font-size: 2.9em;
    color: #000000;
 }
 h1{
    font-size: 3.7em;
 }
 h2{
    font-size: 3em;
 }
 h3{
    font-size: 2.7em;
 }
 .container{
    max-width: 98%;
 }
.slideImage img{
    width: 720px !important;
}
.btn-next{
    width: 120px;
    height: 85px;
    font-size: 1.7rem;
}
.row.h-100.align-items-center{
    margin-bottom: 3rem;
}
} /* DO NOT DELETE */

/* Media Querys */
/* Small devices (landscape phones, 576px and up)*/ 
@media (min-width: 576px) {
  .bgTitle{
    height: 0%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    top: 0;
  }
  .content{
    padding: 15px;
  }
  .title h3{
    text-shadow: none;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .bgTitle{
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1024px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
  }
}
//* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1366px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 2048px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
  }
}

/* TESTING */
/* Center the h3 and .slideImage inside the flex container */
.col-lg-6.d-flex {
    flex-direction: column; /* Stack h3 and .slideImage vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
 }
 .col-lg-6 {padding: .5em 1em 3em 1em;
  }
/* Ensure the h3 is centered */
.col-lg-6.d-flex h3 {
    text-align: center; /* Center the text inside the h3 */
    width: 100%; /* Ensure the h3 takes full width */
}

/* Center the image inside .slideImage */
.slideImage {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Optional: Ensure the image doesn't exceed the container width */
.slideImage img {
    height: 300px;
    width: 340px;
}