@charset "utf-8";
body {
  font-family: "Source Sans Pro", Calibri, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #304269;
  text-align: left;
  background-color: #fff;
  margin-left: 5%;
  margin-right: 15%
}
video {
  max-width: 100%;
  height: auto;
}

h1, .h1 {
  font-size: 1.25rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.intro-tekst {
  font-weight: 500;
}
.card {
  background-color: lightblue;
  background-clip: border-box;
  border: 2px solid rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  overflow:auto; 
}
.card-title {
	vertical-align: middle;
    font-size: 1em;
    font-weight: 500;
}
.oranje {
	color: #f26101;
	}

/* tekst aanpassingen */	
.link-colour-mars { 
    color: #304269 !important;
    text-decoration: none !important;
	margin-left: 5px;
}
.link-colour-mars:hover{
	color: #ffffff !important;
	margin-left: 5px;
}
.vet {
	font-weight: bold;
}

.bijschrift{
  font-size: 1em;	
  font-weight: 300;
  line-height: 1.2;
  color: #304269;
  margin-top: 1em;
  margin-bottom: 2em;
	}

.footer-tekst {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.5;
  color: #909090;
  margin:20px 0px 5px 0px;
}
.verzenden {
	color: #ffffff;
	font-weight: 500;
}

.navbar {
	padding: 0px;
	background-color: #ffffff !important; 
}
.nav-link:hover{
	color: #f26101 !important;
}
.margin-top-mars {
	margin-top: 2%;
}
.margin-bottom-mars {
	margin-bottom: 2%;
}
.margin-rechts {
  margin:0px 60px 0px 0px;
}
.margin-left-mars{
  margin-left: 10px;
  margin-top: 5px;	
}


/*btn-lg colors*/
.btn-lg {
    color: #fff;
    background-color: #91bed4; 
    border-color: #91bed4;
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active, .btn-lg.active, .open>.dropdown-toggle.btn-lg {
    color: #fff;
    background-color: #304269;
    border-color: #304269;
}

/* roll-over effect images */
.roll-fx{
	filter: opacity(100%);
	transition: filter 0.5s;
}
a.roll-fx:hover, a.roll-fx:active {
	filter: opacity(30%);
	}
/* roll-over effect logo */
.roll-fx-logo{
	filter: drop-shadow(0px 0px 0px #f26101);
	transition: filter 0.5s;
}
a.roll-fx-logo:hover, a.roll-fx-logo:active {
	filter: drop-shadow(1px 1px 2px #f26101);
	}