body {
  background-image: url("Pastel2.gif"); /*Replace with your own background*/
	background-size: cover;
	background-attachment: fixed;
  background-position: center;
  font-family: "Gabriela", serif; 
	font-size: 13px;
  }
  
  .margarine-regular {
  font-family: "Margarine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gabriela-regular {
  font-family: "Gabriela", serif;
  font-weight: 400;
  font-style: normal;
}

.box iframe {
  display: block;
  margin: 0px;
  padding: 10px 15px;
  line-height: 0px;
}

.h3 {
  color: #fa6f7e;
  font-family: "Gabriela", serif; 
}

p {
  font-family: "Gabriela", serif; 
  font-size: 15px
}
  

.slideshow-container {
    width: 90%;
    max-width: 100%;
    margin-bottom: 0px;
}

.controls {
    display: inline;
    justify-content: center;
    margin-top: 10px;
}

.slide-btn {
    margin: 10px;
    line-height: 5px;
   padding: 10px 15px;    
   background-color: #fa6f7e; 
    font-family: "Gabriela", serif;
    color: white;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
}

.slide-btn:hover {
    opacity: 0.8;
}
  
  
center {
  text-align: center;
  }
  
a {
  color:  #fa6f7e;
  }

/*All sidebars go in here.*/  
.sidebar-group {
  position: fixed;
  top: 0;
  margin-top: 25px;
  }
  
/*Code shared by all window-style boxes. To see what different specific sidebar classes look like, check the demo page.*/
.sidebar, .mini-sidebar, .wide-sidebar, .box {
  background: #f6f6af;
  border-radius: 5px;
  border: 1px solid #f6f6af;
  box-shadow: 2px 2px #f6f6af;
  }
  
/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
  max-width: 100%;
  height:auto; /*Prevent squishing*/
  }
  
.sidebar, .sidebar-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  }
  
/*Container for vertical stacks of multiple mini-sidebars*/
.sidebar-box {
  margin-left: 10px;
  }
  
.sidebar {
  width: 160px;
  margin-left: 25px;
  }
  
.mini-sidebar {
  margin-bottom: 25px;
  }
  
.wide-sidebar {
  margin-left: 25px;
  margin-top: 25px;
  width: 340px;
  min-height: 150px;
  }
  
/*Inside/main text of window boxes.*/
.inner {
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  }

/*The title bar at the top of window boxes.*/
.title-bar, .box-title-bar {
  background: #78DD78;
  color: white;
  font-weight: bold;
  font-family: "Gabriela", serif; 
  font-size: 15px;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  }
  
/*The title bar of boxes has slightly more padding, since there's more room to space text.*/
.box-title-bar {
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Gabriela", serif; 
  }
  
/*For the symbol in the top right corner.*/
.right {
  float: right;
  margin-right: 5px;
  font-family: "Gabriela", serif; 
  line-height: 12px;
  }
  
/*Round circular image.*/
.icon {
  border: #1330ab solid 2px;
  border-radius: 50%;
  }
  
/*Main body text boxes.*/
.box {
  margin-top: 25px;
  margin-left: 455px;
  width: 400px;
  margin-bottom: 25px;
  }
  
  
  
/*this part is a joke. no need to use it.*/
.big-quote {
  font-size: 92px;
  color: #78DD78;
  letter-spacing: 6px;
  word-spacing: 2px;
  font-family: "Margarine", sans-serif;
  position: fixed;
  margin-left: 500px;
  margin-top: 550px;
  top: 0;
  width: 300px;
  }
  
wide {
  letter-spacing: 16px;
  }
  
midwide {
  letter-spacing: 3px;
  }
  
  .carousel-slide {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.carousel-slide iframe {
  flex: 0 0 100%; /* Each video takes full width */
  scroll-snap-align: center;
}
.carousel-slide img{
  flex: 0 0 100%;
  scroll-snap-align: center;
  object-fit: cover;  
  }



    


  

  

