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

/*
 * 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
   ========================================================================== */

body,
html {
    background: black;
    font-family: 'Raleway', Avenir, sans-serif;
    overflow-x: hidden;
    width: 100%;
}

.container,
.container-fluid {
    /*    background: #f2f2f2;*/
    padding: 5px 0;
}

.body-wrap {
    overflow-x: hidden;
    width: 100%;
}

/*links */

a {
    color: inherit;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: hotpink;
    text-decoration: none;
}

a>.headline:hover,
a>span:hover {
    color: hotpink;
    text-decoration: none;
}

a.link {
    color: hotpink;
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.15em;
}

a.link:hover {
    color: #6c757d;
    font-weight: bold;
    text-decoration: none;
}

/*buttons */

.btn,
.btn-lg {
    border-radius: 21px;
}

.radius-0 {
    border-radius: 0;
}

/* height + width utils */

.min-50 {
    min-height: 50vh;
}

.min-70 {
    min-height: 70vh;
}

.min-100 {
    min-height: 100vh;
}

.fs {
    height: 100vh;
}

.w-25 {
    width: 25%;
}
.w-55 {
    width: 55%;
}

/* display */

.table {
    display: table;
}

/* position */

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.m-b-12 {
    margin-bottom: 12em;
}

.z--1 {
    z-index: -1;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

/* text */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
.btn {
    font-family: 'Raleway', Avenir, sans-serif;
    text-shadow: none;
}

h4 {
    font-size: 2rem;
    font-weight: 200;
}

.site-title {
    color: white;
    font-size: 10vmin;
    font-weight: 200;
    letter-spacing: 7px;
}

.page-title {
    color: white;
    font-size: 12vmin;
    font-weight: 200;
}

.headline {
    color: white;
    font-size: 12vmin;
    font-size: 54px;
    font-weight: 200;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.copyright {
    font-size: 1.5vmin;
    font-weight: 200;
    letter-spacing: 1px;
    background-color: #00000044;
}

a.credit {
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.15em;
}

a.credit:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.section-title {
    font-size: 6vmin;
    font-weight: 300;
}

.big {
    font-size: 12vw;
}

.l-h {
    line-height: 70%;
}

/*text effects*/

.skew {
    -webkit-transform: skew(0, -4.7deg);
    transform: skew(0, -4.7deg);
}

.rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.x-bold {
    font-weight: 900;
}

.word-break {
    word-break: break-all;
}

.op-1 {
    opacity: 0.1;
}

.op-3 {
    opacity: 0.3;
}

.op-5 {
    opacity: 0.5;
}

.ts {
    text-shadow: 0 0 2px #000;
}

.ds {
    -webkit-filter: drop-shadow(1px 1px 3px #000);
    filter: drop-shadow(1px 1px 3px #000);
}

/* icons */

.fa-stroke {
    color: transparent;
    -webkit-text-stroke: 2px #6c757d;
}

/* colors */

.pink {
    color: hotpink;
}

/* bg colors */

.bg-black {
    background: black;
}

.bg-pink {
    background: hotpink;
}

.bg-caption {
    background: black;
    background: rgba(0, 0, 0, 0.3);
}

.bg-angle {
    background: linear-gradient(70deg, grey 40%, transparent 40%);
}

.bg-white-op {
    background: rgba(255, 255, 255, 0.8);
}

.bg-light {
    background: #f2f2f2 !important;
}

/*animation*/

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeOut {
    -webkit-animation: fadeOut 1s ease-in-out;
    animation: fadeOut 1s ease-in-out;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*SWUP transition animations*/


/*fade*/
.transition-fade {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1;
}

.is-animating .transition-fade {
    opacity: 0;
}

/*fade-down*/
.down {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.is-animating .down {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

/*fade right*/
.right {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.is-animating .right {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.right-slow {
    -webkit-transition: 2s;
    transition: 2s;
}

/*fade left*/
.left {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.is-animating .left {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

/*left variations*/
.left-med {
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.left-slow {
    -webkit-transition: 2s;
    transition: 2s;
}

/*fade-up*/
.up {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.is-animating .up {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

/*up variations*/
.up-med {
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.up-slow {
    -webkit-transition: 2s;
    transition: 2s;
}

/*med variations*/
.right-med,
.left-med,
.up-med,
.down-med {
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

/*slow variations*/
.right-slow,
.left-slow,
.up-slow,
.down-slow {
    -webkit-transition: 2s;
    transition: 2s;
}

/*img + lazy load */

img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

img.lazy-loaded,
img.fancybox-image,
.navbar-toggler img {
    opacity: 1;
}

.img-full {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*img effects*/

.filter-contrast {
    -webkit-filter: contrast(160%);
    filter: contrast(160%);
}

.filter-dark {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

blockquote.book {
    margin-left: 4em;
    border-left: 5px solid #FF69B499;
    padding: 0 2em;
}

/* home section slides */

.banner-home {
    background: -webkit-gradient(linear, right bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(/assets/img/jms-home-banner.jpg) center;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/img/jms-home-banner.jpg) center;
    /*	background: linear-gradient(to top left, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(https://images.unsplash.com/photo-1529002045502-d3c5024f8e24?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80) center;*/
    background: url(/assets/img/jms-wiwp-night-sky.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-lighthouse {
    background: url(/assets/img/jms-lighthouse.jpg) center;
    background-size: cover;
}

.bg-img-dining {
    background: url(/assets/img/jms-dining.jpg) center;
    background-size: cover;
}

.bg-img-st-ives {
    background: url(/assets/img/jms-st-ives.jpg) center;
    background-size: cover;
}

.bg-img-about-wiwp {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('/assets/img/about/IMG_3739.jpg') no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-about-details {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/img/about/IMG_7347.jpeg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-about-jms {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/img/about/IMG_7234.jpeg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-nfld {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/assets/img/jms-the-drs-house-1.jpg) center;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/img/jms-the-drs-house-1.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-scotland {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), url(/assets/img/scotland/2026/Winter_brown_of_the_Flow_Country,_south_of_Forsinard_-_geograph.org.uk_-_7068538-1.jpeg) center;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(/assets/img/scotland/2026/Winter_brown_of_the_Flow_Country,_south_of_Forsinard_-_geograph.org.uk_-_7068538-1.jpeg) center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: contrast(120%);
    filter: contrast(120%);
}

.bg-img-scotland-top {
    background: url(/assets/img/scotland/2026/Screenshot-2026-01-11-at-8.28.30-AM.png) center;
    background-size: cover;
}

.bg-img-scotland-details {
    background: url(/assets/img/scotland/2026/Screenshot-2024-12-13-at-10.08.03-AM.png) center;
    background-size: cover;
}

.bg-img-scotland-accommodations {
    background: url(/assets/img/scotland/2026/Screenshot-2026-01-06-at-11.48.02-AM.png) center;
    background-size: cover;
}

/*.bg-img-scotland-booking {*/
/*    background: url(/assets/img/wales/24_06_25_Trigonos_0517+Web.jpg) center;*/
/*    background-size: cover;*/
/*}*/

.bg-img-bc {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/jms-tofino-aerial.jpg) 20% center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/jms-tofino-aerial.jpg) 20% center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-greece {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/greece/Screenshot_2024-02-12_at_10AM.png) center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/greece/Screenshot_2024-02-12_at_10AM.png) center;
    background-size: cover;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
}

.bg-img-spain {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/spain-main.jpg) center 35%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/spain-main.jpg) center 35%;
    background-size: cover;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
}

.bg-img-sahara {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/sahara-camel-dunes-1.jpg) center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/sahara-camel-dunes-1.jpg) center;
    background-size: cover;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
}

.bg-img-italy {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/jms-wiwp-italy-main.jpeg) center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/jms-wiwp-italy-main.jpeg) center;
    background-size: cover;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
}

.bg-img-ontario {
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/jms-wiwp-ontario-forest.jpg) center;
     background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/jms-wiwp-ontario-forest.jpg) center;
     background-size: cover;
     filter: contrast(1.3);
     -webkit-filter: contrast(1.3);
 }
.bg-img-morocco-full {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/jms-morocco.jpg) center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/jms-morocco.jpg) center;
    background-size: cover;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
}

.bg-img-morocco {
    background: url(/assets/img/jms-wiwp-morocco.jpg) center;
    background-size: cover;
}

.bg-img-morocco-night {
    background: url(/assets/img/jms-morocco-night.jpg) center;
    background-size: cover;
}

.bg-img-testimonials {
    position: relative;
    background: transparent;
    border-left: 16px solid #eee;
    border-bottom: 8px solid #eee;
    border-right: 16px solid #eee;
    z-index: 1;
    margin: 0 !important;
    /*background: url(/assets/img/jms-testimonials.jpg) center;*/
    /*background-size: cover;*/
}

.bg-img-testimonials:last-of-type {
    border-top: 8px solid #eee;
    border-bottom: 16px solid #eee;
}

.bg-img-wales {
    background: url(/assets/img/wales/wales_cover.jpeg) center;
    background-size: cover;
}

.bg-img-wales-top {
    background: url(/assets/img/wales/wales_top.jpeg) center;
    background-size: cover;
}

.bg-img-wales-details {
    background: url(/assets/img/wales/wales_details.png) center;
    background-size: cover;
}

.bg-img-wales-accommodations {
    background: url(/assets/img/wales/wales_accommodations.webp) center;
    background-size: cover;
}

.bg-img-wales-booking {
    background: url(/assets/img/wales/wales_booking.webp) center;
    background-size: cover;
}

.bg-img-england {
    background: url(/assets/img/england/england-banner.jpeg) center;
    background-size: cover;
}

.bg-img-england-top {
    background: url(/assets/img/england/england-top.png) center;
    background-size: cover;
}

.bg-img-england-details {
    background: url(/assets/img/england/england-details.png) center;
    background-size: cover;
}

.bg-img-england-accommodations {
    background: url(/assets/img/england/england-accommodations.png) center;
    background-size: cover;
}

.bg-img-england-booking {
    background: url(/assets/img/england/knepp-safaris.jpeg) center;
    background-size: cover;
}

.bg-img-crete-2 {
    background: url(/assets/img/crete/pexels-pham-ngoc-anh-170983008-13900751-dk.jpg) center;
    background-size: cover;
}

.bg-img-crete-top {
    background: url(/assets/img/crete/Chania-Venetian-harbor-The-Greekish-Life-2.jpeg) center;
    background-size: cover;
}

.bg-img-crete-details {
    background: url(/assets/img/crete/Aged-fresco-of-three-women-profiles-in-Knossos-AdobeStock_76762201-copy.jpeg) center;
    background-size: cover;
}

.bg-img-crete-accommodations {
    background: url(/assets/img/crete/dinning_3952BreakfastRestaurantTeaCoffeearea4a243mb.jpg) center;
    background-size: cover;
}

.bg-img-crete-booking {
    background: url(/assets/img/crete/1452EnchantingElia2a28mb_exterior.jpg) center;
    background-size: cover;
}

.bg-img-ireland-full {
    background: url(/assets/img/7-the-burren.jpg) center 75%;
    background-size: cover;
}

.bg-img-ireland-top {
    background: url(/assets/img/the-burren-painting-writing.jpg) center;
    background-size: cover;
}

.bg-img-ireland-details {
    background: url(/assets/img/ballyvaughan.jpg) center;
    background-size: cover;
}

.bg-img-ireland-accommodations {
    background: url(/assets/img/hylands-burren-hotel.jpg) center;
    background-size: cover;
}

.bg-img-ireland-booking {
    background: url(/assets/img/wild-kitchen-walk.jpg) center;
    background-size: cover;
}


.bg-img-qp-nfld-full {
    background: url(/assets/img/qp-nfld-home.jpg) center 75%;
    background-size: cover;
}

.bg-img-qp-nfld-top {
    background: url(/assets/img/pb_quirpon_sunset.jpg) center;
    background-size: cover;
}

.bg-img-qp-nfld-details {
    background: url(/assets/img/qp-nfld-details.jpg) center;
    background-size: cover;
}

.bg-img-qp-nfld-accommodations {
    background: url(/assets/img/qp-nfld-accommodation.jpg) center;
    background-size: cover;
}

.bg-img-qp-nfld-booking {
    background: url(/assets/img/qp-nfld-booking.jpg) center;
    background-size: cover;
}

.bg-img-italy-top {
    background: url(/assets/img/jms-wiwp-italy-top.png) center;
    background-size: cover;
}

.bg-img-italy-details {
    background: url(/assets/img/jms-wiwp-italy-details.jpeg) center;
    background-size: cover;
}

.bg-img-italy-accommodation {
    background: url(/assets/img/jms-wiwp-italy-accommodation.jpg) center;
    background-size: cover;
}

.bg-img-morocco-top {
    background: url(/assets/img/jms-morocco-top.jpg) center;
    background-size: cover;
}

.bg-img-morocco-details {
    background: url(/assets/img/jms-morocco-details.jpg) center;
    background-size: cover;
}

.bg-img-morocco-accommodations {
    background: url(/assets/img/jms-morocco-accommodations.jpg) center;
    background-size: cover;
}

.bg-img-morocco-booking {
    background: url(/assets/img/jms-morocco-booking.jpg) center;
    background-size: cover;
}

.bg-img-cornwall-booking {
    background: url(/assets/img/St_Ives,_Cornwall_32197869646.jpeg) center;
    background-size: cover;
}

.bg-img-cornwall-top {
    background: url(/assets/img/cornwall-earth-pigments.jpg) center;
    background-size: cover;
}

.bg-img-cornwall-details {
    background: url(/assets/img/Boskednan-Stone-Circle-Cornwall-copy.png) center;
    background-size: cover;
}

.bg-img-cornwall-accommodations {
    background: url(/assets/img/jms-wiwp-cornwall-accommodation.jpg) center;
    background-size: cover;
}

.bg-img-mongolia {
    background: url(/assets/img/jms-mongolia-min.jpg) center;
    background-size: cover;
}

.bg-img-chile {
    background: url(/assets/img/jms-wiwp-chile-1.jpeg) center top;
    background-size: cover;
}

.bg-img-ns {
    background: url(/assets/img/jms-trout-point-1-min.jpg) center;
    background-size: cover;
}

.bg-img-newfoundland {
    background: url(/assets/img/jms-nfld.jpg) center;
    background-size: cover;
}

.bg-img-ireland {
    background: url(/assets/img/jms-ireland.jpg) center;
    background-size: cover;
}

.bg-img-crete {
    background: url(/assets/img/jms-crete-cr.jpg) center;
    background-size: cover;
}

.bg-img-stayshome {
    /*background: url(/assets/img/IMG_7755-dk.jpg) center;*/
    background: url(/assets/img/IMG_8502-dk.jpg) center;
    background-size: cover;
}

.bg-jms {
    background: url(/assets/img/jms-artist-photo-yellow.jpg) center 40%;
    background-size: cover;
    background-attachment: fixed;
}

/* bg textures */

.bg-cubes {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

/* nav */

.navbar {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 15px;
}

.navbar-brand,
.nav-link {
    color: white;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
}

.nav-item {
    padding-right: 15px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: .5rem;
    }
}


/* home */


/* mailchimp form styles*/
#mc_embed_signup input.email {
    border: 1px solid #ABB0B2;
    border-radius: 0;
    font-family: 'Raleway', Avenir, Helvetica, sans-serif;
    font-size: 18px;
    margin: 5px 10px 0 0;
    padding: 5px 10px;
    width: auto;
    height: 43px;
}

#mc_embed_signup .button {
    background-color: #91B4BA;
    border-radius: 0;
    font-family: 'Raleway', Avenir, Helvetica, sans-serif;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 20px;
    line-height: 0;
    border: 1px solid #ABB0B2;
}

#mc_embed_signup form {
    display: flex;
    text-align: left;
}


/* about page */

.img-full.about {
    height: 100vh;
    width: 50vw;
}

.bg-img-about-banner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/assets/img/jms-about-banner-Ireland-min.jpg) center left;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/jms-about-banner-Ireland-min.jpg) center left;
    background-size: cover;
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

.bg-img-long-beach-aerial {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/assets/img/jms-long-beach-lodge-aerial.jpg) center 20%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/assets/img/jms-long-beach-lodge-aerial.jpg) center 20%;
    background-size: cover;
    -webkit-filter: saturate(130%);
    filter: saturate(130%);
}

.bg-img-nfld-about {
    background: url(/assets/img/nfld.jpg) center;
    background-size: cover;
}

.bg-img-teaching {
    background: url(/assets/img/jms-teaching-class.jpg) center;
    background-size: cover;
}

.about-banner .d-flex {
    width: 100%;
}

.about-banner .gray {
    max-width: 50vw;
    background-color: #565656;
}

.about-banner .flex-basis {
    flex-basis: 30vw;
}

blockquote.about-main {
    color: white;
    font-size: 42px;
    font-weight: 300;
    max-width: 62%;
    margin-left: 3em;
}

blockquote.about-main cite {
    font-size: 30px;
    font-style: normal;
}

@media (max-width: 1600px) {
    blockquote.about-main {
        font-size: 38px;
    }

    blockquote.about-main cite {
        font-size: 26px;
    }
}

@media (max-width: 1460px) {
    blockquote.about-main {
        font-size: 34px;
    }

    blockquote.about-main cite {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {

    .img-full.about {
        height: 103vh;
        width: 100vw;
    }

    blockquote.about-main {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        font-size: 30px;
    }

    blockquote.about-main cite {
        font-size: 20px;
    }

    .about-banner .gray {
        max-width: 0;
        background-color: transparent;
    }

    .about-banner .d-flex {
        flex-direction: column;
        width: calc(100% - 15px);
    }

    .about-banner .text-secondary {
        height: 96.5vh;
    }

    .about-banner .flex-basis {
        flex-basis: 100%;
    }

    .about-banner .py-5 {
        padding-top: 0 !important;
    }

    .about-banner .flex-basis:first-of-type {
        flex-basis: 10%;
    }

    .about-banner .flex-basis:last-of-type {
        flex-basis: 23%;
        width: calc(100vw - 30px);
        margin: 0;
        padding: 1em !important;
        background-color: #565656;
    }
}

@media (max-width: 800px) {

    blockquote.about-main {
        font-size: 22px;
    }

    blockquote.about-main cite {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .about-banner .flex-basis {
        flex-basis: 67%;
    }
    .about-banner .py-5 {
        padding-top: 3rem !important;
    }
}

@media (max-width: 500px) {

    .about-banner .mb-5 {
        margin-bottom: 0;
    }

    .about-banner .flex-basis {
        flex-basis: 75%;
    }

    .about-banner .flex-basis:last-of-type {
        flex-basis: 15%;
        padding: 1em 0 !important;
    }

    .img-full.about {
        height: 100vh;
    }

    blockquote.about-main {
        max-width: 96%;
    }
}

/* book page */

.bg-img-book-cover {
    background: url(/assets/img/Bloom.jpg) center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* scotland page */

.bg-img-scotland-banner {
    background: url(/assets/img/scotland/2025/IMG_2585.jpeg) 80% center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: contrast(160%);
    filter: contrast(160%);
}

.bg-img-scotland-1 {
    background: url(/assets/img/scotland/Orkney-Ring_of_Brodgar-12-2009-gje.jpeg) 80% center;
    background-size: cover;
}

.bg-img-scotland-2 {
    background: url(/assets/img/scotland/2025/Uig_Lodge.jpeg) center;
    background-size: cover;
}

.bg-img-scotland-3 {
    background: url(/assets/img/scotland/2025/isle-of-lewis-7416272_1920.jpeg) 50% 20%;
    background-size: cover;
}

.bg-img-scotland-4 {
    background: url(/assets/img/scotland/2025/dining-room.jpg) center;
    background-size: cover;
}

.bg-img-scotland-5 {
    background: url(/assets/img/scotland/2025/iStock-156354318.jpeg) center;
    background-size: cover;
}

/* bc page */

.bg-bc-banner {
    background: url(/assets/img/jms-tofino-aerial.jpg) 20% center;
    background-size: cover;
}

.bg-img-tofino-1 {
    background: url(/assets/img/jms-tofino-interior.jpg) center;
    background-size: cover;
}

.bg-img-tofino-2 {
    background: url(/assets/img/jms-tofino-forest-min.jpg) center;
    background-size: cover;
}

.bg-img-tofino-room {
    background: url(/assets/img/jms-wiwp-bc-accomodation.jpg) center;
    background-size: cover;
}

.bg-img-tofino-4 {
    background: url(/assets/img/jms-tofino-pano.jpg) center;
    background-size: cover;
}

.bg-img-tofino-storm {
    background: url(/assets/img/jms-tofino-storm-surf.jpeg) center;
    background-size: cover;
}


/* sahara page */

.bg-sahara-top {
    background: url(/assets/img/sahara-main-camp.jpg) center;
    background-size: cover;
}

.bg-sahara-details {
    background: url(/assets/img/sahara-details.jpg) center;
    background-size: cover;
}

.bg-sahara-accommodations {
    background: url(/assets/img/sahara-en-suite-tent.jpg) center;
    background-size: cover;
}

.bg-sahara-booking {
    background: url(/assets/img/Sahara_Night_Sky.jpeg) center;
    background-size: cover;
}

/* greece page */

.bg-img-greece-arcadia {
    background: url(/assets/img/greece/arcadia-misty-mountain.jpg) center;
    background-size: cover;
}

.bg-img-greece-details {
    background: url(/assets/img/greece/messinia.jpeg) center;
    background-size: cover;
}

.bg-img-greece-accommodation {
    background: url(/assets/img/greece/th-4117607262.jpg) center;
    background-size: cover;
}

.bg-img-greece-booking {
    background: url(/assets/img/greece/foresta-in-medias-mores.jpeg) center;
    background-size: cover;
}

/* spain page */

.bg-spain-banner {
    background: url(/assets/img/spain-main.jpeg) 20% center;
    background-size: cover;
}

.bg-img-spain-rocks {
    background: url(/assets/img/IMG_2797-sc.jpg) center;
    background-size: cover;
}

.bg-img-spain-street {
    background: url(/assets/img/spain-main.jpeg) center;
    background-size: cover;
}

.bg-img-spain-details {
    background: url(/assets/img/spain-2.JPG) center;
    background-size: cover;
}

.bg-img-spain-accommodation {
    background: url(/assets/img/spain-4.jpeg) center;
    background-size: cover;
}

.bg-img-spain-booking {
    background: url(/assets/img/spain-3.jpg) center;
    background-size: cover;
}

.bg-img-spain-landscape-dark {
    background: url(/assets/img/jms-spain-landscape-dark.jpg) center;
    background-size: cover;
}


/* archive */
.gallery-image-list {
    display: none;
}

/* upcoming */

.bg-img-upcoming-banner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(/assets/img/jms-chile-horizon-2.jpg) center;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/img/jms-chile-horizon-2.jpg) center;
    background-size: cover;
}

.bg-img-mongolia-horses {
    background: url(/assets/img/jms-mongolia-horses-min.jpg) center;
    background-size: cover;
}

.bg-img-chile-2 {
    background: url(/assets/img/jms-wiwp-atacama-2.jpg) center;
    background-size: cover;
}

/* footer */

.footer-background {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    min-height: 1446px;
    width: 100%;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/assets/img/footer-background.jpg) center bottom;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/img/footer-background.jpg) center bottom;
    background-size: cover;
}

footer {
    position: relative;
    overflow: hidden;
    background: transparent;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/assets/img/jms-footer-min.jpg) center bottom;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/img/jms-footer-min.jpg) center bottom;*/
    /*background-size: cover;*/
}

