/* #region NORMALIZE CSS v8.0.1 */

/ article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
    * *
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    _font-family: 'courier new', monospace;
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    white-space: pre;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style-image: none;
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
    white-space: normal;
    *
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
    *
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
    *
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    height: 13px;
    padding: 0;
    width: 13px;
    * *
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* #endregion */

/* #region GUINEVERE STYLING DEFAULTS v0.8 */


/* This section is used to set sensible defaults for GPI projects. Versioned. */


/* #region links */

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
nav a {
    text-decoration: none;
    /* Remove underline from links in headers and menus */
}


/* #endregion */


/* #region menus */

nav ul {
    display: flex;
    justify-content: space-between;
    /* formats all list of menu items to be displayed horizontally using flex */
}

nav#mainMenu ul li {
    font-size: 0.8rem;
    font-weight: 600;
}

@media screen and (max-width: 1366px) and (min-width: 800px) {
    nav#mainMenu ul li {
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 800px) {
    nav#mainMenu {
        display: none;
    }
}


/* #endregion */


/* #region text */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

p.intro {
    font-size: 1rem;
    font-weight: bold;
}


/* #endregion */


/* #endregion */

/* #region GUINEVERE LAYOUT TEMPLATE v0.8 */


/* #region page structure */

div#wrapper {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 0 200px 0;
    width: 100%;
}

div#wrapper>header,
main,
div#wrapper>footer {
    box-sizing: border-box;
    margin: auto auto;
    max-width: 1300px;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    /* Limits the default main sectioning elements to 1500 pixels and centers them */
}

div#wrapper aside#spotlight {
    margin: auto auto;
    max-width: 1300px;
    width: 100%;
}


/* #endregion */


/* #region header  */

div#wrapper>header {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template: 'logo mainMenu''logo tools';
    /* Divides main header into logo, menu and tools sections */
}

div#wrapper>header h1 {
    grid-area: logo;
}


/* #region main menu */

div#wrapper>header nav#mainMenu {
    grid-area: mainMenu;
}

div#wrapper>header nav#tools {
    grid-area: tools;
}


/* #endregion */


/* #endregion */


/* #endregion */

/* #region GPI LAYOUT */

div#wrapper {
    padding-bottom: 0;
}

/* #endregion */

/* #region GPI STYLING DEFAULTS */


/* #region Define generic custom properties */

:root {
    --color-semantic-error: rgb(245, 0, 0);
    --color-semantic-info: rgb(15, 124, 226);
    --color-semantic-success: rgb(13, 25, 196);
    --color-semantic-warning: rgb(226, 170, 15);
    --font-family-accent: 'Rock Salt', cursive;
    --font-family-default: 'Source Sans Pro', sans-serif;
    --font-family-fancy-heading: 'Bitter', serif;
    --font-family-heading: 'Sintony', sans-serif;
    --font-family-quote: 'Courier New', Courier, monospace;
    /* define the GPI colors as custom properties */
    --color-primary-1: #FFB547;
    --color-primary-2: #173A36;
    --color-primary-2-transparent: #173A36CC;
    --color-primary-3: #442534;
    --color-primary-4: #85510D;
    --color-accent-1: #709282;
    --color-accent-2: #FF9800;
    --color-neutral-1: #04151F;
    --color-neutral-2: #EAEEEC;
    --color-neutral-2-transparent: #EAEEECCC;
    --color-neutral-3: #FFF;
    --color-neutral-3-transparent: #FFFFFFCC;
    --color-neutral-4: #FDF6EB;
    /* define the GPI font families as custom properties */
}


/* #endregion */


/* #region Define fonts */


/* #region main font */

html {
    font-size: 16px;
}

body {
    color: var(--color-neutral-1);
    font-family: var(--font-family-default);
    /* set the default font */
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 13px;
    }
}


/* #endregion */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-primary-1);
    font-family: var(--font-family-fancy-heading);
    -webkit-column-break-after: avoid;
}

a {
    color: var(--color-accent-1);
}

a:hover {
    color: var(--color-accent-2);
}

a:active {
    color: var(--color-accent-3);
}

a:visited {
    color: var(--color-neutral-1);
}

p.warning {
    color: var(--color-semantic-warning);
}

p.info {
    color: var(--color-semantic-info);
}

p.error {
    color: var(--color-semantic-error);
}

p.success {
    color: var(--color-semantic-success);
}


/* #endregion */

nav ul#tools a {
    color: var(--font-color-base);
}

p,
li {
    color: var(--font-color-accent1);
    font-size: 1rem;
    line-height: 1.4rem;
}


/* #endregion */

/* #region GPI STYLING */

@media screen and (min-width: 1300px) {
    div#wrapper {
        -moz-box-shadow: 1px 4px 27px 0px rgba(181, 181, 181, 0.75);
        -webkit-box-shadow: 1px 4px 27px 0px rgba(181, 181, 181, 0.75);
        box-shadow: 1px 4px 27px 0px rgba(181, 181, 181, 0.75);
        margin-top: 0;
    }
}

body {
    background-color: #FFF9F0;
}

