body{
	font-family: "Montserrat";
}

h1{
	font-family: "Montserrat";
	font-size: 2rem;
	line-height: 1.5;
	color:#fff;
	font-weight: bold;
}

h2{
	/* font-family: "Montserrat";
	font-size: 3rem;
	line-height: 1.5;*/
	font-weight: bold;
}

h3{
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 1.5rem;
}
h4{
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 1.25rem;
}
p{
	color: #8f8f8f;
}
#title{
	background-color: #0099ff;
	}

#features{
		padding: 2% 15%;
		background-color: #fff;
		position: relative;
		z-index: 1;

	}

#gallery{
		text-align: center;
/* 		background-color: #0099ff;
		color: #fff; */
	}
	
#testimonials{
		text-align: center;
		background-color: #0099ff;
		color: #fff;
	}
	
/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: blue;
}

/* selected link */
a:active {
  color: black;
}


#press{
	background-color: #0099ff;
	text-align: center;
	padding:20px;
}

#pricing{
	padding: 40px;
	text-align: center;
}

#cta{
	background-color: #0099ff;
	text-align: center;
	color: #fff;
	padding: 30px;

}

#footer{
	padding: 10px;
	text-align: center;
	font-size: 0.75rem;
}
.container-fluid{
	padding: 0% 15% 1%;
}

.carousel-item{
	padding: 3% 7%;
	height: 300px;
}


.tennisimage{
	border-radius: 10%;
	transform: rotate(0deg);
	position: absolute;
	right: 30%;
	top: 3%;
}

.navbar{
	padding-bottom: 1.5rem;
}

.nonbold{
	font-weight: normal;
	--font-size: 0.75rem;
}
.nav-item{
	padding: 0 18px;
}


.download-button{
	margin: 5% 3% 5% 0;
}

.feature-item{
	text-align: center;
}

.fas-icon{
	color: #33ccff;
	margin-bottom: 1rem;
}

.fas-icon:hover{
	color: #0099ff;
}

.testimonial-image{
	border-radius: 100%;
	margin: 20px;
}

.logo-img{
	padding: 0 30px;
	/* width: 30%; */
}

.pricing-column{
	padding: 3% 2%;
}

@media (max-width: 1000px) {
	.tennisimage{
		position: static;
		transform: rotate(0);
		padding-bottom: 20px;
	}
	#title{
		text-align: left;
	}
	.logo-img{
		padding: 0 15px;
		width: 15%;
	}
	.tennisimage{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	h1{
		font-family: "Montserrat";
		font-size: 1.25rem;
		line-height: 1.25;
		color:#fff;
		font-weight: bold;
		padding-top: 20px;
	}
	h2,h3{
		font-family: "Montserrat";
		font-size: 1.25rem;
	}
	.navbar-brand{
		font-size: 1rem;
	}

	.testimonial-image{
		--border-radius: 100%;
		width: 50%;
		margin: 20px;
	}
}

.footer-icon{
	margin: 20px 20px;
	color: #000000;
}

div.galleryitem {
  border: 1px solid #ccc;
  opacity: 1;
}

div.galleryitem:hover {
  border: 1px solid #777;
  opacity: 0.8;
}



div.galleryitem img {
  width: 100%;
  height: auto;
}

div.desc, div.descleft {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 12.499999%;
}




/* @media only screen and (max-width: 500px) {
  .responsive {
    width: 50%;
	margin: 3px 0;
	float: center;
  }
} */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  /* display: none; */
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: black;
  font-size: 35px;
  cursor: pointer;
}



@media only screen and (max-width: 800px) {
  .responsive {
    width: 25%;
    margin: 3px 0;
	float: center;
  }

    
  #imgtext {
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: white;
  font-size: 12px;
 }
 
 div.desc {
  padding: 0px;
  text-align: center;
   font-size: 15px;
}

 div.descleft {
  padding: 3px;
  text-align: center;
   font-size: 10px;
}
.carousel-item{
	padding: 3% 7%;
	height: 800px;
}
}