/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  /*padding-bottom: 3rem;*/
  color: rgb(var(--bs-tertiary-color-rgb));
}

.popup{
  color:white;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-item{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color: white;
  font-weight:bold;  
  
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
    
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  /*margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */
main {
  min-height: calc(100vh-58px-100px);
}
footer {
  
 
  border-top: 1px solid rgb(226, 224, 224);
  width: 100vw;
  margin-top:auto;
  
  
  
  z-index:3;
}

footer a {
  color: black;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.alert {
  /*background-color: rgba(0, 0, 0, .3);*/
 
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  margin-top: 10%;
  /*margin-bottom: 25%;*/
  padding-left: 10%;
  
  height:80vh;
  width:80vw;
  overflow: auto;
 
  

  /*color: white;
 
  position: sticky;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:75%;
    padding-top: 25%; 
    padding-left: 10%;
    padding-bottom:50%;*/
    
   
}

.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}