/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ====================================
   Typography
   ====================================*/
* {
    font-family: 'Catamaran',
        sans-serif, Arial, Helvetica;
    font-weight: 200;
}

html {
    overflow-x: hidden;
}

b {
    font-weight: 600;
}

#about i {
    font-size: 1.5rem;
    opacity: 0.5;
    padding-top: 2.0rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

#about p {
    margin-top: 1.3rem;
}

#skills ul {
    padding-left: 2rem;
    list-style-type: square;
}

#skills ul li a {
    text-decoration: none;
    color: #060606;
    font-weight: 600;
    /*#007bff;*/
}

#skills ul li a:hover {
    text-decoration: none;
    color: #060606;
    /*#007bff;*/
}

.card-title:hover a {
    text-decoration: none;

}

#quoteLine h2,
#quoteInitials,
.quote a {
    font-size: 2.5rem;
    display: inline;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    padding: 0rem 0.5rem;
    text-decoration: none;
    color: inherit;
}

#quoteInitials {
    font-size: 1.5rem;
}

#facts {
    overflow-x: hidden;
}

#facts h2 {
    padding-bottom: 2rem;
}

#facts h4 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

#facts p {
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
}

a.effeckt-tooltip[data-effeckt-type="bubble"]::after {
    font-size: 1rem;
}

/* ====================================
   Color Frame
   ====================================*/
/* ===========
   Color Table
   ===========
   rood: #e17a75;
   groen: #5bae65;
   oker: #e1a875;
   appelblauwzeegroen: #488389;
   donker-grijs: #343a40;
   licht-grijs: rgba(0, 0, 0, 0.125);
   */

.bgcolor-red {
    background-color: #e17a75;
}

.color-red {
    color: #e17a75;
}

.bgcolor-green {
    background-color: #5bae65;
}

.color-green {
    color: #5bae65;
}

.bgcolor-ocher {
    background-color: #e1a875;
}

.color-ocher {
    color: #e1a875;
}

.bgcolor-blue {
    background-color: #488389;
}

.color-blue {
    color: #488389;
}

.bgcolor-dgray {
    background-color: #343a40;
}

.color-dgray {
    color: #343a40;
}

.bgcolor-lgray {
    background-color: rgba(0, 0, 0, 0.125);
}

.color-lgray {
    color: rgba(0, 0, 0, 0.125);
}

.bgcolor-transparent {
    background-color: transparent;
}

/* ====================================
   Structure
   ====================================*/

h1 {
    margin-top: 2rem;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 1rem;
    overflow-x: hidden;
}

section:first-child {
    padding-top: 0rem;
    margin-top: 0rem;
}

.masthead {
    padding-top: 0rem;
    margin-top: 0rem;
}

section#contact {
    margin-bottom: 10rem;
}

footer {
    color: #eeeeee;
    line-height: 1.55;
}

.footer-above,
.footer-below {
    padding-top: 1rem;
}

.credentials a,
.footer-below .copyright {
    color: #ffffff;
    opacity: 0.33;
    align-self: flex-end;
}

.footer-above ul.list-inline {
    margin-left: -10px;
    padding-right: 0px;
}

.fab .credentials {
    font-size: 1.3rem;
    vertical-align: bottom;
    opacity: 0.33;
}

.copyright {
    position: relative;
    padding-top: 3rem;
}

small.copyright-text {
    align-self: flex-end;
}

.deviceFriendly,
.privacy {
    opacity: 0.66;
    margin-bottom: 0rem;
    align-self: flex-end;
}

.deviceFriendly i,
.deviceFriendly p,
.privacy p {
    margin: 0 0.33rem;
}

footer+small {
    padding: 0.75rem 0.3rem 2rem 0.3rem;
    line-height: 1;
    vertical-align: bottom;
}

.dropdown-item {
    color: #fff;
    opacity: 0.5;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #fff;
    opacity: 0.75;
}

div.card.h-100:nth-child(1n+0) {
    height: 98% !important;
}

.card i.fas {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0.3rem;
    /*1.25rem; */
    margin-bottom: 0.3rem;
    /*0.5rem;*/
    z-index: 999;
    color: #858585;
    visibility: visible;
}

