
/* FONTS FONTS FONTS ----------------------------------------------------------*/

@font-face {
    font-family: 'KievitPro';
    src: url('../fonts/KievitPro-Regular.eot');
    src: url('../fonts/KievitPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KievitPro-Regular.woff2') format('woff2'),
        url('../fonts/KievitPro-Regular.woff') format('woff'),
        url('../fonts/KievitPro-Regular.ttf') format('truetype'),
        url('../fonts/KievitPro-Regular.svg#KievitPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KievitPro';
    src: url('../fonts/KievitPro-Bold.eot');
    src: url('../fonts/KievitPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KievitPro-Bold.woff2') format('woff2'),
        url('../fonts/KievitPro-Bold.woff') format('woff'),
        url('../fonts/KievitPro-Bold.ttf') format('truetype'),
        url('../fonts/KievitPro-Bold.svg#KievitPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'KievitPro';
    src: url('../fonts/KievitPro-Light.eot');
    src: url('../fonts/KievitPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KievitPro-Light.woff2') format('woff2'),
        url('../fonts/KievitPro-Light.woff') format('woff'),
        url('../fonts/KievitPro-Light.ttf') format('truetype'),
        url('../fonts/KievitPro-Light.svg#KievitPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'KievitPro';
    src: url('../fonts/KievitPro-ExtraBold.eot');
    src: url('../fonts/KievitPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KievitPro-ExtraBold.woff2') format('woff2'),
        url('../fonts/KievitPro-ExtraBold.woff') format('woff'),
        url('../fonts/KievitPro-ExtraBold.ttf') format('truetype'),
        url('../fonts/KievitPro-ExtraBold.svg#KievitPro-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

/* IMPORTANT TINGS ----------------------------------------------------------*/

body {
  background-color: #ffffff;
	color: #505b6a;
  font-size: 1.125em;
	line-height: normal;
  font-family: 'Open Sans',sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


@media (max-width: 480px) {
  body {
  font-size: 16px;
  }
}

/* GLOBAL TYPOGRAPHY ----------------------------------------------------------*/

strong {
  font-weight: bold;
	color: #131F33;
}


h1 {
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

h2 {
	font-weight: bold;
	font-size: 3em;
}

h3 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
	font-family: 'KievitPro';
	color: #131F33;
	letter-spacing: -1px;
}

h2, h3 {
	color: #131F33;
	font-weight: 800;
}

p.large-text {
	font-family: 'KievitPro';
	font-size: 1.5em;
	font-weight: 300;
}

.members p.large-text,
.services p.large-text {
	text-align: center;
	margin-bottom: 3em;
}


@media (max-width: 480px) {
  h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	  padding-left: 0.1em;
	   padding-right: 0.1em;
	}

	h2 {
		font-size: 2.3em;
	}

	h3 {
		font-size: 1.8em;
		line-height: 1em;
	}

	h4 {
		font-size: 1.2em;
		line-height: 1em;
		margin-bottom: 0.5em;
	}
	p.large-text {
		font-size: 1.3em;
	}
}


ul {
padding-bottom: 1.4em;
}

.button {
	font-weight: bold;
	background: #E54955;
	color: #ffffff !important;
	padding: 0.8em 2em;
	border: 0px;
	transition: 0.2s;
}

.button:hover {
	background: #131F33; 
	cursor: pointer;
	text-decoration: none;
}

.pending {
	
}

/* STRUCTURE ------------------------------------------------------------*/


/* HERO  ------------------------------------------------------------*/


.hero-scroll-button {
	width: 70px;
	height: auto;
	text-align: center;
	color: #ffffff;
	background: #E54955;
	padding: 18px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -35px;
	transition: 0.3s;
	border-radius: 35px;
}

.hero-scroll-button:hover {
	background: #A5353D;
}

@media (max-width: 480px) {
	 .hero-scroll-button {
		width: 60px;
		height: auto;
		padding: 15px;
		top: -30px;
	}
	.hero-scroll-button:hover {
	background: #E54955;
	}	
}

.hero {
	background-color: #131F33;
	padding-top: 6em;
	padding-bottom: 7em;
}

@media (max-width: 480px) {
  .hero {
	padding-top: 3em;
	padding-bottom: 3em;
	}
}

.logo-container {
	padding-bottom: 4.5em;
}

.logo-hero {
	width: 360px;
	height: auto;
}

@media (max-width: 480px) {
	.logo-hero {
	width: 260px;
	}
	.logo-container {
	padding-bottom: 2.5em;
	}
}

.hero, .hero h1, .hero p {
 text-align: center;
}

.hero h1 {
	color: #ffffff;

}

.hero p {
	font-family: 'KievitPro';
	color: #ffffff;
}


/* MEMBERS  ------------------------------------------------------------*/


section.members {
	padding-top: 5em;
	padding-bottom: 2em;
}

@media (max-width: 480px) {
  section.members {
	padding-top: 1em;
	padding-bottom: 4em;
	}
}

.members h2 {
	text-align: center;
	margin-bottom: 0.5em;
}

p.location {
	margin-bottom: 1.25em;
}

.member-single {
	padding-right: 4em;
	padding-bottom: 3em;
	margin-bottom: 3.2em;
	border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 480px) {
  .member-single {
	padding-bottom: 3em;
	}
}

.member-logo {
}


.member-logo img {
	height: 90px;
	width: auto;
	margin-bottom: 32px;
}

.member-logo img.member-logo-brevity {
	height: 120px;
	width: auto;
}


.member-logo img.member-logo-protektum {
	margin-top: 60px;
	height: 60px;
	width: auto;
}

@media (max-width: 480px) {
	.member-logo img.member-logo-protektum {
		margin-top: 0px;
	}
}



/* SERVICES  ------------------------------------------------------------*/


.services {
	background: #E0DFD5;
	padding-top: 5em;
	padding-bottom: 6em;
}

@media (max-width: 480px) {
  .services {
	padding-top: 3em;
	padding-bottom: 4em;
	}
}

.services h2 {
	text-align: center;
	margin-bottom: 0.5em;
}

.service-single {
	padding-bottom: 1em;
}
/* FOOTER  ------------------------------------------------------------*/

footer {
	color: #ffffff;
	background-color: #E54955;
	text-align: center;
	padding-top: 7em;
	padding-bottom: 7em;
}

.footer-logo {
	padding-bottom: 4em;
	width: 360px; 
	height: auto;
}

@media (max-width: 480px) {
  .footer-logo {
  width: 240px;
  }
}