div#wrapper {
    background-color: white;
}


/* #region styling tools */

.throwImage::before {
    -webkit-filter: drop-shadow(10px 10px 10px #00000044);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    filter: drop-shadow(10px 10px 10px #00000044);
    position: absolute;
}

ul.buttonStyleA li {
    border: 1px solid var(--color-primary-3);
    width: 130px;
    text-align: center;
    padding: 5px;
    background-color: var(--color-neutral-4);
}

ul.buttonStyleA li a {
    font-family: var(--font-family-heading);
    color: var(--color-primary-3);
    font-size: 0.8rem;
    text-decoration: underline;
    font-weight: bold;
}

ul.buttonStyleA li:hover {
    background-color: var(--color-primary-1);
}


/* #endregion */


/* #region text classes */

p.caption {
    color: var(--color-primary-3);
    font-family: var(--font-family-accent);
    font-size: 0.6rem;
    margin-top: 0.6rem;
}

h3 {
    color: var(--color-primary-2);
    margin-bottom: 0.2rem;
}

section#practicals a,
section#backpack a {
    font-weight: bold;
    color: var(--color-accent-2);
}

/* #region headline A */


/* To apply headline A to a header, make sure the content of the header is wrapped in a span */

main h1 {
    width: 80%;
}

main h1 span {
    -o-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: var(--color-primary-2);
    box-decoration-break: clone;
    color: var(--color-neutral-3);
    font-size: 2rem;
    line-height: 4.2rem;
    padding: 0.5rem 3rem 0.4rem 1rem;
    display: inline;
}


/* #endregion */


/* #region headline B */


/* To apply headline A to a header, make sure the content of the header is wrapped in a span */

main h2 {
    margin-bottom: 1rem;
}

main h2 span {
    background-color: var(--color-accent-1);
    color: var(--color-neutral-3);
    display: inline-block;
    font-family: var(--font-family-heading);
    font-size: 0.9rem;
    padding: 6px 40px 5px 1rem;
    text-transform: uppercase;
}


/* #endregion */


/* #region headline C */


/* To apply headline C to a header, make sure the content of the header is wrapped in a span */

section#features article header h1 span {
    -o-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: var(--color-primary-2);
    box-decoration-break: clone;
    font-size: 1.5rem;
    padding: 0.1rem 1.7rem 0.1rem 0.5rem;
    line-height: 0.8rem;
    background-color: var(--color-neutral-3-transparent);
    color: var(--color-neutral-1);
    display: inline;
}


/* #endRegion */


/* #region headline D */

section#features article section h3 {
    font-family: var(--font-family-default);
    color: var(--color-neutral-1);
    font-size: 1rem;
}


/* #endregion */

section#practicals h1,
section#backpack h1 {
    color: var(--color-primary-3);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

section#practicals ul li strong {
    color: var(--color-primary-3);
}

/* #endregion */


/* #region headline E */
section#backpack h2 {
    font-size: 1.1rem;
    color: var(--color-primary-2);
    margin-bottom: 0;
}

/* endregion */

/* #endregion */


/* #endregion */

/* #endregion */

/* #region HEADER */

div#wrapper>header {
    border-top: var(--color-primary-2) 8px solid;
    padding-top: 1.5rem;
}

div#wrapper>header h1 img {
    min-width: 200px;
    width: 20vw;
}

div#wrapper>header nav#mainMenu {
    margin-top: 1vw;
}

div#wrapper>header nav#mainMenu li a {
    color: var(--color-primary-3);
    font-family: var(--font-family-heading);
}

div#wrapper>header nav#mainMenu li a:hover {
    border-bottom: 3px solid var(--color-primary-1);
}

div#wrapper>header nav#mainMenu li a:active {
    color: var(--color-primary-1);
}


/* #endregion */

/* #region SPOTLIGHT */

aside#spotlight picture img {
    max-height: 600px;
    min-height: 300px;
    object-fit: cover;
    width: 100%;
}

aside#spotlight p.caption {
    box-sizing: border-box;
    padding-left: 50%;
    padding-right: 10%;
    text-align: right;
    width: 100%;
}

@media screen and (max-width: 800px) {
    aside#spotlight p.caption {
        padding-left: 20%;
    }
}


/* #region THROWIMAGE SPOTLIGHT */

aside#spotlight {
    position: relative;
}

aside#spotlight picture.throwImage--A::before {
    background-image: url('/images/throwImages/pelican.png');
    height: 140px;
    right: 0;
    top: -90px;
    width: 250px;
    animation-fill-mode: forwards;
    animation-name: AnimationA;
    animation-duration: 3s;
    animation-delay: 1s;
}

@keyframes AnimationA {
    0% {
        right: 0;
    }

    100% {
        right: 4vw;
    }
}

aside#spotlight picture.throwImage--B::before {
    background-image: url('/images/throwImages/monkey2.png');
    height: 130px;
    right: 5vw;
    top: -110px;
    width: 250px;
}


}

@media screen and (max-width: 1250px) {
    throwImage::before {
        max-height: 130px;
        top: -103px;
        max-width: 180px;
    }
}

