/* Body and basic styles */
body {
    background-color: #FBFBFB !important;
    font-family: "Roboto", sans-serif;
}

pre code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 0px;
    background-color: transparent !important;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0A0A0A;
}

pre {
    color: ;
    background-color: #ADADAD;
    margin: 15px 0;
    border-radius: 3px;
    border: 1px solid #939393;
    padding: 1.5em;
    box-shadow: inset 0 0 2px #C1C1C1;
}

.inline li {
    display: inline !important;
}

h1, h2, h3, h4, h5 {
    font-family: "Source Sans Pro" !important;
}

/* Google web fonts */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/source-sans-pro-v9-latin-regular.eot);
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/source-sans-pro-v9-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/source-sans-pro-v9-latin-regular.woff2) format('woff2'), url(../fonts/source-sans-pro-v9-latin-regular.woff) format('woff'), url(../fonts/source-sans-pro-v9-latin-regular.ttf) format('truetype'), url(../fonts/source-sans-pro-v9-latin-regular.svg#SourceSansPro) format('svg');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/pt-sans-v8-latin-regular.eot);
    src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/pt-sans-v8-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/pt-sans-v8-latin-regular.woff2) format('woff2'), url(../fonts/pt-sans-v8-latin-regular.woff) format('woff'), url(../fonts/pt-sans-v8-latin-regular.ttf) format('truetype'), url(../fonts/pt-sans-v8-latin-regular.svg#PTSans) format('svg');
}

/* Header and nav */
header {
    height: 270px;
    margin-top: 0;
}

/*#topnav
{
	z-index: 2 !important;
	position: relative !important;
	min-height: 5em !important;
}*/
/*.top-bar-center
{
	text-align: center;
}*/
.cover {
    background: url('/img/cover.jpg') center no-repeat !important;
    /*position: absolute !important;*/
    display: block !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    max-height: 650px;
}

nav a {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 2px #000000;
    font-size: 1.1em;
}

#blog-listing .grid-container {
    max-height: 115px !important;
}

#blog-listing .blog-listing-img img {
    min-height: 145px;
    overflow: hidden;
}

.top-bar-center {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media screen and (max-width: 39.9375em) {
    .top-bar-center {
        display: none;
    }
}

.ddg input {
    background-color: rgba(249, 249, 249, 0.7800);
    color: rgba(0, 0, 0, 1) !important;
}

/*Central page navigation*/
#pagenav {
    z-index: 2 !important;
    position: relative !important;
    min-height: 2.5em !important;
    text-transform: uppercase;
    font-size: 0.9em;
    text-shadow: -1px -1px 0px #000000;
}

/* Introduction */
#introduction {
    background-color: #FFF;
    padding: 50px 50px 20px;
    border: 1px solid #DFDFDF;
}

#introduction h1, #introduction h2 {
    font-family: "PT Sans", Helvetica, Roboto, Arial, sans-serif;
}

#introduction ul strong, #resume a, .breadcrumbs li {
    text-transform: uppercase;
}

section#introduction {
    z-index: 2;
    position: relative;
}

#introduction #avatar {
    max-height: 319px;
    text-align: center;
}

#introduction #profilepicture {
    text-align: center;
}

#introduction h1 {
    font-size: 2.9em;
    text-shadow: 1px 1px 0 #D7D7D7;
}

#introduction ul strong {
    font-size: 0.7em;
}

#introduction h2 {
    font-size: 1.4em;
    text-shadow: 1px 1px 0 #E1E1E1;
}

#introduction li span {
    width: 225px;
    float: right;
    text-align: left;
    color: #6C6C6C;
    text-shadow: 1px 1px #EBEBEB;
}

.socialicons img {
    color: #FFFFFF;
    height: 2.5em;
}

/* Blogpost view */
#blogpost {
    background-color: #FFF;
    padding: 50px 50px 20px;
    border: 1px solid #DFDFDF;
}

#blogpost h1, #blogpost h2 {
    font-family: "PT Sans", Helvetica, Roboto, Arial, sans-serif;
}

h1#title {
    font-size: 2.1em;
    margin-bottom: 0.4em;
}

#content h1 {
    font-size: 1.8em;
    line-height: 2em;
}

section#blogpost {
    z-index: 2;
    position: relative;
}

.metaSinglePost {
    background: #6C7A89;
}

ul#tags {
    text-align: right !important;
}

ul#tags li {
    margin-right: 5px;
}

#tags li a {
    color: #FFFFFF;
}

.metaSinglePost #tags span {
    background-color: #52545F;
}

#blog-post-nav {
    padding-bottom: 10px;
}

#blog-post-nav .align-left {
    text-align: right;
}

#blog-post-nav .previous {
    text-align: left;
}

#blog-post-nav .label {
    background-color: #52545F;
}

#blog-post-nav .label a {
    color: #E7E7E7;
    text-align: center;
}

