@import url(//db.onlinewebfonts.com/c/6b717a99143920c81f23ac63fa76c629?family=Bosch+Sans+Light);


#top {
  background-color: #2358A7;
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: white;
  font-size: 0.875rem;
}

#topright {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #topleft {
    text-align: center;
  }
  #topright {
    text-align: center;
  }
}

#header {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}



.header {
  overflow: hidden;
  background-color: white;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #2358A7;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}


#main {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

#content .row {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

#content .row:last-of-type {
	margin-bottom: 3rem;
}

.cover {
	background-image: url("../images/cover.jpg") ;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
}

@media (max-width: 768px) {
	.cover {
		height: 180px;
	}
}



#highlights {
	text-align: center;
}

#highlights h2 {
  margin: 0;
  padding-top: 1em;
  color: white;
}

#highlights .col-lg-4 {
	padding: 40px;
}

#highlights img {
	padding: 0;
	width: auto;
	height: auto;
	max-width: 280px;
	max-height: 280px;
}

#highlights p {
	margin: 0;
}





#aa {
	background-image: linear-gradient(rgba(62, 163, 210, 0.6), rgba(62, 163, 210, 0.6)), url(../images/hero.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 3vh;
	overflow: auto;
}


#aa h1 {
	margin-top: 1vh;
	margin-bottom: 2vh;
	color: white;
  font-size: 3.5vh;
}

#aa p {
	color: white;
  font-size: 1.5vh;
}










#gassafe {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../images/gsr.png);
	background-size: cover;
	background-position: center;
	padding: 4vh;
	overflow: auto;
	color: white;
}

.gassafelogo {
	width: 20%;
	float: left;
}

.gassafetext {
	width: 80%;
	float: left;
}

@media (max-width: 768px) {
	.gassafelogo {
		display: none;
	}
	.gassafetext {
		width: 100%;
	}
}

.gassafelogo img {
	padding: 1vh;
	width: auto;
	max-width: 120px;
}

#gassafe h1 {
	margin-bottom: 2vh;
}

#gassafe p {
	margin: 0;
	font-size: 1rem;
}

#process {
	padding-top: 3vh;
	padding-bottom: 3vh;
	text-align: center;
}

#process h2 {
	margin-top: 0;
	margin-bottom: 2rem;
}

#process h3 {
	margin: 0;
	margin-bottom: 1rem;
}

#process img {
	padding: 1vh;
	width: auto;
	height: auto;
	max-height: 75px;
}

#process p {
	margin: 0;
	padding: 1vh;
}

#affiliations {
	background-image: linear-gradient(to right, #0a588f, #1889c4);
	padding-top: 2rem;
	padding-bottom: 3rem;
	color: white;
	text-align: center;
}

@media (max-width: 768px) {
	.col-md-4 {
		margin-bottom: 2rem;
	}
	.col-md-4:last-of-type {
		margin-bottom: 0;
	}
}

#affiliations h2 {
	margin-top: 0;
	margin-bottom: 2rem;
}

#affiliations img {
	margin-bottom: 1rem;
	padding: 0;
	width: auto;
	height: auto;
	max-height: 120px;
}

#affiliations p {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1;
}

#testimonials {
	padding: 4vh;
	text-align: center;
}

#testimonials h2 {
	margin-top: 0;
}

#testimonials p:last-of-type {
	margin-bottom: 0;
}

#hero {
	height: 270px;
	background-image: linear-gradient(90deg,rgba(235, 28, 36, 0.8), rgba(62, 121, 189, 0.8)), url(../images/hero.jpg);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
}

#footer {
	background-image: linear-gradient(to right, #0a588f, #1889c4);
	padding-top: 2rem;
	color: #faf2f3;
	font-size: 0.875rem;
}

#footer .col-lg-6 {
	margin-bottom: 2rem;
	padding: 1rem;
}

#footer h4 {
	color: #faf2f3;
	font-size: 20px;
	text-transform: none;
}

#footer h4:first-of-type {
	margin-top: 0;
}

#footer p:last-of-type {
	margin-bottom: 0;
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

footer {
	margin-bottom: 3rem;
	padding: 0;
	width: 100%;
	color: #faf2f3;
}

footer ul {
	list-style: none;
	margin-bottom: 1rem;
	padding: 0;
	font-size: 0.875rem;
	text-align: center;
	display: flex;
	justify-content: center;
}

footer li {
	padding: 0 10px;
}

footer p {
	margin-bottom: 0;
	font-size: 0.875rem;
	text-align: center;
}