a.simple-ajax-popup-align-top {
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.card-title:hover a,
.card-img-top {
    cursor: default;
}

.card-text+a {
    color: #343a40;
    opacity: 0.5;
}

.card-text {
    margin-bottom: -2.5rem;
}

.scroll-top {
    margin: 1rem;
    margin-top: 10rem;
}

#strongpoints {
    -webkit-align-self: center;
    /* Safari 7.0+ */
    align-self: center;
}

#tagContainer {
    position: relative;
    height: 380px;
    margin-top: 3rem;
    display: block;
    align-self: flex-end;
}

#tagContainer:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.g-recaptcha {
    margin-bottom: 1rem;
}

/*
a.simple-ajax-popup-align-top{
    right: 100px;
}
*/
/* ====================================
   Hero Image
   ====================================*/
/*
.bgimagecontainer {
    margin-top: 55px;
    height: 475px;
    min-width: 100%;
    width: 100%;
}
*/
.bgimage {
    margin-top: 50px;
    background: url('../img/hero-image_bw_eyes_lg_2200.jpg');
    width: 100%;
    height: 100vh;
    /*40vh;*/
    bottom: 0;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: 0vh;
    /*-40vh*/
    background-size: auto 100%;
    background-attachment: fixed;

}

.bgimage h1 {
    font-size: 2.3rem;
    letter-spacing: 0.7rem;
    padding-left: 0.3rem;
    margin-top: 0;
    padding-top: 2rem;
    color: white;
    text-shadow: 2px 2px 7px #333;
}

/* ====================================
   Images
   ====================================*/
#strongpoints {
    max-width: 450px;
    margin: 0 auto;
}

/* ====================================
   Media Queries
   ====================================*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .bgimage {
        background: url('../img/hero-image_bw_eyes_md768.jpg');
        background-repeat: repeat-x;
        height: 100vh;
        /*70vh*/
        background-position-x: center;
        background-position-y: -3vh;
        /*-0vh*/
        background-size: auto 100%;
    }

    #frontend:before,
    #backend:before,
    #programming:before,
    #graphic:before,
    #motion:before,
    #photography:before,
    #workshop:before,
    #infrastructure:before {
        height: 65px;
        content: "";
        display: block;
        left: 0;
        z-index: -1000;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bgimage {
        height: 100vh;
        /*65vh*/
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bgimage {
        height: 100vh;
        /*50vh*/
    }

    .bgimage h1 {
        font-size: 1.8rem;
    }

    .intro-text {
        text-align: center;
    }

    #frontend:before,
    #backend:before,
    #programming:before,
    #graphic:before,
    #motion:before,
    #photography:before,
    #workshop:before,
    #infrastructure:before {
        height: 60px;
        content: "";
        display: block;
        left: 0;
        z-index: -1000;
    }
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .bgimage {
        background: url('../img/hero-image_bw_eyes_md1024.jpg');
        background-repeat: repeat-x;
        height: 100vh;
        /*70vh*/
        background-position-x: center;
        background-position-y: -0vh;
        /*-10vh*/
        /*70vh*/
        background-size: auto 100vh;
    }
}

/* Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .bgimage {
        background: url('../img/hero-image_bw_eyes_md1366.jpg');
        background-position-y: -5vh;
        background-position-x: center;
        /*-10vh*/
        height: 100vh;
        /*70vh*/
        background-size: auto 100vh;
        background-repeat: repeat-x;
    }
}

/* ====================================
   Cases
   ====================================*/
body#case {
    background-color: #CCC;
}

.case-intro {
    margin-top: 4rem;
    border-bottom: 1px solid #343a40;

}

.case-intro p {
    font-size: 1rem;
    padding-bottom: 1rem;
}

.case-specs {
    border-top: 1px solid #343a40;
}

.case-specs>span {
    display: block;
    margin: 0.3rem auto;
    text-align: left;
    width: 100%;
    font-size: 0.9rem;
}

@media screen and (min-width: 999px) {
    .case-specs>span {
        display: inline-block;
        text-align: center;
        width: 19.5%;
        font-size: 1rem;
    }
}

/* .case-body {} */

