/* ==========================================================================

[nietnormaal.css] Screen Stylesheet 

version:	 1.2 
date:		 21/05/20
author:		 Marcel van den Berg
email:		 info@marcelvandenberg.eu
website:	 https://www.marcelvandenberg.eu 

========================================================================== */

/* 
<!-- Colors -->
RL = #b5ddf0
HH = #f5a390
JN = #99d0b9
NN = #fbaeaf
IB = #4b00f9
FMH = #e83df6
	/* 

/* 
<!-- Fonts -->
font-family: "Open Sans", sans-serif;
light: 300
reg: 400
reg-italic: 400
semibold: 600
semibold-italic: 600
 	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style-type: none;
	padding-left: 1em;
}

li {
	 list-style-type: none;
	 text-indent: -1.2500em;
}

ul.article {
	list-style-type: none;
	padding-left: 0.5em;
}

li.article {
	 list-style-type: none;
	 text-indent: -0.525em;
}
 
.no-indent {
	 text-indent: 0;
	 margin-left: -1.2em;
}

element { 
	outline: none;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

a, .onclick {
	cursor: pointer;
}

a:link, a:visited, a:hover, a:active, a:focus	{
	color: inherit !important; 
	text-decoration: none;
	outline: none; 
}

a:link.second, a:visited.second, a:hover.second, a:active.second {
	 text-decoration: underline;
	 font-weight: 600;
}

a:link.third, a:visited.third, a:hover.third, a:active.third {
	 text-decoration: underline;
	 font-weight: 400;
}


button:focus { 
	outline: none; 
}

button::-moz-focus-inner {
	border: 0;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted black;
	margin: 1em 0;
	padding: 0 2px;
	width: 99.5%;
}

hr.white-hr {
	border-top: 2px dotted white;
}

hr.blue-hr {
	border-top: 2px dotted #b5ddf0;
}

hr.NNIII-hr {
	border-top: 2px dotted #0e1a98;
}

hr.orange-hr {
	border-top: 2px dotted #f5a390;
}

hr.green-hr {
	border-top: 2px dotted #99d0b9;
}

hr.pink-hr {
	border-top: 2px dotted #fbaeaf;
}

hr.soft-pink-hr {
	border-top: 2px dotted #f7d0e5;
}

hr.dark-green-hr {
	border-top: 2px dotted #00a76b;
}

hr.purple-hr {
	border-top: 2px dotted #4b00f9;
}

hr.fmh-hr {
	border-top: 2px dotted #e83df6;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

 /* 
 <!-- Bootstrap resets -->
 */
	
* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.row.gutter {
	margin-right: -7px;
	margin-left: -7px;
}
.row.gutter > [class^="col-"],
.row.gutter > [class*="col-"] {
	padding-right: 7px;
	padding-left: 7px;
}

.row-eq-height > [class^="col-"] {
	display: flex;
	flex-direction: column;
}

[class^="col-"] div {
	flex-grow: 1
}

.half {
	height: 96px;
}

.mb-x {
 	margin-bottom: 20px !important;
}

.mt-x {
 	margin-top: 20px !important;
}

.mt-y {
 	margin-top: -18px !important;
}

.mt-y-s {
 	margin-top: -18px !important;
}

.card, .card-header {
	border: none;
	cursor: pointer;
}

.card-body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.card-group {
	margin-bottom: 0;
 }

.table > thead > tr > th, .table > thead > tr > td {
	border: 0;
}

a.svg:after {
	content: ""; 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}

a.svg {
	position: relative;
	display: inline-block;
}

.collapsing {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	display: none;
}

.carousel-control {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.carousel {
	position: relative;
}

.semi {
	background: rgba(0, 0, 0, 0.5);
}

.show-on-mobile {
	display: block;
}

.show-on-desktop {
	display: none;
}

/*	svgs
	*/

.arrow {
	width: 15px;
	height: auto;
	margin-right: 25px;
	padding-bottom: 2px;
	vertical-align: middle;
 }

.anbi {
	width: 125px;
	height: auto;
 }	

 .cntrl {
	width: 50px;
	height: auto;
 }	

.logo {
	display: block;
	margin: auto;
	max-width: 375px;
	height: auto;
	width: 100%;
	max-height: 100%;
}

.multiply {
	mix-blend-mode: multiply;
}

/*

 * 
 */

/* Colors */
	
.white {
	background-color: #fff;
}

.black {
	background-color: #000;
}

.grey {
	background-color: #E6E7E8;
}

.blue {
	background-color: #b5ddf0;
}

.NNIII {
	background-color: #0e1a98;
}

.orange {
	background-color: #f5a390;
}

.green {
	background-color: #99d0b9;
}

.pink {
	background-color: #fbaeaf;
}

.soft-pink {
	background-color: #f7d0e5;
}

.purple {
	background-color: #4b00f9;
}

.fmh {
	background-color: #e83df6;
}

.dark-green {
	background-color: #00a76b;
}

.dark-grey {
	background-color: #333333;
}

.text-white {
	color: #fff !important;
}

.text-green {
	color: #e5f9ef !important;
}

.text-grey {
	color: #dbdbdb !important;
}

.text-soft-pink {
	color: #7030a1 !important;
}

.text-black {
	color: #000 !important;
}

.outline {
	border: 1px solid #CCC;
}


/*
 * 
 */

/* Basics */

html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #E8E8E8;
		padding: 0; 
	margin: 0 auto;
}