.metaSinglePost {
    padding-top: 15px;
    color: #EFEFEF !important;
    font-size: 0.8em;
}

#blog-post-meta p {
    margin: 0;
    height: ;
}

#blog-post-nav .label {
}

#blog-post-nav {
    margin: 0 0 1.5em 1.5em;
}

#content p {
    line-height: 1.8em !important;
}

/*Listing view*/
#listing {
    background-color: #FFF;
    padding: 50px 50px 20px;
    border: 1px solid #DFDFDF;
    z-index: 2;
    position: relative;
}

.articleListImg {
    height: 200px;
    margin-top: 1em;
    position: relative;
}

.articleListImg h1 {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5em;
    padding-left: 22px;
    padding-bottom: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-shadow: 1px 1px #000000;
    margin: 0;
}

#home-latest-posts {
    font-size: 1.3em;
    margin-top: 18px;
    color: #A5A5A5;
    text-shadow: 1px 1px #FFFFFF;
}

.blog-listing-description {
    color: #2E2E2E;
}

.listingSummary {
    padding: 5px 0 5px 15px;
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-top: 0px;
    font-size: 0.9em;
    color: #8B8B8B;
    line-height: 1.4;
    overflow: hidden;
}

.homepageListing .listingSummary {
    height: auto;
    line-height: 1.6;
    padding: 15px;
    background-color: rgba(249, 249, 249, 0.812);
    border: 0px;
    color: #545454;
    text-shadow: 1px 1px #FFFFFF;
    font-size: 14px;
}

#content h2 {
    font-size: 1.4em;
    font-weight: normal;
    border-bottom: 1px dotted #D1D1D1;
}

/**/
#socialmedia .grid-x {
    background: #6C7A89;
    font-weight: 400;
}

#resume a, b, optgroup, p.refName, strong {
    font-weight: 700;
}

#socialmedia a {
    color: #FDFDFD;
}

#resume a {
    background-color: #ECECEC;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    text-shadow: 0 0 1px #FFF;
    color: #353535;
    font-family: "PT Sans";
    font-size: 16.4px;
}

button, img, legend {
    border: 0;
}

#resume a:hover {
    box-shadow: 0 0 15px rgba(199, 204, 211, 0.65);
}

#resume {
    padding: 15px 0;
}

#resume #introtext {
    padding-top: 1em;
    text-align: center;
    font-size: 1.3em;
    text-shadow: -1px -1px #FFF;
    padding-bottom: 1em;
}

.container {
    margin: 20px;
    width: 200px;
    height: 200px;
}

.progress-meter {
    background-color: #6C7A89 !important;
}

#projectWrapper, #skillWrapper, section#references #orbitWrapper {
    background-color: #FFF;
    padding: 50px 50px 20px;
    border: 1px solid #DFDFDF;
    box-shadow: inset 0 0 3px #E1E1E1;
}

#projectWrapper, #skillWrapper {
    margin-bottom: 2em;
}

#projects h2, #skills h2 {
    font-size: 1.5em;
}

#references .quote {
    color: #6C7A89;
    font-size: 211.5px;
    top: 0;
    margin-top: -95px;
    font-family: "Times New Roman", serif;
    max-height: 23px;
}

p.refName {
    color: #787878;
    margin-bottom: 0;
    margin-top: 7px;
}

/* Portfolio */
#socialmedia {
    background: #6C7A89;
    font-weight: 400;
}

#socialmedia a {
    color: #FDFDFD;
}

#skills {
    background-color: #FFF;
    padding: 50px 50px 20px;
    border: 1px solid #DFDFDF;
}

#education {
    background-color: #FFF;
    padding: 30px 50px 20px;
    border: 1px solid #DFDFDF;
    margin-bottom: 1em;
}

.edu_years {
    font-weight: bold;
    font-size: 1.2em;
    color: #626262;
}

.education_info p {
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.education_info small {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

h2 {
    font-size: 2em;
}

.experience_info .small-8.large-10 {
    margin-left: 0;
    padding-left: 15px;
}

.education_info {
    margin-bottom: 1em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #282828;
}

.education_info strong {
    font-size: 0.9em;
}

#experience {
    background-color: #FFF;
    padding: 30px 50px 20px;
    border: 1px solid #DFDFDF;
    margin-bottom: 1em;
    font-weight: normal;
}

img.experience_work {
    max-height: 75px;
}

.experience_info .large-2 {
    text-align: center !important;
}

.experience_info {
    margin-bottom: 15px;
}

#experience h3 small {
    color: #242424;
}

.experience_info {
    font-weight: normal;
}

.experience_info h3 small {
    color: #686868;
}

/*Footer*/
footer {
    color: #939393 !important;
    text-shadow: 1px 1px 0px #FFFFFF;
    font-size: 0.8em;
    padding-top: 10px;
}