/* ====================================
   Form
   ====================================*/
form {
    margin-top: 4rem;
}

.errorMessages {
    list-style: none;
    background-color: #ec644b;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    padding: 0.5rem 2rem;
    display: none;
}

.succesMessages {
    list-style: none;
    background-color: #5bae65;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    padding: 0.5rem 2rem;
    display: none;
}

.alert {
    color: #ec644b;
    display: inline-block;
    width: 2%;
    margin: 0;
    padding: 0;
}

#recaptcha {
    width: 304px;
    height: 78px;
    border-radius: 4px;
    overflow: hidden;
}

/* ====================================
   Card Folded Corners
   ====================================*/

.folded {
    position: relative;
    /*
    -webkit-box-shadow: -5px 7px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.3);
    */
}

.folded:before {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 50px solid #eee;
    border-left: 50px solid transparent;
    -webkit-box-shadow: -5px -5px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px -5px 7px rgba(0, 0, 0, 0.3);
    box-shadow: -5px -5px -7px rgba(0, 0, 0, 0.3);
}

/*
.folded:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 69px solid #272822;
    border-left: 69px solid transparent;
}
*/

/* ====================================
   EFX Checkbox
   ====================================*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .effeckt-ckbox-ios7[type=checkbox],
    .effeckt-rdio-ios7[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        border-radius: 15px;
        cursor: pointer;
        display: inline-block;
        height: 31px;
        padding: 1px;
        position: relative;
        margin: 0px;
        width: 52px;
        outline: 0;
        transition: all 0.3s ease-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background: #FFF;
    }

    .effeckt-ckbox-ios7[type=checkbox]:checked,
    .effeckt-rdio-ios7:checked {
        box-shadow: inset 0px 0px 0px 20px #666;
    }

    .effeckt-ckbox-ios7[type=checkbox]:after,
    .effeckt-rdio-ios7[type=radio]:after {
        box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        content: '';
        cursor: pointer;
        height: 29px;
        position: absolute;
        width: 29px;
        transition: all 0.1s ease-in 0.1s;
        background: #FFF;
    }

    .effeckt-ckbox-ios7[type="checkbox"]:checked:after,
    .effeckt-rdio-ios7[type="radio"]:checked:after {
        left: 22px;
    }

    .effeckt-ckbox-android[type=checkbox],
    .effeckt-rdio-android[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        border-radius: 1px;
        cursor: pointer;
        display: inline-block;
        height: 21px;
        padding: 1px;
        position: relative;
        margin: 0px;
        width: 72px;
        outline: 0;
        transition: all 0.3s ease-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background: #333;
    }

    .effeckt-ckbox-android[type=checkbox]:checked,
    .effeckt-rdio-android:checked {
        box-shadow: inset 0px 0px 0px 20px #666666;
    }

    .effeckt-ckbox-android[type=checkbox]:after,
    .effeckt-rdio-android[type=radio]:after {
        box-shadow: 0px 0px 0px 0px;
        border-radius: 1px;
        content: '';
        cursor: pointer;
        height: 19px;
        position: absolute;
        width: 29px;
        transition: all 0.1s ease-in 0.1s;
        background: #4d4d4d;
    }

    .effeckt-ckbox-android[type="checkbox"]:checked:after,
    .effeckt-rdio-android[type="radio"]:checked:after {
        left: 43px;
    }
}

.effeckt-ckbox-ios7[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    /* box-shadow: inset 0px 0px 0px 1px #e6e6e6; */
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    padding: 0px;
    position: relative;
    margin: 0px;
    width: 26px;
    outline: 20px;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #FFF;
}

.effeckt-ckbox-ios7[type=checkbox]:checked,
.effeckt-rdio-ios7:checked {
    box-shadow: inset 0px 0px 0px 20px #666;
}

.effeckt-ckbox-ios7[type=checkbox]:after,
.effeckt-rdio-ios7[type=radio]:after {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: '';
    cursor: pointer;
    height: 15px;
    position: absolute;
    width: 15px;
    transition: all 0.1s ease-in 0.1s;
    background: #FFF;
}

