body {
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}

.navbar-light:hover .navbar-nav a.nav-link:hover {
	color: #068eb7;
}
.navbar-light .navbar-nav a.nav-link {
	color: rgb(67, 79, 83);
}
.navbar-light .navbar-nav .nav-item.active a.nav-link  {
	color: #068eb7;
}

.img-bg {
	width: 100%;
	height: auto;
}

.bg-base {
	height: 675px;
	position: relative;
}

.header-text-base {
	position: absolute;
	color: white;
}
.header-text-base h1 {
	font-size:90px;
	font-style: italic;
}

.header-text-home {
	color: #363d6d;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-news {
	color: #363d6d;
	top: 5%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-class {
	bottom: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-membership {
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-insurance {
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-board {
	bottom: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-meet {
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-legal {
	top: 5%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-jobs {
	bottom: 5%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-coaching {
	color: #363d6d;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-text-contact {
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

ul {
	font-size: .95rem;
}

.bg-slalom-home-main {
	background-image: url("images/bg-slalom2.jpg");
	background-position: center;
	height: 825px;
}

.bg-home-slalom {
	background-image: url("images/bg-home-slalom.jpg");
}

.bg-home-wakeb {
	background-image: url("images/bg-home-wakeb.jpg");
}

.bg-home-barefoot {
	background-image: url("images/bg-home-barefoot.jpg");
}

.bg-home-showski {
	background-image: url("images/bg-home-showski.jpg");
}

.bg-home-adaptive {
	background-image: url("images/bg-home-adaptiveslalom.jpg");
}

.bg-sponsors {
	background-image: url("images/bg-slalom4.jpg");
}

address, .contact {
	line-height: 1.8em;
}

.bg-drkbl {
	background: #252a4b;
	height: 8vh;
}
.bg-drkbl h3 {
	line-height: 8vh;
	color: white;
}

.bg-lghtprpl {
	background: #ECECEC;
}

.card {
	border: none;
}

#locations-map {
	height: 500px;
}

.icon {
	padding-right: .5rem;
}

footer p {
	color: #828282;
	font-size: .9em;
	margin: 0;
}

footer a {
	color: #828282;
}

footer a:hover {
	color: #F2A885;
	text-decoration: none;
}

footer .bottom-footer {
	background: #141729;
	height: 6em;
}

footer .top-footer {
	padding-top:1em;
	background: #1d213a;
}

footer .top-footer ul {
	list-style-type:none;
}

footer li {
	padding-bottom: .35em;
}

footer .top-footer li a {
	color: white;
	font-weight:300;
}

.row-no-margin {
	margin: 0;
}

footer .top-footer p {
	font-weight: 300;
	font-style: normal;
	color: #828282;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0px;
}

footer .top-footer h4 {
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	padding-bottom: 1em;
}

footer .top-footer dd {
	color: white;
	font-weight:400;
	font-size: 1.2em;
	margin-bottom:0;
}

footer .top-footer dt {
	color: #828282;
	font-weight:300;
	padding-bottom: 2em;
}

footer .footer-spacer {
	padding: 0 1.5em;
}

@media screen and (max-width: 810px) {
    .header-text-base h1 {
        font-size:24px;
    }
}