.bg-img-contact {
    background: transparent;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/assets/img/jms-home-banner.jpg) center;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/img/jms-home-banner.jpg) center;*/
    /*background-size: cover;*/
}

footer .fa {
    font-size: 12vmin;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* media queries -------------*/

@media (max-width: 1200px) {
    .nav-link {
        border-top: 1px solid lightgrey;
        padding: 15px 0;
    }
}

@media (max-width: 992px) {

    .o--1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-order: -1;
    }

    .o-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .o-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .o-12 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (max-width: 768px) {

    div[class*="bg-"],
    .banner-home {
        background-attachment: scroll;
    }

    @media (max-width: 600px) {
        .headline {
            font-size: 10vmin;
        }

        .l-h-lg {
            line-height: 95%;
        }

        .site-title {
            font-size: 10vmin;
            line-height: 100%;
            /*text-align: left;*/
        }

        .section-title {
            font-size: 7vmin;
            font-weight: bold;
        }

        .bg-img-scotland {
            /*        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(/img/jms-dunskey-aerial-min.jpg) center bottom;*/
            background-size: cover;
        }

        .bg-img-bc {
            /*        background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/img/jms-tofino-aerial.jpg) 20% center;*/
            background-size: cover;
        }

        .table-lg {
            display: table;
        }

        .card-home {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
        }

        /* mailchimp form make 100% */
        #mc_embed_signup input.email {
            width: 100%;
        }
    }



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

    /*
 * Hide visually and from screen readers
 */

    .hidden {
        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);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        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;
        -webkit-clip-path: none;
        clip-path: none;
        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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

    @media print {

        *,
        *:before,
        *:after {
            background: transparent !important;
            color: #000 !important;
            /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !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: "";
        }

        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 {
            page-break-inside: avoid;
        }

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

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

@media (max-width: 400px) {
    blockquote.book {
        margin-left: 0;
        padding: 0 0 0 2em;
    }
}