@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

body {
    font-family: 'Open Sans', sans-serif;
}

:root {
    /* primary colours */
    --vhp-primary-color-1: #a4634e;
    --vhp-primary-color-1-rgb: 61, 83, 103;
    --vhp-primary-color-2: #fff5ec;
    --vhp-primary-color-2-rgb: 8, 65, 92;
    /* secondary colours  */
    --vhp-secondary-color-1: #cfbcaa  ;
    --vhp-secondary-color-1-rgb: 229, 229, 229;
    --vhp-secondary-color-2: #3b1e0b ;
    --vhp-secondary-color-2-rgb: 228, 158, 0;
    --vhp-secondary-color-3: #aaadc4;
    --vhp-secondary-color-3-rgb: 170, 173, 196;
    --vhp-secondary-color-4: #ffffff;
    --vhp-secondary-color-4-rgb: 255, 255, 255;
    /* text colours  */
    --vhp-primary-text-color-1: #000000;
    --vhp-primary-text-color-1-rgb: 0, 0, 0;
    --vhp-primary-text-color-2: #ffffff;
    --vhp-primary-text-color-2-rgb: 255, 255, 255;
    --vhp-secondary-text-color-1: #3b1e0b  ;
    --vhp-secondary-text-color-1-rgb: 8, 65, 92;
    --vhp-secondary-text-color-2: white;
    --vhp-secondary-text-color-2-rgb: 234, 246, 242;
    --vhp-secondary-text-color-3: #634ea4;
    --vhp-secondary-text-color-3-rgb: 234, 246, 242;
    /* accent colours */
    --vhp-accent-color-1: #ffffff;
    --vhp-accent-color-1-rgb: 255, 255, 255;
    --vhp-accent-color-2: #ffffff;
    --vhp-accent-color-2-rgb: 255, 255, 255;
}

.bg-vhp-primary-gradient {
    background: linear-gradient(to bottom right, var(--vhp-primary-color-1), var(--vhp-secondary-color-3));
}

.bg-vhp-primary-color-1 {
    background-color: var(--vhp-primary-color-1);
}

.bg-vhp-primary-color-1-opaque {
    background: rgba(var(--vhp-primary-color-1-rgb), 0.5) !important;
}

.bg-vhp-primary-color-2 {
    background-color: var(--vhp-primary-color-2);
}

.bg-vhp-primary-color-2-opaque {
    background-color: rgba(var(--vhp-primary-color-2-rgb), 0.5);
}

.bg-vhp-secondary-color-1 {
    background-color: var(--vhp-secondary-color-1);
}

.bg-vhp-secondary-color-1-opaque {
    background-color: rgba(var(--vhp-secondary-color-1-rgb), 0.5);
}

.bg-vhp-secondary-color-2 {
    background-color: var(--vhp-secondary-color-2);
}

.bg-vhp-secondary-color-2-opaque {
    background-color: rgba(var(--vhp-secondary-color-2-rgb), 0.5);
}

.bg-vhp-secondary-color-3 {
    background-color: var(--vhp-secondary-color-3);
}

.bg-vhp-secondary-color-3-opaque {
    background-color: rgba(var(--vhp-secondary-color-3-rgb), 0.5);
}

.bg-vhp-secondary-color-4 {
    background-color: var(--vhp-secondary-color-4);
}

.bg-vhp-secondary-color-4-opaque {
    background-color: rgba(var(--vhp-secondary-color-4-rgb), 0.5);
}

.bg-vhp-freeshoot-gradient {
    background: linear-gradient(to bottom right, var(--vhp-secondary-color-2), var(--vhp-secondary-color-4));
}

.text-vhp-primary-color-1 {
    color: var(--vhp-primary-text-color-1) !important;
}

.text-vhp-primary-color-2 {
    color: var(--vhp-primary-text-color-2) !important;
}

.text-vhp-secondary-color-1 {
    color: var(--vhp-secondary-text-color-1) !important;
}

.text-vhp-secondary-color-2 {
    color: var(--vhp-secondary-text-color-2) !important;
}

.text-vhp-secondary-color-3 {
    color: var(--vhp-secondary-text-color-3) !important;
}

.border-vhp-secondary-color-1 {
    border: 5px solid var(--vhp-secondary-color-1);
    border-radius: 5px;
}
.border-vhp-secondary-color-2 {
    border: 2px solid var(--vhp-secondary-color-2);
    border-radius: 5px;
}
.border-vhp-secondary-color-3 {
    border: 2px solid var(--vhp-secondary-color-3);
    border-radius: 5px;
}
.border-vhp-secondary-color-4 {
    border: 2px solid var(--vhp-secondary-color-4);
    border-radius: 5px;
}

/* miscellaneous classes */
a.link-no-decoration {
    text-decoration: none;
}

a.link-no-decoration-breadcrumbs {
    text-decoration: none;
    color:black;
}

.breadcrumb-item {color:black !important;}

/* bootstrap overrides */
.navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
}

/* slideshow 1 Auto/Manual */
.slideshowContainer {
    position: relative;
    overflow: hidden;
    margin: 0px 0 75px;
    width: 100%;
    height: 500px;
}

.imageSlides {
    position: absolute;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
}

#imageSlides-1 {
    left: 50%;
    top: 50%;
}

#imageSlides-2 {
    left: 50%;
    top: 70%;
}

