html {
  scroll-behavior: smooth;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

main {
	margin-top: 60px;
}


.coronaV {
	background-color: wheat;
	
}

.jumbl {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: white;
	border-style:solid;
  border-color: #4BA248;
  border-width: 5px;
  border-radius: 1rem;
}

.jumbotron2 {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color:darkkhaki;
  border-radius: 0.3rem;
	background-image: url("../images/Marigold/marsh_marigold.jpg");
}

@media (min-width: 576px) {
  .jumbotron2 {
    padding: 4rem 2rem;
  }
}

.jumbotron2-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/*Floating Back-To-Top Button*/
    .myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(255,0,0,0.39);/*Set a background color*/ 
  		color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    }
/*On Hover Color Change*/
    .myBtn:hover {
        background-color: #7dbbf1;
    }

/*.col img {
	
  opacity: 0.5;
  filter: alpha(opacity=50);  For IE8 and earlier 

}*/

.mybox1{
    background-image: linear-gradient(rgba(28, 245, 75, 0.432), white);
    min-height: 200px;
    margin: 20px 10px;
	padding-top: 10px;

}

.mybutton1{
border: none;
padding: 1px;

}


.parallax {
  
	/*background-color:transparent;*/
	background-image: url("../images/index_images/marsh_marigold.jpg");
	min-height: 400px;
	/*height: 100px;*/
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	

}
.templatetable {
	width:100%;
		
}

.thumbs1{
  display:flex;
  margin-top: 2rem;
	text-align: center;
 }
	

.mycard {
  display: flex;
  align-items: center;

}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
	 
  width: 10px;
	height: 10px;
 
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}


/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
