@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@500&display=swap');

.carousel-item{
	height: 100vh;
	min-height: 300px;
	background: no-repeat scroll center scroll;
	background-size: cover;
}
.carousel-item::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: black;
	opacity: 0.7;
}
.carousel-caption{
	bottom: 250px;
	padding-left: 100px;
	padding-right: 100px;
}
.carousel-caption h5{
	font-size: 100px;
	font-weight: 700;
	font-family: 'Noto Serif Display', serif;
}

.carousel-caption p{
	font-size: 18px;
	top:2rem;
	font-family: 'Lato', sans-serif;
}

.container h1{
	margin-top: 40px;
	margin-bottom: 20px;
	color:white;
	font-family: 'Noto Serif Display', serif;
}
.container h2 {
	margin-top:20px;
	margin-bottom: 30px;
	color: white;
	font-family: 'Noto Serif Display', serif;
}
.container p {
	color:white;
	font-family: 'Lato', sans-serif;
}

.slider-btn {	
margin-top: 30px;
}

.slider-btn .btn{
	background-color: orange;
	color: white;
	border-radius: 0;
	padding: 1.5rem 2rem;
	font-size: 1rem;
	margin-right: 15px;
}

.slider-btn .btn-2{
	color: #111010;
	background-color: white;
}

.activity-box {
	width: 300px;
	height: 214px;
	border-radius: 10px;
	display: block;
	margin: 5px 0px 5px 160px;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: scale, 2s;
}

.box{
	width: 100px;
	height: 300px;
	border: 2px solid orange;
	margin-right: 10px;
}





.jetski{
	background-image: url("../img/jetski.jpg")
}

.fishing {
	background-image: url("../img/fishing.jpg")
}
.pantoon {
	background-image: url("../img/pantoon.jpg")
}
.kayak{
	background-image: url("../img/kayak.jpg")
}
.hiking{
	background-image: url("../img/hiking.jpg")
}
.iceskate{
	background-image: url("../img/ice skating.jpg")
}
.crossski{
	background-image: url("../img/crossski.jpg")
}
.snowshoe{
	background-image: url("../img/snowshoe.jpg")
}

footer {
	margin-top: 15px;
	padding: 20px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
}


/*-------Transitional--------*/

.activity-box:hover {
	transform: scale(1.25);
}

/*----------SlideShow---------*/
#slideshow-wrapper{
	width:100%;
	height: 500px;
}
#slideshow {
	width: 100%;
	height: 500px;
	overflow:hidden;
	white-space: nowrap;
}

#slideshow img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.circle {
	display: inline-block;
	background-color: lightgrey;
	width: 1%;
	height: 12px;
	border-radius: 50%;
	margin-right: 1.5625%; /* 15 / 960 */
}

#circle-nav {
	margin-top: -50px;
	text-align: center;
}
