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

.topnav{
	background-color: rgb(255,255,255);
	font-family: "Roboto", sans-serif;
	color:rgb(35,31,32);
	overflow: hidden;
	position: fixed;
	top:0;
	z-index: 1;
	width:100%;
}

.topnav a {
  float: left;
  display: block;
  color: rgb(35,31,32);
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Regular", sans-serif;
}

.navbar-brand{
 float: left;
  display: block;
  text-align: center;
}

.topnav a:hover {
  background-color:rgb(0,141,175);
  color: rgb(255,255,255);
}

.topnav a.active{
   background-color: rgb(236,28,36);
   color: rgb(255,255,255);
}

.topnav .icon{
   display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*Styling for Designated Wakesports Section*/
.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
  }
  img {
    margin: auto;
  }
}

/* Float three columns side by side for image cards */
.column {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
	padding-bottom: 16px;
  }
}

/* Styling for the linked buttons */	
.btn {
	background-color: rgb(236,28,36);
	color: rgb(255,255,255);
	font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	text-align: center;
	padding: 6px 14px;
	float: center;
	transition-duration: 0.4s;
	text-decoration: none;
	border-radius: 4px;
	}
/* Styling for links */
.btn a:hover{
	color:rgb(35,31,32);
	}

/* Quotes Slideshow container */
.slideshow-container {
  position: relative;
  background: rgb(255,255,255);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: rgb(35,31,32);
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: rgb(0,141,175);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(255,255,255);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: rgb(236,28,26);
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: rgb(35,31,32);
  }

/* Add a blue color to the author */
.author {
color: rgb(0,141,175);
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1000px) {
  .slideshow-container{
	width:100%;
	display: block;
	}
  .card-title{
	font-size: 16px;
	}
  h1{
	font-size: 2.5vw;
	}
  h6{
	font-size: 2vw;	
	}
	}

/* Footer Styling */
.footer {
    background: rgb(255,255,255);
	color:rgb(35,31,32);
	font-family: roboto, sans-serif;
    font-weight: 500;
	padding:45px 0 20px;
	text-align: left;
}

h4{
font-family: anisette-std, sans-serif;
font-weight: 500;
font-style: normal;	
color: rgb(0,141,175);
letter-spacing: 2px;
font-size:16px;
text-align: left;
}

.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
  
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
  text-align: left;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.copyright-text{
  color:rgb(35,31,32);
  font-family: roboto, sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 15px;
}
.social-title{
  font-family: anisette-std, sans-serif;
  font-weight: 500;
  color: rgb(0,141,175);
  letter-spacing: 2px;
  font-size:16px;
  text-align: left;
  padding-bottom: 5px;
}
hr.new1{
border-top: 2px solid rgba(236,28,36,0.5);
padding-top:10px;
padding-bottom:5px;
}
@media screen and (max-width: 600px) {
  .social-icons{
	display:block;
	text-align: center;
	padding-left:0;
    margin-bottom:0;
    list-style:none;
	}
  .copyright-text{
	text-align: center;
	}
  .social-title{
	text-align: center;	
	}
}
