/* CSS Document */
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: 'Khula', sans-serif;
	text-align: center;
}

h1, h2 {
	font-family: 'Rajdhani', sans-serif;
	padding: 0;
	margin: 0;
}

h2 {
	padding-top: 5px;
}

body, html {
  height: 100%;
  scroll-behavior: smooth;
}

body.bg {
  /* The image used */
  background-image: url("../_images/_background/back.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body a {
	color: #0a4ca3;
	text-decoration: none;
}

#navbar {
	background-color: #ffffff;
	position: fixed;
	top: -140px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	box-shadow: 0 0 5px 0 #888888;
	z-index: 100;
}

#navbar-content {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}	

#navbar-content a {
	float: right;
	display: block;
	color: #000;
	text-align: center;
	padding: 5px 10px;
	margin-top: 15px;
	text-decoration: none;
	font-size: 17px;
}

#navbar-content a:hover {
	background-color: #f2f2f2;
	color: black;
	border-radius: 10px;
}

#navbar-content img {
	width: 100%;
	max-width: 450px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
}

.logo-circle {
	width: 100%;
	padding: 20px;
}

.logo-circle img {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.main-content, .footer-content {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.logo-circle {
	padding-top: 50px;
}

.logo-circle img {
	width: 50%;
}

.copy-section {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	font-size: 1.4em;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.copy-section ul {
	overflow: hidden;
}

.copy-section h1 {
	color: #094ca3;
}

.copy-section img {
	width: 100%;
	max-width: 350px;
	opacity: 1;
	border-radius: 10px;
	z-index: 90;
}

.copy-section.youfit img.social {
	width: 100%;
	max-width: 40px;
	opacity: 1;
	border-radius: 0px;
	z-index: 90;
}

.copy-section.youfit a {
	color: #ffffff;
}

.youfit {
	background-color: #56c5d0;
	color: #ffffff;
}

.youfit h1 {
	color: #ffffff;
}

#contact-form {
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 2.2222%;
}

input[type=text], input[type=number], select {
  width: 100%;
  padding: 5px 5px;
  margin: 8px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 70px;
  background-color: #094ca3;
  color: #fff;
  padding: 5px 5px;
  margin: 8px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #094ca3;
}

.formMsg {
	color: #ff7e00;
}

.footer {
	width: 100%;
	color: #fff;
	background-color: #094ca3;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	font-family: 'Khula', sans-serif;
	font-size: 1.2em;
	text-align: left;
}

.footer img {
	float: left;
	width: 100%;
	max-width: 200px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer p {
	overflow: hidden;
}

.float-left {
	float: left;
	margin-right: 50px;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.price {
	font-family: 'Rajdhani', sans-serif;
	color: #094ca3;
	font-size: 1.5em;
}

.price.youfit {
	color: #ffffff;
}

.social table {
	width: 10%;
	float: right;
}

.social td img {
	width: 40px;
	padding: 10px;
}

/* portrait smart phones */
@media screen and (max-width: 650px) {

	#navbar {
		top: -200px;
	}

	#navbar-content {
		max-width: 650px;
	}	

	#navbar-content a {
		float: left;
		margin: 5px 0 0 20px;
	}

	#navbar-content img{
		max-width: 350px;
		text-align: center;
		float: none;
		clear: both;
		margin-bottom: 5px;
	}

	.main-content, .footer-content {
		width: 100%;
		max-width: 650px;
	}

	.copy-section {
		border-radius: 0;
		font-size: 1em;
	}
	
	.copy-section img {
		width: 100%;
		max-width: none;
		text-align: center;
		float: none;
		margin: 0;
		padding: 0 0 10px 0;
		border-radius: none;
	}

	.copy-section p, .copy-section h1 {
		width: 100%;
	}

	.copy-section ul {
		width: 80%;		
	}

	.footer-content {
		font-size: 1em;
		clear: left;
	}

	.footer-content img {
		float: none;
		width: 100%;
		max-width: 150px;
	}

	.social table {
		float: none;
		clear: both;
	}

	.social td img {
		width: 30px;
		padding: 5px;
	}

}