@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600');

  body,td,th {
	font-family: 'Work Sans', sans-serif;
	  font-weight: 400;
	font-size: 16px;
  }

h1 {
	font-family: 'Work Sans', sans-serif;
	color: #001E45;
	font-weight: 400;
	font-size: 40px;
}

h2 {
	font-family: 'Work Sans', sans-serif;
	color: #0068AC;
	font-weight: 400;
	font-size: 21px;
}

nav {
	box-shadow: 0px 2px 3px #adadad;
}

.content {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#form {
	background-color: #FFFFFF;
}
#clouds {
	background-image: url(../images/clouds-blue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	min-height: 300px;
	background-color: #FFFFFF;
}

#clouds-blue {
	background-image: url(../images/clouds.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	min-height: 300px;
	background-color: #00B9E7;
}

#trainings {
	min-height: 300px;
	background-color: #00B9E7;
}

#footer {
	background-color: #254372;
	min-height: 150px;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 100px;
	padding-top: 40px;
}
#info {
	padding-top: 40px;
}

#header {
	background-image: url(../images/cloudbackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

	@media (min-width: 768px) {
		#header {
	background-attachment:fixed;
		
}
	}