/* #endregion */

/* #endregion */

/* #region MAIN */
main {
    padding-top: 4rem;
}

main section#travelDescription {
    margin-top: 3rem;
}

@media screen and (min-width: 800px) {
    main section#travelDescription {
        column-count: 2;
        column-gap: 2vw;
    }
}

/* #endregion */

/* #region PRACTICALS */
section#practicals {
    display: grid;
    gap: 3vw;
    grid-template-areas: 'including photo''alternativeOptions photo';
    grid-template-columns: 3fr 1fr;
    margin-top: 100px;
}

section#practicals div {
    border-left: var(--color-primary-1) 6px solid;
    box-sizing: border-box;
    display: block;
    padding-left: 2vw;
}

section#practicals ul {
    list-style: none;
    padding: 0;
}

section#practicals div ul li {
    align-items: center;
    display: flex;
    gap: 2vw;
    margin-bottom: 10px;
}

section#practicals picture img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

section#practicals li > span {
    align-self: flex-start;
    display: inline-block;
    font-size: 0;
    min-height: 50px;
    min-width: 50px;
}

section#practicals li p {
    margin: 0;
}

.including {
    background: url(/images/sprites.svg) 0 -100px;
}

.accommodation {
    background: url(/images/sprites.svg) -100px -100px;
}

.transport {
    background: url(/images/sprites.svg) -203px -100px;
}

.backpack {
    background: url(/images/sprites.svg) -300px -100px;
}

.bespoke {
    background: url(/images/sprites.svg) -400px -100px;
}

section#practicals div#including {
    grid-area: including;
}

section#practicals div#alternativeOptions {
    grid-area: alternativeOptions;
}

section#practicals picture {
    grid-area: photo;
    margin-left: 50px;
    position: relative;
}

section#practicals picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section#practicals picture p.caption {
    position: absolute;
    right: 20px;
    text-align: right;
    width: 70%;
}

@media screen and (max-width: 1300px) {
    section#practicals {
        grid-template-columns: 2fr 1fr;
    }
}

@media screen and (max-width: 1000px) {
    section#practicals {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 740px) {
    section#practicals picture {
        display: none;
    }

    section#practicals {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    section#practicals li {
        gap: 15px;
    }
}

/* #endregion */

/* #region CTA BUTTONS */
nav.ctaButtons {
    margin-top: 10rem;
    padding-left: 2vw;
    max-width: 500px;
}

nav.ctaButtons ul li {
    min-width: 10rem;
    margin-right: 4vw;
    margin-bottom: 4vw;
}

@media screen and (max-width: 700px) {
    nav.ctaButtons {
        margin-top: 100px;
    }

    nav.ctaButtons ul {
        flex-direction: column;
        align-items: center;
        padding-right: 6vw;
    }
}

/* #endregion */

/* #region FEATURES */
section#features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 125px;
    gap: 6rem 2rem;
}

section#features article {
    position: relative;
    border: 1px solid #CCC;
    -webkit-box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.23);
}

section#features article h2 {
    position: absolute;
    top: -28px;
    right: 0;
    background-color: #EDEDEDAA;
    font-family: var(--font-family-heading);
    font-size: 0.8rem;
    color: var(--color-neutral-1);
    border: 1px solid #DCECDCAA;
    padding: 4px 10px;
}

section#features article header {
    height: 15rem;
    padding: 1rem;
    background-size: cover;
    background-position: center;
}

section#features article section#content {
    padding: 2rem 1rem;
}

section#features article section#additionalInfo {
    display: flex;
    align-items: flex-end;
    padding: 1rem 1rem 0 1rem;
    min-height: 3em;
    color: var(--color-accent-2);
    font-weight: bold;
    font-size: 1.1rem;
    justify-content: right;
}

@media screen and (max-width: 1000px) {
    section#features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    section#features {
        grid-template-columns: none;
    }
}

/* #endregion */

/* #region FOOTER */

div#wrapper>footer {
    padding: 0;
    margin-top: 4vw;
}

footer img.coverImage {
    width: 100%;
    object-fit: cover;
}

/* #endregion */

/* #region */

/* #endregion */

/* #region */


/* #endregion */

/* #region BACKPACK */
section#backpack {
    display: grid;
    gap: 3vw;
    grid-template-areas: 'backpack photo';
    grid-template-columns: 3fr 1fr;
    margin-top: 100px;
}

section#backpack picture img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

section#backpack div {
    grid-area: backpack;
}

section#backpack picture {
    grid-area: photo;
    margin-left: 50px;
    position: relative;
}

section#backpack picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section#backpack picture p.caption {
    position: absolute;
    right: 20px;
    text-align: right;
    width: 70%;
}

@media screen and (max-width: 1300px) {
    section#backpack {
        grid-template-columns: 2fr 1fr;
    }
}

@media screen and (max-width: 1000px) {
    section#backpack {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 740px) {
    section#backpack picture {
        display: none;
    }

    section#backpack {
        grid-template-columns: 1fr;
    }
}

/* #endregion */