/*
 * Theme Name: Hulsman Mediation
 * Description: -
 * Author: -
*/

/* Generic */

body {
    background-color: #fffafa;
    font-family: 'Open Sans', sans-serif;
}

.fix-height > p:first-of-type {
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

p, li {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.container > p {
    margin-left: 30px;
    margin-right: 30px;
}

.container > p:first-of-type {
    margin-left: 0px;
}

.container > p:last-of-type {
    margin-right: 0px;
}

.container.container-flat > p {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.container.np > p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#background-hand {
    background-image: url('static/hand-lat.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    top: 0;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    left: 0;
    z-index: -1;
}

#background-hand > img {
    max-height: 60%;
    opacity: 0.7;
}

/* Utilities */

.flex {
    display: flex;
}

.grow {
    flex-grow: 1;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

@media only screen and (max-width: 1500px) {
    .container {
        width: 75%;
    }
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-t-120 {
	margin-top: 120px;
}

/* Topbar */

#topbar {
    align-items: center;
    display: flex;
    margin-top: 48px;
}

#navigation {
    display: flex;
}

.topbar-logo {
    max-height: 130px;
    max-width: 30%;
	margin-right: 180px;
}

.topbar-title {
    color: #3b265e;
    font-family: sans-serif;
    font-size: 14pt;
    font-weight: 600;
    margin-left: 30px;
}

.topbar-link {
    color: #9161a2;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    margin-left: 16px;
    margin-right: 16px;
    text-decoration: none;
}
.topbar-link:active
.topbar-link:focus,
.topbar-link:hover {
    color: #3b265e;
    outline: none;
}

.topbar-link.active {
    color: #68c2eb;
}


.topbar-link:last-of-type {
    margin-right: 0px;
}

/* Logobar */

.logobar {
    display: flex;
    vertical-align: center;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 32px;
    align-items: center;
}

.logobar > div {
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    max-height: 100%;
}

.logobar > div > img {
    width: 100%;
    max-height: 100%;
	max-width: 250px;
}

.logobar > div:first-of-type {
    margin-left: 0px;
}

.logobar > div:last-of-type {
    margin-right: 0px;
}

/* Featured */

.featured {
    display: flex;
    height: 360px;
}

.featured-leftbox {
    background: url('static/featured-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.featured-title-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 64px;
}

.featured-title {
    background-color: #68c2eb;
    box-sizing: border-box;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 15pt;
    font-weight: 600;
    padding: 32px 32px 32px 32px;
}

.featured-infobox {
    background-color: #9161a2;
    color: white;
    flex-shrink: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 32px 32px 32px 32px;
    width: 240px;
}

.featured-waves-container {
    margin-top: -80px;
}

.featured-waves-container > img {
    max-width: 100%;
}

/* Content */

.content-side-image-wrapper {
    width: 300px;
    margin-right: 60px;
	flex-shrink: 0;
}

.content-side-image {
    width: 100%;
    display: block;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.content {
}

/* Cards */

.card {
    flex-grow: 1;
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none !important;
}

.container > .card:first-of-type {
    margin-left: 0px;
}

.container > .card:last-of-type {
    margin-right: 0px;
}

.card-image {
    width: 100%;
}

.card-title {
    color: white;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 0px 30px 0px;
    text-align: center;
    width: 100%;
}

.page-title {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    padding: 20px 40px 20px 40px;
    display: inline;
    margin-top: 40px;
}

@media only screen and (max-width: 700px) {
    .page-title { display: block; padding: 20px 20px 20px 20px; }
}

.card:nth-of-type(1) > .card-title,
.page-title-100 {
    background-color: #9161a2;
}

.card:nth-of-type(2) > .card-title,
.page-title-200 {
    background-color: #5b2a86;
}

.card:nth-of-type(3) > .card-title,
.page-title-300 {
    background-color: #3b265e;
}

/* About Me */

.aboutme-bar {
    background-color: #5b2a86;
    flex-shrink: 0;
    width: 16px;
}

.aboutme-box {
    background-color: #9161a2;
    color: white;
    margin-left: 4px;
    margin-right: 4px;
    padding: 64px 64px 64px 64px;
}

.aboutme-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22pt;
    margin-bottom: 22px;
}

.aboutme-image {
    background-size: cover;
    background-position: center center;
    flex-shrink: 0;
    width: 300px;
}

#footer {
    background-color: #d4c8e0;
    font-family: 'Open Sans', sans-serif;
    margin-top: -6px;
    padding-bottom: 24px;
    padding-top: 16px;
}

.footer-wave {
    width: 100%;
}


.post-content-fw:nth-of-type(1) {
	margin-top: 120px;
}
