/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
    font-family: 'Montserrat', sans-serif !important;
}

/* Social bar style */
#vinci-logo-nav {
    position: absolute;
}

#icons-div {
    height: 100%
}

#icons-div img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#icons-div img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

/* NAV MENU STYLES AND ANIMATION DOWN HERE :) */

#menu-toggle {
    /*font-size: 0.9rem;*/
    outline: 0;
    border-right: 0;
    right: 0;
    border-radius: .25rem 0 0 .25rem;
}

#menu-toggle:hover {
    background-color: rgb(255, 215, 0);
    border-color: rgba(0, 0, 0, 0.125);
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/*#nav-menu {*/
/*    display: none;*/
/*}*/

.initial-menu-hide {
    display: none;
}

#nav-menu a {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*font-size: 0.9rem;*/
    outline: 0;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav-menu a:hover {
    background-color: rgba(255, 215, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.125);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav-menu .active-item {
    background-color: rgba(255, 215, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.125);
    color: black;
}

@-webkit-keyframes show-menu {
    0% {
        -webkit-transform: translateX(250%);
        transform: translateX(250%);
    }

    95% {
        -webkit-transform: translate(-5px);
        transform: translate(-5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

}

@keyframes show-menu {
    0% {
        -webkit-transform: translateX(250%);
        transform: translateX(250%);
    }

    95% {
        -webkit-transform: translate(-5px);
        transform: translate(-5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

}

@-webkit-keyframes hide-menu {
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@keyframes hide-menu {
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

.hide-menu a {
    -webkit-animation: hide-menu 0.5s forwards ease-in-out;
    animation: hide-menu 0.5s forwards ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.show-menu a {
    -webkit-animation: show-menu 0.5s forwards ease-in-out;
    animation: show-menu 0.5s forwards ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hide-menu a:nth-child(0) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.hide-menu a:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.hide-menu a:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hide-menu a:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.hide-menu a:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.hide-menu a:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.hide-menu a:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.hide-menu a:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.hide-menu a:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}


.show-menu a:nth-child(0) {
    -webkit-animation-delay: .0s;
    animation-delay: .0s
}

.show-menu a:nth-child(1) {
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.show-menu a:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.show-menu a:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.show-menu a:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.show-menu a:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.show-menu a:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.show-menu a:nth-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.show-menu a:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}


/* HOME PAGE STUFF */


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.vinci-card {
    /*border: solid 1px black;*/
    border-radius: 5px;

    background-size: cover;
    background-position: center;
    cursor: pointer;

    -webkit-transition-duration: 0.25s;

    -o-transition-duration: 0.25s;

    transition-duration: 0.25s;
}

.vinci-card:hover {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.card-option {
    border: solid 1px black;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.show-card-data {
    -webkit-animation: card-option-show 0.6s forwards ease;
    animation: card-option-show 0.6s forwards ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hide-card-data {
    -webkit-animation: card-option-hide 0.6s forwards ease;
    animation: card-option-hide 0.6s forwards ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.vinci-card-head {
    font-size: 5vmax !important;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}


.card-box {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    /*border: 1px solid black;*/
}

.card-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-label {
    width: 80%;
    height: 90%;

    text-shadow: 0 0 2px black;
}

.card-label-short {
    max-width: 40% !important;
}

.client-data-button {
    border-bottom: none;
    border-right: none;

    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

#animation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    background-color: white;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .vinci-card-head {
        font-size: 2.3vmax !important;
    }
}


@-webkit-keyframes card-option-show {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: hidden;
        max-height: inherit;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible;
        max-height: inherit;
    }
}


@keyframes card-option-show {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: hidden;
        max-height: inherit;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(-5px) scale(1);
        transform: translateY(-5px) scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible;
        max-height: inherit;
    }
}

@-webkit-keyframes card-option-hide {
    0% {
        visibility: visible;
        opacity: 1;
        max-height: inherit;
    }

    90% {
        max-height: inherit;
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

    }
}

@keyframes card-option-hide {
    0% {
        visibility: visible;
        opacity: 1;
        max-height: inherit;
    }

    90% {
        max-height: inherit;
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

    }
}

.toggler-card {
    z-index: 1000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*background-color: white;*/
    color: white;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.toggler-card:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.toggler-card:hover {
    -webkit-transition: -webkit-box-shadow;
    transition: -webkit-box-shadow;
    -o-transition: box-shadow;
    transition: box-shadow;
    transition: box-shadow, -webkit-box-shadow;
    -webkit-box-shadow: 0 0 10px 1px gold;
    box-shadow: 0 0 10px 1px gold;
}

/* TODO: Work on tab-driven use */

/*.toggler-card:focus {*/
/*    transition: box-shadow;*/
/*    box-shadow: 0 0 10px 1px gold;*/
/*    transform: scale(1.01);*/
/*}*/

.shadow-card {
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}

.shadow-card:hover {
    -webkit-transition: -webkit-box-shadow;
    transition: -webkit-box-shadow;
    -o-transition: box-shadow;
    transition: box-shadow;
    transition: box-shadow, -webkit-box-shadow;
    -webkit-box-shadow: 0 0 10px 1px gold;
    box-shadow: 0 0 10px 1px gold;
}

.content-card {
    visibility: hidden;
    max-height: 0;
    border: 1px solid lightgray;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hide-content-card {
    -webkit-animation: card-option-hide 0.3s forwards linear;
    animation: card-option-hide 0.3s forwards linear;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.show-content-card {
    -webkit-animation: card-option-show 0.4s forwards ease;
    animation: card-option-show 0.4s forwards ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#school-links-row {
    cursor: default;
}

#school-links-row a {
    color: black !important;
    text-decoration: none;
}

.schools-link-col {
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
}

a .schools-link-col {
    color: black !important;
    text-decoration: none;
}

.schools-link-col:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    text-decoration: none;
    font-weight: bold;
}

.hide-content-card a {
    visibility: hidden;
}

.progress-bar {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#redirect-card {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}


.client-data-button {
    float: right;
    border-bottom: none !important;
    border-right: none !important;

    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/* Make the nav menu rounded on the edges */
#nav-menu a:first-of-type {
    border-top-left-radius: .25rem;
}

#nav-menu a:last-of-type {
    border-bottom-left-radius: .25rem;
}


/* Image icon overlay */

.clickable-image-icon {
    position: absolute;
    opacity: 0;
    top: calc(50% - 12px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55%;
    height: 75%;
    max-height: 75%;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-filter: drop-shadow(0 0 4px #000000);
    filter: drop-shadow(0 0 4px #000000);
}

.image_wrapper a:hover {
    cursor: pointer;
}

.image_wrapper:hover > .clickable-image-icon {
    opacity: 1;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/* Carousel related styles */
.feedback-carousel-bg-image {
    height: 300px; /* That basically the height of the carousel itself */
    background-color: #FFF;
}

.feedback-carousel-caption {
    max-height: 275px;
    overflow: hidden;
    height: 100%;
}

.feedback-carousel-person-img {
    height: 75px;
    width: 75px;
    border-radius: 40%;
}

.feedback-carousel-description {
    max-height: 115px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.social-icon-img {
    height: auto;
    max-height: 50px;
    max-width: 50px !important;
}

.footer-row {
    font-size: 0.8rem !important;
}

.lead-img {
    max-width: 600px !important;
}

#contact-table tr td {
    /*padding-top: 3px;*/
    /*padding-bottom: 3px;*/
}


#recaptcha-info {
    font-size: 0.6rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

#mobile-menu-wrapper {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: white
}

#mobile-menu-logo {
    padding-right: 3rem;
    padding-left: 3rem;
}

#mobile-menu-close-button {
    border-top-width: 1px
}


.initial-mobile-menu-hide {
    display: none;
}

@-webkit-keyframes show-mobile-menu {
    0% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show-mobile-menu {
    0% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hide-mobile-menu {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hide-mobile-menu {
    100% {
        -webkit-transform: translateX(-150vw);
        transform: translateX(-150vw);
    }

    70% {
        -webkit-transform: translateX(-90vw);
        transform: translateX(-90vw);
    }

    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hide-mobile-menu a {
    -webkit-animation: hide-mobile-menu 0.4s forwards ease-out;
    animation: hide-mobile-menu 0.4s forwards ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.show-mobile-menu a {
    -webkit-animation: show-mobile-menu 0.5s forwards ease-out;
    animation: show-mobile-menu 0.5s forwards ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.hide-mobile-menu a:nth-child(0) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.hide-mobile-menu a:nth-child(1) {
    -webkit-animation-delay: .03s;
    animation-delay: .03s
}

.hide-mobile-menu a:nth-child(2) {
    -webkit-animation-delay: .06s;
    animation-delay: .06s
}

.hide-mobile-menu a:nth-child(3) {
    -webkit-animation-delay: .09s;
    animation-delay: .09s
}

.hide-mobile-menu a:nth-child(4) {
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.hide-mobile-menu a:nth-child(5) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.hide-mobile-menu a:nth-child(6) {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}

.hide-mobile-menu a:nth-child(7) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s
}

.hide-mobile-menu a:nth-child(8) {
    -webkit-animation-delay: .24s;
    animation-delay: .24s
}

.hide-mobile-menu a:nth-child(9) {
    -webkit-animation-delay: .27s;
    animation-delay: .27s
}


.show-mobile-menu a:nth-child(0) {
    -webkit-animation-delay: .0s;
    animation-delay: .0s
}

.show-mobile-menu a:nth-child(1) {
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.show-mobile-menu a:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.show-mobile-menu a:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.show-mobile-menu a:nth-child(4) {
    -webkit-animation-delay: .20s;
    animation-delay: .20s
}

.show-mobile-menu a:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.show-mobile-menu a:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.show-mobile-menu a:nth-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.show-mobile-menu a:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.show-mobile-menu a:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.show-mobile-menu a:nth-child(9) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}


#cookies-popup {
    max-width: 20vw;
    max-height: 20vh;
    position: fixed;
    bottom: 15px;
    left: 15px;

    z-index: 5000 !important;
}

#cookies-popup:hover {
    cursor: pointer;
}

#cookies-popup .card-body {
    max-width: 20vw;
    max-height: 20vh;
    overflow-y: scroll;
}

#cookies-popup .card-text {
    font-size: 0.8rem;
    max-height: 10vh;
}

#mobile-cookies {
    width: 100vw !important;
    left: 0 !important;
    bottom: 0 !important;
    position: fixed;
}

#mobile-cookies-text {
    overflow-y: scroll;
}