body {
  margin: 0;
  padding: 0;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 0.75rem;
}


.fullBackground {
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  min-height: 100%;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-airflux-white {
	background-color: rgba(255, 255, 255, 0.7);
}

a {
	color: #E6332A;
	text-decoration: underline;
	font-weight: 600;
}
a:hover, a:visited {
	color: #E6332A;
	font-weight: 600;
}

h1 img {
	max-width: 100%;
	width: 420px;
}
h2 {
	color: #003063;
	font-weight: 600;
}
strong {
	font-weight: 600;
}
footer a,
footer a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
footer a:hover {
	color: #E6332A;
	font-weight: normal;
}

#main-header {
	
	background-color: white;
}

.card {
	padding: 0.25rem;
	border-radius: 0;
}
.card-img-top {
	margin: 2rem 0rem 0.25rem;
}
.card-text {
	    min-height: 55px;
	    font-weight: normal;
}
.carriere, .carriere:visited {
	background-color: #E6332A;
	color: white;
	padding: 0.5rem 0.75rem;
	margin: 0.5rem 0.75rem;
	display: inline-block;
	min-width: 250px;
	width: 300px;
	max-width: 80%;
	text-decoration: none;
	border: 2px solid #E6332A;
	font-weight: normal;
}
.carriere:hover {
	background-color: white;
	color: #E6332A;

	text-decoration: none;
	border: 2px solid #E6332A;
	font-weight: normal;
}