footer .text-left {
    text-align: right;
}

/* Weblog listing view*/
#blog-listing .grid-container {
    margin: 1em 0;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.blog-post h1 a {
    color: #65667B;
}

.blog-post h1 {
    color: #65667B;
    font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#blog-listing .blog-listing-img {
    margin-left: 0;
}

#blog-listing .blog-post {
    min-height: 145px;
    max-height: 250px;
    overflow: hidden;
}

/* TOPBAR NAVIGATION*/
.title-bar.sticky {
}

.top-bar, .top-bar ul {
    background-color: transparent !important;
}

#hero_cogwheel {
    font-size: ;
    max-height: 490px;
    text-align: center;
    margin-left: 0;
    margin-top: 1em;
}

#topbar_logo {
    height: 8.5em;
    background-color: #007BA7;
    margin: 0 !important;
    padding: 0 0 0 4em !important;
}

.top-bar {
    margin: 0;
    padding: 0;
}

#topbar_logo_a a {
    margin: 0 !important;
    padding: 0 !important;
}

.top-bar-left {
    text-align: left !important;
    margin: 0;
    padding-left: 0;
}

/*Homepage hero*/
#hero-homepage h1 {
    padding-top: 1.5em;
    color: #323232;
    /*text-shadow: -1px -1px #939393;*/
    font-family: 'Montserrat', sans-serif !important;
    font-size: 41px;
}

#hero-homepage h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19.9px;
    color: #6F6F6F;
}

span.hero_mark {
    background-color: #007BA7;
    color: #FFFFFF;
    padding: 5px;
}

.button {
    background-color: #007BA7;
}

#homepage-references p {
    font-family: 'Montserrat', sans-serif;
}

#homepage-references {
    text-align: center;
    border: 0px;
}

#hero_explaination.callout {
    background-color: transparent;
    border: 0px;
    font-family: 'Montserrat', sans-serif !important;
}

img.icon {
    height: 2em;
    margin-right: 12px;
}

/*Homepage importance*/
PAGE#homepage H1 {
    color: #323232;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2em;
}

#homepage-contentbody section {
    margin: 6.4em 0 2em;
}

#homepage-contentbody img {
    opacity: 0.5;
}

#homepage-services .card-divider {
    font-weight: normal;
    font-size: 0.9em !important;
    background-color: #007BA7;
    color: #F5F5F5;
    font-family: "Montserrat", sans-serif;
}

#homepage-services .card img {
    margin: 1em;
}

#homepage-services.callout {
    border: 0px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

#homepage-services .cell {
    margin: 0 !important;
    padding: 0.2em;
}

#homepage-services h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.9em;
    text-align: center;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 7px;
}

#homepage-services p {
    font-size: 0.85em;
    text-align: center;
}

/*Pricing page*/
#pricing-hero h1 {
    color: #323232;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2em;
}

#pricing-hero h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19.9px;
    color: #6F6F6F;
}

#hero_explaination li {
    margin-left: 0;
    padding-left: 10.125px;
    font-weight: normal;
    font-size: 1em;
    color: #00688D;
}

#pricing-hero {
    margin-top: 3em;
    margin-bottom: 1em;
}

.pricing-table {
    background-color: #FEFEFE;
    border: solid 1px #CACACA;
    width: 100%;
    text-align: center;
}

.pricing-table li {
    border-bottom: dotted 1px #CACACA;
    padding: 0.875rem 0.5em;
    font-size: 0.95em;
    text-align: left;
    margin-left: 0;
    list-style: none;
}

.pricing-table li:last-child {
    border-bottom: 0;
}

.pricing-table .title {
    background-color: #007BA7;
    color: #FEFEFE;
    border-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    text-shadow: -1px -1px 1px #505050;
    text-align: center;
    list-style: none;
}

.pricing-table .price {
    background-color: #E6E6E6;
    font-family: "Montserrat", sans-serif;
    font-size: 1.45em;
    border-bottom: 0;
    text-shadow: 1px 1px 1px #979797;
    text-align: center;
    list-style: none;
}

.pricing-table .fa-check-square {
    margin-left: 9px;
    margin-right: 15px;
    color: #007BA7;
}

#pricing-basis .price {
    background-color: #66B0CA;
    color: #FFFFFF;
}

#pricing-normalprice-grid .cell {
    margin: 0px !important;
    padding: 5px;
}

#pricing-standaard .price {
    background-color: #4DA3C1;
    color: #E9E9E9;
}

#pricing-allin .price {
    background-color: #3395B9;
    color: #FFFFFF;
}

.pricing-table .description {
    color: #505050;
    font-size: 92%;
    text-align: center;
    background-color: #F7F7F7;
    list-style: none;
}

.pricing-table :last-child {
    margin-bottom: 0;
}

.fi-checkbox {
    height: 18px;
    width: 212px;
}
