a {
    color: #4A4A4A;
    text-decoration: none;
}
a {
    background-color: transparent;
}

a:hover {
	color: #ABABAB;
	text-decoration: none;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
 	background-color: #FFF;
 	font-family: "Avenir", "Nunito", sans-serif;
	color: #4A4A4A;
}

.header {
	height: 150px;
}

.laurensmeijs {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}

/* Color styling */
.fresh-bg {
	background: #85FFD7;
}

.gray-bg {
	background: #f5f5f5;
}

.darkgray-bg {
	background: #292929;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.container {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
}

.filler {
	height: 100%;
}

.textcenter {
    vertical-align: middle;
    display: inline-block;
}

h1,h2,h3,h4,h5 {

	position: relative;
}

h1{
	font-size:70px;
}

h1:after {
	position:absolute;
	content: '';
	width:50%;
	background-color:#4A4A4A;
	height: 2px;
	left:50%;
	bottom:10px;
	transform:translateX(-50%);
}

h2:after {
	position:absolute;
	content: '';
	width:50%;
	background-color:#4A4A4A;
	height: 2px;
	left:0%;
	bottom:0px;
}

h2.whitehr:after {
	position:absolute;
	content: '';
	width:50%;
	background-color:#FFF;
	height: 2px;
	left:0%;
	bottom:0px;
}

.nav-custom {
	line-height: 150px;
	color: #4A4A4A;
	font-size: 18px;
}

.smallportnav {
    text-align: center;
	color: #4A4A4A;
	font-size: 14px;
}

h1 {
    padding-top: 50px;
    padding-bottom: 20px;
	font-weight: 700;
	margin: 0;
}

h2 {
    padding-bottom: 15px;
	font-weight: 700;
	margin: 0;
}

h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	margin: 0;
}

.introbody {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 100px;
}

.emphasis {
	font-weight: bold;
}

.pad {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padbot {
	padding-bottom: 80px;
}

.contenttext {
	padding-top: 20px;
	padding-bottom: 75px;
}

.columntext {
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.icon-center {
	font-size: 52px;
	top: 25%;
	left: 25%;
	position: absolute;
}

.gallery {
	padding-top: 20px;
}

img.gallery {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.thumbnail {
	overflow: hidden;
	position: relative;
}

.thumb {
	text-decoration: none;
	color: #4A4A4A;
	width: 100%;
	height: 100%;
}

.overlay {
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,.50);
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	position: absolute;
	transform: translate(0,-100%);
	padding-top: 25%;
}

.thumbnail:hover .overlay{
	opacity: 1;
}

.midnav {
    width: 100%;
    text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
    margin-left: auto;
	margin-right: auto;
}

.midnav li {
	display:inline-block;
	float:none;
	margin:0 5px;
	vertical-align:middle;
}

.thumbinfo {
	font-weight:900;
	font-size: 36px;
	color: #4A4A4A;
}

.project {
	margin-top: 80px;
}

.footer {
	color: #FFF;
	padding-top: 20px;
}

.contact {
	font-size: 14px;
	color: #E1E1E1;
	line-height: 2;
}

.collaborate {
	font-size: 16px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}

#jump {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

.circle {
	width: 100px;
	height: 100px;
	background: #85FFD7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	line-height: 124px;
}
