body {
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.overlay-menu {
	z-index: 9999999;
	position: absolute;
	width: 100%
}

nav {
	margin: 1rem;
}

nav .navbar-brand img {
	max-width: 200px;
}

nav a,
nav a:visited,
nav a span
 {
	font-size: 28px;
	color: #000000;
	display: inline-block;
}

.overlay-menu a,
.overlay-menu a:visited,
.overlay-menu a span {
	color: #ffffff;
}


/* Full screen div & video background */

.hero-div {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Full screen video background */

.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	pointer-events: none;
	overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

#video-background {
	width: 100vw;
	height: 56.25vw;
	/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-content {
	max-width: 928px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.39;
}

.hero-content p {
	font-weight: 300;
	line-height: 1.39;
	text-align: center;
	color: #ffffff;
}

.osmosis-logo {
	max-width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.osmosis-logo img {
	max-width: 100%;
}

.modal-content button {
	text-transform: uppercase;
	font-size: 24px;
	padding-top: 2rem;
}

.modal-content .button-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: -50%;

}

@media only screen and (max-width:768px) {

	nav {
		margin: 0;
	}

	nav a,
	nav a:visited,
	nav a span {
		font-size: 24px;
	}

	nav .nav-item {
		display: flex;
	}

	.hero-section {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.hero-content {
		margin-top: 88px;
		font-size: 32px;
	}

	.osmosis-logo {
		margin-bottom: 8px;
	}

	.intro-div {
		padding: 45px 15px;
	}

}

/* Full width div, no 100vh height */

.intro-div {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 170px 0px;
}

.svg-pattern {
	position: absolute;
	width: 100%;
}

.intro-section {
	background: url(../images/svg-pattern.png);
	background-color: #00a5cf;
}

.intro-content {
	max-width: 769px;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.47;
	text-align: center;
	color: #fff;
}

/* Style for CTA section, universal across pages */

.cta-div {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 170px 0px;
}

@media only screen and (max-width:768px) {
	.cta-div {
		padding: 45px 15px;
	}
}

.cta-content {
	max-width: 636px;
	font-size: 44px;
	font-weight: 300;
	text-align: center;
	color: #333;
}

a.cta-link {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.94;
	letter-spacing: 1.8px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

a.cta-link:hover,
a.cta-link:hover:focus {
	text-decoration: none;
}

.btn-div {
	width: 185px;
	height: 51px;
	border-radius: 25.5px;
	background-color: #ef4524;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

/* Styles for Sign Up page */

.signup-section {
	background: url(../images/svg-pattern.png);
	background-color: #00a5cf;
}

.signup-div {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 95px 0px;
}

.signup-div h1 {
	margin: 45px 0px;
	max-width: 610px;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.19;
	text-align: center;
	color: #ffffff;
}

.signup-content {
	max-width: 460px;
	border-radius: 25px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.39;
	padding: 15px 41px;
	background-color: #fff;
}

form {
	text-align: left;
	width: 460px;
}

.form-group {
	margin: 0;
}

.signup-content label {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: left;
	color: #868686;
	text-transform: uppercase;
	margin-bottom: 0;
}

.signup-content input {
	width: 375px;
	height: 41px;
	border: solid 2px #f4f4f4;
}

.signup-content ::placeholder {
	color: #868686;
	font-style: italic;
}

.signup-content textarea {
	width: 375px;
	height: 148px;
	border: solid 2px #f4f4f4;
}

.button-wrapper {
	width: 375px;
}

button.btn-div {
	margin-top: 25px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.94;
	letter-spacing: 1.8px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {
	/* Mobile styles for contact form, important! */
	.signup-div {
		padding: 95px 5px;
	}

	.signup-content {
		width: 100%;
		border-radius: 25px;
		font-size: 36px;
		font-weight: 300;
		line-height: 1.39;
		background-color: #fff;
	}

	form {
		text-align: left;
		max-width: 100%;
	}

	.signup-content input {
		max-width: 100%;
		height: 41px;
		border: solid 2px #f4f4f4;
	}

	.button-wrapper {
		max-width: 100%;
	}

	.signup-content textarea {
		max-width: 100%;
		height: 148px;
		border: solid 2px #f4f4f4;
		margin-bottom: 25px;
	}
}


/* Styles for Business Center page*/

.business-section {
	background: url(../images/svg-pattern.png);
	background-color: #00a5cf;
	padding: 100px 0;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.business-section {
		padding: 50px 0;
	}
}

.info-toggle {
	border-radius: 25px;
	height: 750px;
	background-color: #fff;
}

.toggle-nav {
	position: relative;
	border-radius: 25px;
	width: 100%;
	margin: auto;
	padding: 2rem 2rem 2rem 4rem;
	box-shadow: 0px 3px 3px #f2f2f2;
	background-color: #fff;
	text-align: center;
}

.toggle-nav .row {
	max-width: 800px;
	margin: auto;
}

.carousel-inner {
	max-width: 800px;
	height: 600px;
	color: #333;
	margin: 0 0 0 180px;
	padding: 0 0 20px 0;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
.carousel-inner::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.carousel-inner::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #00a5cf;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.carousel-inner h2 {
	text-transform: uppercase;
}

.carousel-item {
	max-width: 800px;
	margin: 60px 0 20px 0;
}

.text-muted {
	color: #868686;
	font-weight: 300;
}

.control {
	opacity: 0.2;
	position: relative;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
}

.control:hover,
.control:hover:focus {
	opacity: 1;
}

.active-tab {
	opacity: 1;
}

.active-tab:after {
	content: url(../images/red_arrow.png);
	position: absolute;
	bottom: -82px;
	left: 20%;
}

@media only screen and (max-width:768px) {

	.info-toggle {
		height: auto;
	}

	.carousel-inner {
		max-width: 100%;
		height: auto;
		margin: 0;
	}

	.carousel-item {
		width: 100%;
		padding: 0 10px;
	}

	.toggle-nav {
		padding: 2rem 1rem 2rem 1rem;
	}

	.control img {
		max-height: 30px;
		margin-right: 20px;
	}
}
/* End of mobile styles for carousel */

/* Styles for Company page */

.company-section {
	background-color: #00a5cf;
}

.company-div {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.company-content {
	max-width: 1030px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.39;
	color: #fff;
}

.company-div p {
	font-weight: 300;
	line-height: 1.46;
	text-align: left;
	color: #fff;
	text-align: center;
}

.synapse {
	color: #333;
	text-decoration: none;
}

.synapse:hover,
.synapse:hover:focus {
	color: #333;
	text-decoration: none;
}

.company-icons {
	position: relative;
	max-width: 475px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.icons img {
	max-width: 40%;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:768px) {
	/* Mobile styles for hero div of Company page */
	.company-div {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 110px 25px;
	}

	.company-content {
		font-size: 24px;
	}

	.company-icons {
		margin-top: 45px;
		max-width: 100%;
		padding: 0;
	}
	.icons img {
		max-width: 40%;
		box-shadow: 1px 1px 3px #333;
	}

	.icons {
		margin: 0;
		padding: 0;
	}
}

/* Style for Team section of Company page*/

.team-div {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 72px 0px;
}

.img-content {
	width: 100%;
	height: 100%;
}

.team-pic img {
	max-width: 162px;
	margin-bottom: 15px;
}

.team-pic {
	max-width: 196px;
	text-align: center;
	margin: auto 20px;
}

.img-row {
	margin: 30px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
}

.team-intro {
	padding: 72px 0px 0px 0px;
	width: 100%;
	margin: auto;
}

@media only screen and (max-width:768px) {
	.team-div {
		padding: 45px 15px;
	}

	.img-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/* End of mobile style */

.team-section {
	background-color: #fff;
}

.team-content {
	width: 1043px;
}

.team-intro {
	max-width: 503px;
	text-align: center;
}

.team-intro h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.19;
	color: #00a5cf;
}

.team-intro p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.39;
	color: #999;
}

.team-content h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.19;
	color: #00a5cf;
	text-align: center;
}

.team-content h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.team-content p {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #00a5cf;
}

/* Styles for Join Team section*/

.join-div {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 75px 0px;
}

@media only screen and (max-width:768px) {
	.join-div {
		padding: 45px 15px;
	}
	.join-div p {
		padding: 0px 5px;
	}
}

.join-section {
	background: url(../images/svg-pattern.png);
	background-color: #00a5cf;
}

.join-content h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.19;
	text-align: center;
	color: #ffffff;
}

.join-content h3 {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -0.4px;
	text-align: center;
	color: #ffffff;
}

.join-content p {
	font-size: 19px;
	line-height: 1.37;
	letter-spacing: -0.3px;
	text-align: center;
	color: #fff;

}

.join-content {
	max-width: 881px;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.47;
	text-align: center;
	color: #fff;
}

/* Styles for Footer, universal accross website */

.main-nav {
	background-color: #f4f4f4;
	padding: 3rem 0
}

.main-nav li {
	font-weight: 300;
	list-style-type: none;
	text-decoration: none;
	list-style-type: none;
}

.main-nav li a {
	color: #333;
}

footer {
	margin: 0;
	width: 100%;
}

.footer-link {
	background-color: #333;
	width: 100%;
	padding: 1rem 0 1rem 5rem;
}

.footer-link a {
	margin-right: 2rem;
	color: #FFFFFF;
}

.footer-logo img {
	max-width: 150px;
	margin: 40px 0 0 5rem;
}

@media only screen and (max-width:768px) {
	.main-nav {
		padding-left: 0;
	}
	.footer-logo {
		text-align: center;
		margin: auto auto 30px auto;
	}
	.footer-logo img {
		max-width: 150px;
		margin: auto;
	}
	.footer-link {
		text-align: center;
		padding: 2rem 0;
		margin: auto;
	}
}