.effeckt-ckbox-ios7[type="checkbox"]:checked:after,
.effeckt-rdio-ios7[type="radio"]:checked:after {
    left: 11px;
}

.navcheckbutton {
    display: inline-block;
    top: 8px;
    margin-left: auto !important;
    color: #999;
}

@media screen and (min-width:768px) {
    .navcheckbutton {
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 16px;
        margin-left: auto !important;
        color: #999;
    }
}

/* ====================================
   EFX Tooltip
   ====================================*/

.effeckt-tooltip[data-effeckt-tooltip-text] {
    position: relative;
    display: inline-block;

}

.effeckt-tooltip[data-effeckt-tooltip-text]::before,
.effeckt-tooltip[data-effeckt-tooltip-text]::after {
    opacity: 0;
    transition: 0.2s;
}

.effeckt-tooltip[data-effeckt-tooltip-text]:hover::before,
.effeckt-tooltip[data-effeckt-tooltip-text]:hover::after {
    visibility: visible;
    opacity: 1;
    transition: 0.2s 0.3s;
}

.effeckt-tooltip[data-effeckt-type="bubble"]::after {
    content: attr(data-effeckt-tooltip-text);
    position: absolute;
    border-radius: 10px;
    background: #555555;
    color: white;
    padding: 0.45rem 0.8rem;
    font-size: 90%;
    white-space: nowrap;
    visibility: hidden;
    z-index: 2;
}

.effeckt-tooltip[data-effeckt-type="bubble"]::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]:before,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]:before {
    left: 50%;
    margin-left: -5px;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]::before {
    bottom: 125%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]::before {
    border-top: 5px solid #555555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-bottom: -4px;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]:hover::before,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="top"]:hover::after {
    bottom: 115%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]::before {
    top: 125%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]::before {
    border-bottom: 5px solid #555555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-top: -4px;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]:hover::before,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="bottom"]:hover::after {
    top: 115%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]:before,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]:before {
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-top: 2px;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]::before {
    left: 115%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]::before {
    border-right: 5px solid #555555;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: -5px;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]:hover::before,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="right"]:hover::after {
    /*left: 105%;*/
    left: 120%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]::after,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]::before {
    right: 115%;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]::before {
    border-left: 5px solid #555555;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: -4px;
}

.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]:hover::before,
.effeckt-tooltip[data-effeckt-type="bubble"][data-effeckt-position="left"]:hover::after {
    right: 105%;
}

/*--- ADJUSTMENTS EFFECKTS ---*/
.effeckt-tooltip {
    color: inherit;
}

.effeckt-tooltip:hover {
    color: inherit;
}

/* ====================================
   MODALS
   ====================================*/

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* ==========================================================================
   MODALS AUTHOR
   ========================================================================== */

.mfp-bg {
    opacity: 0.9;
}

.modal-big-transparent {
    max-width: 92vw;
    height: 92vh;
    max-height: 92vh;
    margin: 4vw;
    border: 1px solid #ffffff;
    border-radius: 4px;
    overflow: auto;
    /*background-color: #fff;*/
}

.ajaxHeader {
    width: 100%;
    padding-bottom: 2rem;
}

.ajaxTitle {
    margin-top: 0;
    max-width: 86vw;
    padding-top: 3rem;
    color: #fff;
    font-weight: 200;
}

.ajaxBody {
    color: #ffffff;
    letter-spacing: 0.1rem;
}

.ajaxBody p {
    margin-top: 1rem;
    color: #ffffff;
    font-weight: 200;
}

.ajaxBody .card {
    border: 1px solid #ffffff;
}

.ajaxBody .row {
    margin-top: 2rem;
}

.ajaxBody .card i.fas,
.ajaxBody .card i.fab {
    position: relative;
    color: #ffffff;
    padding: 0 0.5rem;
    opacity: 0.66;

}

.ajaxBody .table {
    margin-top: 3rem;
    color: #ffffff;
}

.ajaxBody .table a {
    color: #ffffff;
    text-decoration: underline;
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}

.card-img-top-overlay {
    background: url('img/_vignette_700x400.png');
    z-index: 5000;
}