.container {
	min-height: 100%;
	max-width: 1140px;
		padding: 10px 20px;
 	margin: 0 auto;
	background-color: #fff;
}

.responsive {
	width: 100%;
	height: auto;
}

.nav {
	height: 30px;
}

.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}


/* Typgraphy */


h1, p.heading	{
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial;
	 font-size: 1.313em;
	font-stretch: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	font-style: italic;
}

h2 {
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial;
	 font-size: 1.213em;
	font-stretch: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	vertical-align: center;
	color: #000;
}

h3 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 font-size: 1.313em;
	font-stretch: normal;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: 0.0125em;
}

h4, .menu {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.750em;
	font-stretch: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	text-transform: uppercase;
	vertical-align: center;
}

.carousel h4 {
	bottom: 0;
	left: 0;
	padding: 14px;
 	position: absolute;
 	width: 100%;
 	text-align: right;
	font-size: 0.750em;
	font-stretch: normal;
	font-weight: 300;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	text-transform: uppercase;
}

h5, .photocredit {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.750em;
	font-stretch: normal;
	font-weight: 300;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	text-transform: uppercase;
	vertical-align: center;
}

.brood {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.0125em;
}

.italic {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	font-style: italic;
}

li em, .brood em {
	font-size: 1em;
	font-style: italic;
}

.fourhundred {
	font-weight: 400 !!important;
}

.threehundred {
	font-weight: 300 !!important;
}

.bold {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.0125em;
}		

.subpage {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	text-transform: uppercase;
	vertical-align: center;
}

ul, .smalltext-regular {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-weight: 400;
	font-style: normal;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0.0125em;
}

.smalltext-semibold em {
	font-size: 1em;
	font-style: italic;
}

.smalltext-semibold {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-weight: 600 !important;
	font-style: normal;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0.0125em;
}

.projects {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 font-size: 2em;
	font-stretch: normal;
	font-weight: 600;
	font-style: normal;
	line-height: 32px;
	text-decoration: none;
	letter-spacing: 0.0125em;
	text-transform: uppercase;
	vertical-align: center;
	color: #000;
}

.extra-spacing {
	 padding-left: 3px;
}

.show-on-375 {
	display: none;
}

/* 
<!-- -->
<!-- -->
<!-- -->
<!-- -->
	*/
	
/* Media Queries */

@media (max-width: 320px) {

.container {
		padding: 5px 10px;

}

	}

@media (max-width: 375px) {

.show-on-375 {
	display: block;
}

	}

@media (max-width: 420px) {

.container {
	overflow-x: hidden;
}

.scale-on-mobile {
	width: 100%;
	height: auto;
}

.svgs {
	width: 85%;
	height: 305px;
}

.pngs {
	width: 75%;
}

.show-on-420 {
	display: block;
}

	}

@media (min-width: 420px) {

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow: auto;
}

.svgs {
	width: 85%;
	height: 305px;
}

.pngs {
	width: 75%;
}

	}

@media (min-width: 576px) {

.mt-y-s {
 	margin-top: -30px !important;
}

	}

@media (min-width: 768px) {

.arrow {
	width: 35px;
	height: auto;
	margin-right: 7px;
	padding-bottom: 2px;
	vertical-align: middle;
 }

.cntrl {
	width: 70px;
	height: auto;
 }	

.show-on-mobile {
	display: none;
}

.show-on-desktop {
	display: block;
}

.mt-y-s {
 	margin-top: 0 !important;
}

.svgs {
	width: 100%;
	height: 305px;
}

.pngs {
	width: 75%;
}

h1, p.heading	{
	 font-size: 1.675em;
	line-height: 33px;
}

h2 {
	 font-size: 1.675em;
	line-height: 33px;
}

h3 {
	 font-size: 1.675em;
	line-height: 33px;
}

h4, .menu {
	font-size: 0.875em;
	line-height: 30px;
}

.carousel h4 {
	font-size: 0.750em;
	line-height: 14px;
}

h5, .photocredit {
	font-size: 0.750em;
	line-height: 14px;
}

.brood {
	font-size: 1.313em;
	line-height: 24px;
}

.italic {
	font-size: 1.313em;
	line-height: 24px;
}

.subpage {
	font-size: 1.313em;
	line-height: 26px;
}

ul, .smalltext-regular {
	font-size: 1.125em;
	line-height: 22px;
}

.smalltext-semibold {
	font-size: 1em;
	line-height: 22px;
}

.projects {
	font-size: 3em;
	line-height: 48px;
}

	}


@media (min-width: 992px) {

.container {
		padding: 30px 40px;
}

.mb-x {
 	margin-bottom: 30px !important;
}

.mt-x {
 	margin-top: 30px !important;
}

	}
