@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: "Roboto",sans-serif;
    font-size: 1em;
    color: rgba(0,0,0,0.87);
	line-height: 1.3em;
}

.body {
	background-color: #f3f3f3;
	overflow-x: hidden
}

a{
	text-decoration:none;
}

table {
    border-spacing: 0;    
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong{
	font-weight: bold;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

caption,th {
    text-align: left;
}

h1,h2,h3,p,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}

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

abbr,acronym { border: 0;
}

.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}

/* Page Header */
#pageHeader {
	width: 100%;
	height: 5%;
	position: fixed;
	background: #384047;
	color: #fff;
	padding: 20px 0 0 0;
	display: block;
	z-index: 9;
	text-align: center;
	font-size: 90%;
}

header {
	width: 100%;
	height: 400px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #3f51b5;
	position: relative;
	color: #fff;
	z-index: 3;
}

header.day {
	background-image: url('../img/portfolio_drawing_day.jpg');
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}
header.night {
	background-image: url('../img/portfolio_drawing_night.jpg');
}

header *, .header * {
	color: #fff;
	text-align: center;
}

header .row, .header .row {
	margin-top: 20px;
}

.portrait, .name-tag {
	float: left;
	height: 50px;
	margin-left: 15px;
}

.portrait {
	width: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	
	background-image: url('../img/dirkdewit.jpg');
	background-size: cover;
}

.name-tag {
	line-height: 50px;
	margin-left: 10px;
}

header .title {
	font-size: 50px;
	padding-top: 80px;
	display: block;
	text-align: center;
	font-weight: 900;
}
header .subtitle {
	text-transform: uppercase;
	display:block;
	text-align: center;
	font-weight: 100;
}

.header {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 290px;
	z-index: 2;
	background-color: #3f51b5;

	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	padding-top: 10px;
	color: #fff;
}

.header-buttons {
	width: 100%;
}

.top-header .row {
	max-height: 50px;
	z-index: 3;
}

.inner-container {
	max-width: 1080px;
	margin: 0px auto;
	background-color: #fff;
	border-radius: 20px;
	padding-top: 60px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
}

.btn-secondary, .btn-primary {
	font-weight: 700 !important;
}
.btn-primary {
	border: 2px solid #1abc9c !important;
}
.btn-secondary {
	color: #ffffff;
	border: 2px solid #ffffff !important;
}
.btn-secondary:hover {
	color: #1abc9c !important;
	background-color: #ffffff !important;
}

.header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
}

.panel-footer > .container-fluid {
	max-width: 1080px;
}

.top-header {
	position: fixed;
	width: 100%;
	z-index: 5;
	height: 100px;
}
.top-header .container-fluid, .header .container-fluid {
	max-width: 1110px;
	width: 100%;
	margin: 0px auto;
}

.second-header {
	position: fixed;
	z-index: 2;
	width: 100%;
}

#mainContent.sticky {
	margin-top: 0px;
	z-index: 3;
}

#mainContent.sticky .inner-container {
	border-radius: 0px;
}

.social-nav {
	margin: 0;
	float: right;
}
.social-nav::before {
	display: table;
}
.social-nav li {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	float: left;
}
.social-nav li a {
	padding: 13px 17px;
    font-size: 16px;
    font-weight: 700;
	line-height: 23px;
	position: relative;
	display: block;
}
.social-nav::after {
	clear: both;
}

.navIcon {
	transition: all 500ms linear;
}

.navIcon:hover i {
	color: #f2f2f2;
}

.tw:hover {
	background: #33CCFF;
}

.gp:hover {
	background: #C63D2D;
}

.lk:hover {
	background: #4875B4;
}

.so:hover {
	background: #fe7a15;
}

.gh:hover {
	background: #6d3353;
}

.cv:hover {
	background: #f1c900;
}

/* Content */
#mainContent {
	display: none;
	margin-top: -30px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	background-color: transparent;
	z-index: 3;
}

.primary-content {
	padding-bottom: 20px;
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
}

.main {
	max-width: 1080px;
	margin: 0px auto;
	padding: 2%;
}

.filterContainer {
	max-width: 960px;
	margin: 0px auto;
}

.filters {
	margin-left: 10px;
}

.grid {
	margin: 0px auto;
	max-width: 960px;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid,
.grid .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.grid {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.grid .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.item {
	border: 0px solid #d4d4d4;
	box-shadow: 1px 1px 5px #BBBBBB;
}

.grid .grid-sizer {
	margin: 20px;
	width: 48%;
	float: left;
}

/* necessary for proper sizing with margins */
.grid .grid-sizer {
	position: absolute;
}

.category {
	width: 100%;
	height: 8px;
}

.project > .category {
	background: #3498DB;
}
.research > .category {
	background: #E74C3C !important; 
}
.organization > .category {
	background: #27AE60;
}
.award > .category {
	background: #F1C40F;
}

.item .imgContainer {
	height: 220px;
	vertical-align: middle;
	line-height: 220px;
}

.item .imgContainer img {
	display: inline-block;
	max-width: 100%;
	margin: 0px auto;
	vertical-align: middle;
}

.item .title {
	font-size: 20px;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
}

.item .subheading {
	background: #f9fafa;
	border-top: 1px solid #e2e5e8;
	padding: 10px;
	margin-bottom: 0px;
	height: 200px;
	max-height: 200px;
}

.item .tags {
	margin: 10px;
	display: none;
}

.item .tags a {
	padding: 2px;
	cursor: hand;
	cursor: pointer;
}

/* Style for project description page */
.column {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.column:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.tools {
	background-color: #ffffff;
	border: 1px solid #e2e5e8;
	padding: 2%;
}

.tag-btn {
	padding: 3%;
}

.myBtn {
	margin: 0px auto;
	width: 60px;
}

 .pf_img {
 	margin-bottom: 10px;
 }

 .panel-footer {
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #333333 !important;
 }
 .panel-footer * {
	color: #ffffff;
 }

 small {
	 color: #777777 !important;
 }

 #pages ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 10px;
	line-height: 31px;
 }