#imageSlides-3 {
    left: 50%;
    top: 70%;
}

#imageSlides-4 {
    left: 50%;
    top: 50%;
}

/* add 'visible' class via Javascript */
.visible {
    opacity: 1;
}

.slideshowArrow {
    font-size: 7em;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
    opacity: 0.75;
}

#leftArrow {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#rightArrow {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(50%, -50%);
}

.slideshowCircles {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.circle {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.5);
    transition: 1s ease-in-out;
}

.dot {
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 2px rgba(255, 255, 255, 0.5);
}

.carousel-img-height {
    height: 80vh;
}

#carouselHero .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 80vh;
    overflow: hidden;
}

.navbar-height {
    height:15vh;
}

/* @media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0 0.5em;
    }
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 2px solid var(--vhp-primary-color-2);
    }
} */

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.homepageImgContainer {
    /* display: flex;
    width: 100%; */
    height: 100%;
    overflow: hidden;
    /* position: relative;
    align-items: center;
    justify-content: center; */
}

img.homepageImg {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 50vh;
    overflow: hidden;
    border-radius: 5px;
    ;
}

.otro-blockquote {
    font-size: 1.3em;
    text-align: center;
    width: 60%;
    margin: 50px auto;
    font-family: "Georgia, serif";
    color: #2e2e2e;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid var(--vhp-primary-color-1);
    line-height: 1.6;
    position: relative;
    background: var(--vhp-secondary-color-1);
}

.otro-blockquote::before {
    font-family: "Georgia, serif";
    content: "\201C";
    color: var(--vhp-primary-color-1);
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.otro-blockquote::after {
    content: '';
}

.otro-blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.otro-blockquote-sm {
    font-size: 1em;
    text-align: center;
    margin: 25px auto;
    font-family: "Georgia, serif";
    color: #2e2e2e;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid var(--vhp-secondary-color-2);
    line-height: 1;
    position: relative;
    background: var(--vhp-secondary-color-1);
}

.otro-blockquote-sm::before {
    font-family: "Georgia, serif";
    content: "\201C";
    color: var(--vhp-primary-color-1);
    font-size: 5em;
    position: absolute;
    left: 10px;
    top: -5px;
}

.otro-blockquote-sm::after {
    content: '';
}

.otro-blockquote-sm span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.modal-dialog {
    width: 1000px;
    height: auto;
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.modal-dialog .modal-content {
    height: 100%;
}

.carousel-item img {
    object-fit: contain;
    height: 80vh;
    /* Set the fixed height for the carousel items */
    width: 100%;
}

.language-change-flag {
    height: 30px;
    width: auto;
}

.dropdown-menu {
    min-width: inherit;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

a.intext-links {
    position: relative;
    display: inline-block;
    font-family: "Great Vibes", serif;
    font-size: calc(1.5em + 2vw);
    text-decoration: none;
    color: rgb(var(--vhp-secondary-text-color-1-rgb));
}

a.intext-links:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;

    /* Adjust height and bottom values to work with selected font */
    height: .05em;
    bottom: .1em;

    /* Create gradient */
    background-image: linear-gradient(to right,
            transparent 0%,
            rgba(var(--vhp-secondary-text-color-1-rgb), .6) 30%,
            rgba(var(--vhp-secondary-text-color-1-rgb), .7) 50%,
            rgba(var(--vhp-secondary-text-color-1-rgb), .6) 70%,
            transparent 100%);

    /* Set-up fade-in animation */
    opacity: 0;
    animation: fadeIn 400ms ease-out forwards;
}

a.intext-links-small {
    position: relative;
    display: inline-block;
    font-family: "Great Vibes", serif;
    font-size: calc(1em + 1vw);
    text-decoration: none;
    color: rgb(var(--vhp-secondary-text-color-1-rgb));
}

a.intext-links-small:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;

    /* Adjust height and bottom values to work with selected font */
    height: .05em;
    bottom: .1em;

    /* Create gradient */
    background-image: linear-gradient(to right,
            transparent 0%,
            rgba(var(--vhp-secondary-text-color-1-rgb), .6) 30%,
            rgba(var(--vhp-secondary-text-color-1-rgb), .7) 50%,
            rgba(var(--vhp-secondary-text-color-1-rgb), .6) 70%,
            transparent 100%);

    /* Set-up fade-in animation */
    opacity: 0;
    animation: fadeIn 400ms ease-out forwards;
}

a.intext-links-small-free {
    position: relative;
    display: inline-block;
    font-family: "Great Vibes", serif;
    font-size: calc(1em + 1vw);
    text-decoration: none;
    color: rgb(var(--vhp-secondary-color-2-rgb));
}

a.intext-links-small-free:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;

    /* Adjust height and bottom values to work with selected font */
    height: .05em;
    bottom: .1em;

    /* Create gradient */
    background-image: linear-gradient(to right,
            transparent 0%,
            rgba(var(--vhp-secondary-color-2-rgb), .6) 30%,
            rgba(var(--vhp-secondary-color-2-rgb), .7) 50%,
            rgba(var(--vhp-secondary-color-2-rgb), .6) 70%,
            transparent 100%);

    /* Set-up fade-in animation */
    opacity: 0;
    animation: fadeIn 400ms ease-out forwards;
}

/* Fade-in animation */
@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}