@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
}

body{
	margin:0;
	padding:0;
	height: 100%;
  	font-family: 'Roboto', Arial, sans-serif;
}

.navbar{
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 2px 1px hsla(0,0%,0%,0.25);
	z-index: 80;
}

.navbar-home{
	text-decoration: none;
}
	
.navbar-nav hr{
	margin: 0;
	background-color: rgba(0,0,0,0.1);
    height: 1px;
    border: none;
}

.nav-toggle-button{
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
	text-align: center;
  	background-color: transparent;
  	border-radius: 15px;
	border-style: none;
	float: left;
	outline: none;
}

.nav-toggle-button:active{
	background-color: rgba(0,0,0,0.1);
}

.nav-toggle-button-icon::before{
	font-size: 18px;
	color: #B9B9B9;
}

.navbar-item a {
	text-decoration: none;
	outline: none;
	color: #707070;
}

@media (min-width: 1120px){
	.navbar-brand{
		position: relative;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
  		font-family: 'Roboto', Arial, sans-serif;
		margin-left: 170px;
		float: left;
		cursor: default;
		color: #707070;
	}
	
	.nav-toggle-button-container{
		display: none;
	}
	
	.navbar-nav{
		line-height: 40px;
		float: right;
		margin-right: 50px;
	}
	
	.navbar-nav hr{
		display: none;
	}

	.navbar-item{
		color: #707070;
		float: left;
		text-align: center;
		font-size: 14px;
  		font-family: 'Roboto', Arial, sans-serif;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1119px) and (min-width: 970px){
	.navbar-brand{
		position: relative;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
  		font-family: 'Roboto', Arial, sans-serif;
		margin-left: calc(100% - 933px);
		float: left;
		cursor: default;
		color: #707070;
	}
	
	.nav-toggle-button-container{
		display: none;
	}

	.navbar-nav{
		line-height: 40px;
		float: right;
		margin-right: 50px;
	}
	
	.navbar-nav hr{
		display: none;
	}

	.navbar-item{
		color: #707070;
		float: left;
		text-align: center;
		font-size: 14px;
  		font-family: 'Roboto', Arial, sans-serif;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 969px){
	.navbar-brand{
		position: relative;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
  		font-family: 'Roboto', Arial, sans-serif;
		margin-left: 20px;
		float: left;
		cursor: default;
		color: #707070;
	}
	
	.nav-toggle-button-container{
		float: right;
		margin-top: 5px;
		margin-right: 20px;
	}

	.navbar-nav{
		line-height: 40px;
		float: left;
		margin-right: 50px;
		margin-top: 0px;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 2px 1px hsla(0,0%,0%,0.25);
		display: none;
	}

	.navbar-item{
		color: #707070;
		text-align: left;
		font-size: 14px;
  		font-family: 'Roboto', Arial, sans-serif;
		width: 100%;
		padding-left: 20px;
	}
	
	.navbar-item:hover{
		background-color: rgba(0,0,0,0.1);
	}
}

.section-cover {
	background-image: url(../images/cover/cover.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.title-container {
	width: 100%;
	position: absolute;
}

.title {
	background-image: url(../images/cover/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 600px;
	height: 100%;
}

@media (min-width: 700px) {
	.title {
		margin-left: 50px;
	}
}

@media (max-width: 699x) {
	.title {
		margin-left: 0;
	}
}

/*************************/

.section-boundary{
	margin: 0;
    height: 0px;
    border: none;
}

.section-1{
	width: 100%;
	background-color: white;
}

.section-1-title{
	width: 100%;
}

.section-1-title p{
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #0088cc;
}

.section-1-title hr{
	background-color: rgba(0,0,0,0.1);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-1-content{
	width: 100%;
	padding-bottom: 100px;
}

.section-1-img{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-1-text{
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #707070;
	font-size: 18px;
	text-align: justify;
}

@media (min-width: 1100px){
	.section-1-img{
		width: 990px;
		height: 495px;
	}
	.section-1-text{
		width: 990px;
	}
}

@media (max-width: 1099px){
	.section-1-img{
		width: 90%;
	}
	.section-1-text{
		width: 90%;
	}
}

/*************************/

.section-2{
	width: 100%;
	background-color: rgba(42,51,59,1);
}

.section-2-title{
	width: 100%;
	background-color: rgba(42,51,59,1);
}

.section-2-title p{
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #0088cc;
}

.section-2-title hr{
	background-color: rgba(134,134,134,0.4);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-2-content{
	width: 100%;
	padding-bottom: 100px;
}

.section-2-img{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-2-text{
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #A2A2A2;
	font-size: 18px;
	text-align: justify;
}

@media (min-width: 1100px){
	.section-2-img{
		width: 990px;
		height: 495px;
	}
	.section-2-text{
		width: 990px;
	}
}

@media (max-width: 1099px){
	.section-2-img{
		width: 90%;
	}
	.section-2-text{
		width: 90%;
	}
}

/*************************/

.section-3{
	width: 100%;
	background-color: white;
}

.section-3-title{
	width: 100%;
	background-color: white;
}

.section-3-title p{
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #0088cc;
}

.section-3-title hr{
	background-color: rgba(0,0,0,0.1);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-3-content{
	width: 100%;
	padding-bottom: 100px;
}

.section-3-img{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-3-text{
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #707070;
	font-size: 18px;
	text-align: justify;
}

@media (min-width: 1100px){
	.section-3-img{
		width: 990px;
		height: 495px;
	}
	.section-3-text{
		width: 990px;
	}
}

@media (max-width: 1099px){
	.section-3-img{
		width: 90%;
	}
	.section-3-text{
		width: 90%;
	}
}

/*************************/

.section-4{
	width: 100%;
	background-color: rgba(42,51,59,1);
}

.section-4-title{
	width: 100%;
	background-color: rgba(42,51,59,0.8);
}

.section-4-title p{
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #0088cc;
}

.section-4-title hr{
	background-color: rgba(134,134,134,0.4);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-4-content{
	width: 100%;
	padding-bottom: 100px;
}

.section-4-img{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-4-text{
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #A2A2A2;
	font-size: 18px;
	text-align: justify;
}

.app-download {
	display: block;
	height: 50px;
	width: 200px;
	text-decoration: none;
	outline: none;
	color: #A2A2A2;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #A2A2A2;
}

@media (min-width: 1100px){
	.section-4-img{
		width: 990px;
		height: 495px;
	}
	.section-4-text{
		width: 990px;
	}
}

@media (max-width: 1099px){
	.section-4-img{
		width: 90%;
	}
	.section-4-text{
		width: 90%;
	}
}

/*************************/

.section-5{
	width: 100%;
	background-color: white;
}

.section-5-title{
	width: 100%;
	background-color: white;
}

.section-5-title p{
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #0088cc;
}

.section-5-title hr{
	background-color: rgba(0,0,0,0.1);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-5-content{
	width: 100%;
	padding-bottom: 100px;
}

#map {
	width: 100%;
	background-color: grey;
}

.section-5-img{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-5-text{
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #707070;
	font-size: 18px;
	text-align: justify;
}

@media (min-width: 1100px){
	.section-5-img{
		width: 990px;
		height: 495px;
	}
	.section-5-text{
		width: 990px;
	}
}

@media (max-width: 1099px){
	.section-5-img{
		width: 90%;
	}
	.section-5-text{
		width: 90%;
	}
}

/*************************/

.section-6 {
	width: 100%;
	background-color: #0088cc;
}

.section-6-title {
	width: 100%;
	background-color: #0088cc;
}

.section-6-title p {
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: white;
}

.section-6-title hr {
	background-color: rgba(220,220,220,0.4);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-6-content {
	width: 100%;
	padding-bottom: 100px;
}

.section-6-file-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 1000px;
	text-align: center;
	overflow: hidden;
}

.section-6-file-content a {
	display: inline-block;
	height: 200px;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	outline: none;
}

.section-6-file-icon {
	height: 150px;
	width: 150px;
	background-image: url(../images/documents/file_icon.png);
	background-size: contain;
}

.section-6-file-title {
	color: #e9e9e9;
	font-size: 16px;
}

/*************************/

.section-7{
	width: 100%;
	background-color: rgba(42,51,59,1);
}

.section-7-title{
	width: 100%;
	background-color: rgba(42,51,59,0.8);
}

.section-7-title p{
	margin: 0;
	padding-top: 100px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #0088cc;
}

.section-7-title hr{
	background-color: rgba(134,134,134,0.4);
    height: 2px;
	width: 400px;
	margin: 0 auto;
    border: none;
}

.section-7-content {
	width: 100%;
	padding-bottom: 100px;
}

.section-7-img{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-7-text{
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
	
.section-7-member-picture {
	width: 270px;
	height: 350px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.section-7-member-picture img {
	width: 270px;
	margin-bottom: 20px;
}

.section-7-member-picture p {
	width: 270px;
	text-align: center;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: #B3B3B3;
}

.email-address {
	outline: none;
	text-decoration: none;
	color: #B3B3B3;
}

@media (min-width: 1300px) {
	.section-7-picture-content {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		overflow: hidden;
	}
}

@media (max-width: 1299px) and (min-width: 618px) {
	.section-7-picture-content {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		overflow: hidden;
	}
}

@media (max-width: 617px) {
	.section-7-picture-content {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		overflow: hidden;
	}
}

/*************************/

.section-bottom{
	width: 100%;
	height: 50px;
	color: #B3B3B3;
	text-align: center;
	line-height: 50px;
	background-color: rgba(30,36,42,1);
}