/*
button.mfp-close {
    padding: 8vh 6vw 0vh 0vw;
    z-index: 1500;
}

@media only screen and (max-width: 768px) {
    button.mfp-close {
        padding: 3vh 10vw 0vh 0vw;
    }
}
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

.print-only {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after,
    #about {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .print-only {
        display: block !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    .card i.fas,
    .mfp-iframe,
    .bgimage,
    #quote,
    #facts,
    img {
        display: none;
    }

    .card,
    .h100 {
        height: 1000px !important;
        margin-bottom: 3rem;
        overflow: hidden;
    }

    section::-webkit-scrollbar {
        width: 0 !important
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img,
    .card,
    .h-100,
    .card-body,
    ul .card {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    section {
        margin-top: 2rem;
        padding-top: 0;
        padding-bottom: 0;
        page-break-inside: avoid;
    }

    section.bgimage,
    .scroll-top,
    #contact,
    footer {
        display: none;
    }
}

/* ==========================================================================
   Author's COLOR TABLES
   ========================================================================== */

/* As hex codes */

.color-primary-0 {
    color: #E17A75;
}

/* Main Primary color */
.color-primary-1 {
    color: #FFD3D0;
}

.color-primary-2 {
    color: #FFB0AC;
}

.color-primary-3 {
    color: #B84842;
}

.color-primary-4 {
    color: #8F231D;
}

.color-secondary-1-0 {
    color: #E1A875;
}

/* Main Secondary color (1) */
.color-secondary-1-1 {
    color: #FFE6D0;
}

.color-secondary-1-2 {
    color: #FFD3AC;
}

.color-secondary-1-3 {
    color: #B87942;
}

.color-secondary-1-4 {
    color: #8F531D;
}

.color-secondary-2-0 {
    color: #488389;
}

/* Main Secondary color (2) */
.color-secondary-2-1 {
    color: #A8CACE;
}

.color-secondary-2-2 {
    color: #70A1A5;
}

.color-secondary-2-3 {
    color: #296A70;
}

.color-secondary-2-4 {
    color: #135157;
}

.color-complement-0 {
    color: #5BAE65;
}

/* Main Complement color */
.color-complement-1 {
    color: #B9E3BE;
}

.color-complement-2 {
    color: #89CB91;
}

.color-complement-3 {
    color: #338E3F;
}

.color-complement-4 {
    color: #176F21;
}



/* As RGBa codes */

.rgba-primary-0 {
    color: rgba(225, 122, 117, 1);
}

/* Main Primary color */
.rgba-primary-1 {
    color: rgba(255, 211, 208, 1);
}

.rgba-primary-2 {
    color: rgba(255, 176, 172, 1);
}

.rgba-primary-3 {
    color: rgba(184, 72, 66, 1);
}

.rgba-primary-4 {
    color: rgba(143, 35, 29, 1);
}

.rgba-secondary-1-0 {
    color: rgba(225, 168, 117, 1);
}

/* Main Secondary color (1) */
.rgba-secondary-1-1 {
    color: rgba(255, 230, 208, 1);
}

.rgba-secondary-1-2 {
    color: rgba(255, 211, 172, 1);
}

.rgba-secondary-1-3 {
    color: rgba(184, 121, 66, 1);
}

.rgba-secondary-1-4 {
    color: rgba(143, 83, 29, 1);
}

.rgba-secondary-2-0 {
    color: rgba(72, 131, 137, 1);
}

/* Main Secondary color (2) */
.rgba-secondary-2-1 {
    color: rgba(168, 202, 206, 1);
}

.rgba-secondary-2-2 {
    color: rgba(112, 161, 165, 1);
}

.rgba-secondary-2-3 {
    color: rgba(41, 106, 112, 1);
}

.rgba-secondary-2-4 {
    color: rgba(19, 81, 87, 1);
}

.rgba-complement-0 {
    color: rgba(91, 174, 101, 1);
}

/* Main Complement color */
.rgba-complement-1 {
    color: rgba(185, 227, 190, 1);
}

.rgba-complement-2 {
    color: rgba(137, 203, 145, 1);
}

.rgba-complement-3 {
    color: rgba(51, 142, 63, 1);
}

.rgba-complement-4 {
    color: rgba(23, 111, 33, 1);
}