@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700');

body {
  border-top: 5px solid #D18A45;
}

#right-sidebar .widget_swot_box_small,
#banner .widget_swot_box_big .swot-box {
  background-color: #D18A45;
  border-radius: 4px;
  color: #FFF;
  margin-bottom: 1rem;
  padding: 0.7rem;
}

#banner .widget_swot_box_big {
  margin: 0;
}

.swot-box-small {
  display: flex;
}

.swot-box-image {
  display: block;
}

.swot-box-small .swot-box-image {
  background-size: cover;
  flex: none;
  height: 70px;
  margin-right: 15px;
  width: 70px;
}

.swot-box-small .swot-box-text,
.swot-box-small .swot-box-text:hover {
  color: #FFF;
  flex: 1 1 auto;
}

.swot-box-small-title {
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

.swot-box .swot-box-image {
  background-size: cover;
  display: block;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56%;
}

.swot-box .swot-box-text,
.swot-box .swot-box-text:hover {
  color: #FFF;
}

.swot-box-title {
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

ul.blog-menu {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  color: #D18A45;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

#right-sidebar {
  border-top: 0;
  padding: 5.5rem 0 1rem;
}

.site-main {
  padding: 1rem 0;
}

.intro {
  background: #FFF;
  display: block;
  margin: -100px auto 30px;
  max-width: 1000px;
  padding: 30px;
  position: relative;
  text-align: center;
  font-size: 18px;
  z-index: 5;
}

.swot-box-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.swot-box-row > .swot-box {
  min-width: 300px;
  width: calc(33.33% - 20px);
}

.teamlijst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teamlijst-persoon {
	margin-bottom: 20px;
	text-align: center;
	width: 200px;
}

.teamlijst-avatar {
	border-radius: 60px;
	height: 120px;
	margin-bottom: 10px;
	object-fit: cover;
	width: 120px;
}

.teamlijst-naam {
	font-weight: bold;
}

.teamlijst-functie {
	font-size: 0.8em;
	opacity: 0.5;
}