﻿/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #fff; }
a:hover {
  color: #fff; text-decoration:underline; }

nav ul li a {
  font-size:15px;
}
.home-top-button {
	font-size:15px;
}
/*.home-slildeshow-logo {
	left:0;
	width:100%;
}*/
.home-slildeshow-logo .opensoon {
	margin-top: 20px;
    font-size: 30px;
    color: #fff;
}
.home-slideshow video {
	width: 100%;
	height: auto;
}
nav ul li.has-dropdown i {
	color: #000;
}
nav ul > li > a:after {
	background: #000;
}
.site-header .header-inner nav ul ul li a:hover {
	color: #ccc;
}
.site-header .header-inner .header-logo {
	cursor:pointer;
}
.site-header .header-inner .home-top-button:hover {
	background: #000;
	color: #fff;
}
body.home-page .site-header .header-inner .home-top-button:hover {
	background: #fff;
	color:#000;
}
body.home-page nav ul > li > a:after {
	background: #fff;
}
body.home-page nav ul li.has-dropdown i {
	color: #fff;
}
.contact-info {
	padding-bottom: 40px;
}
.contact-form {
	padding:40px 0;
}
.contact-form h3 {
	font-size:20px;
	margin:0 0 10px 0;
}
button:hover {
	background:#fff;
	color:#000;
	border:solid 1px #000;
}
.text-success {
	color: green;
	font-weight: bold;
}
.text-danger {
	color: red;
}
.padding-0 {
	padding: 0;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.exercise-physiology {
	background: url(/images/home-slide-1.png) center center no-repeat;
}
.exercise-physiology-img {
	margin-bottom: 50px;
}
.innerpage-info-bottom {
	min-height: 50vh;
}
.innerpage-bottom-button {
	color: #fff;
	padding: 10px 20px;
	border: solid 1px #fff;
	border-radius: 15px;
	font-size: 22px;
	transition: all 0.5s;
	text-decoration: none;
}
.innerpage-bottom-button:hover {
	background: #fff;
	color: #000;
	text-decoration:none;
}
.margin-bottom-3 {
	margin-bottom:30px;
}
.top-35 {
	top:35%;
}
.mobile-top-button-wrapper {
	display: flex;
	flex-direction: column;
	align-items:center;
}

.mobile-join-us-button {
	position: initial;
	/*left: 50%;
	transform: translate(-50%, 0);*/
	border: solid 1px #fff;
	padding: 10px 15px;
	border-radius: 15px;
	transition: all 0.5s;
	background: none;
	width: auto;
}

.mobile-join-us-button {
	color: #000;
	border: solid 1px #000;
}
.mobile-join-us-button:hover {
	background: #000;
    color: #fff;
	text-decoration: none;
}
body.home-page .mobile-join-us-button {
	color: #fff;
	border: solid 1px #fff;
}
body.home-page .mobile-join-us-button:hover {
	background: #fff;
    color: #000;
	text-decoration: none;
}
.book-tour{
	margin-bottom:10px;
}

@media (max-width: 1024px) {
	/*.home-slildeshow-logo {
        left: 50%;
    }*/
	nav ul li.has-dropdown {
		padding: 15px;
	}
	nav ul li.has-dropdown i {
		font-size:18px;
	}
	body.home-page nav ul li.has-dropdown i {
		color: #000;
	}
	.contact-info {
		padding-top:40px;
	}
	.footer-contact h3 {
		font-size: 18px;
	}
	.footer-contact ul li {
		font-size: 14px;
	}
	.footer-3-inner-lower ul li a {
		font-size: 14px;
	}
	.footer-3 .five.columns h3 {
		font-size: 18px;
	}
	.innerpage-heading {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 800px) {
	.home-video-wrapper {
		height: 85vh;
	}

		.home-video-wrapper video {
			width: 100%;
			object-fit: fill;
			height: inherit;
		}
}