/*--- Globals ----*/
html, body, p {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

* { 
    box-sizing: border-box;
}

  @font-face {
    font-family: 'Righten'; /* Give your font a name */
    src: url('../fonts/Righten.ttf') format('woff2'); /* Path to your font file(s) */
    font-weight: normal; /* Define font weight (normal, bold, etc.) */
    font-style: normal; /* Define font style (normal, italic, etc.) */
    font-display: swap; /* How the browser should display the font while it's loading */
  }

  @font-face {
    font-family: 'Bigola'; /* Give your font a name */
    src: url('../fonts/bigola-display-regular.otf') format('woff2'); /* Path to your font file(s) */
    font-weight: normal; /* Define font weight (normal, bold, etc.) */
    font-style: normal; /* Define font style (normal, italic, etc.) */
    font-display: swap; /* How the browser should display the font while it's loading */
  }

:root {
    /* fonts */
    --serif: 'Bigola','EB Garamond',serif;
    /*--sans: 'Varela Round',sans-serif;*/
    --sans: "Montserrat", sans-serif;
    --cursive: 'Alex Brush', cursive;
    --sign: 'Righten';

    /* font sizes
    --font-size-content: 22px;
    --line-height-content: 30px;
    --font-size-h1: 32px;
    --line-height-h1: 38px;*/

    /* Viewports */
    --large: 1080px;
    --medium: 960px;

    /*colours 
    --blue: #008dc9;
    --black90: rgba(0,0,0,0.9);
    --black70: rgba(0,0,0,0.7);
    --black60: rgba(0,0,0,0.6);
    --gold:rgba(165, 143, 81, 1)

    --white80: rgba(255,255,255,0.8);
    --white100: rgba(255,255,255,1);*/
    --gold:rgba(165, 143, 81, 1);
    --gold80:rgba(165, 143, 81, 0.8);
    --gold60:rgba(165, 143, 81, 0.6);
    --gold40:rgba(165, 143, 81, 0.4);
    --gold20:rgba(165, 143, 81, 0.2);
    --white:rgba(255, 255, 255, 1);
    --white70: rgba(255,255,255,0.7);
    --black: rgba(0,0,0,1);
    --black80: rgba(0,0,0,0.8);
    --blue: #008dc9;
    --pink: rgba(250, 235,236, 1);
    --pink80: rgba(250, 235,236, 0.8);
    --pink50: rgba(250, 235,236, 0.5);
    /*--green100: rgba(218, 233, 212, 1);*/
    --green100: rgba(100, 197, 183, 1);
    --green40: rgba(100, 197, 183, 0.4);
    --green20: rgba(100, 197, 183, 0.2);
}

p {
    margin-bottom: 1em;
    font-family: var(--sans);
    font-feature-settings: 'dlig' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}

.logo-group {
    display: flex;
    flex-basis: 35%;
    margin-left: 0px;
}

.logo-group img {
    width: 80px;
    margin-right: 8px;
}

h1 {
    font-family: var(--serif);
}

header h1{
    font-family: var(--serif);
    font-weight: 300;
    font-size: 68px; /*60px*/
    padding: 0;
    margin: 0;
    line-height: 0.7em;
    color: var(--gold);
}

header h2 {
    /*font-family: var(--sans);*/
    font-family: var(--sign);
    color: var(--black80);
    text-align: right;
    font-size: 46px;
    width: 100%;
    font-weight: 300;
    margin: 0;
    margin-top: -4px;
}

header {
    padding: 20px 40px;
    display: flex;
}

header nav {
    flex-basis: 65%;
    margin-right: 0px;
    text-align: right;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 18px;
    color: var(--black80);
    font-size: 16px;
}

header nav ul {
    margin: 0;
    padding: 0;
    display: block;
    top: 40%;
    position: relative;
}

a.active {
    color: var(--gold);
}

hgroup { 
    margin-top: 16px;
}

hgroup a {
    text-decoration: none;
} 

nav li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
}

nav li:last-child{
    padding-right: 0;
}

nav a {
    text-decoration: none;
}

.hero {
    padding-left: 0px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    background-color: var(--green20);
    /*background-image: url(../img/header.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;*/
}

.hero .left {
    flex-basis: 40%;
    margin-left: 0px;
    color: var(--black80);
    padding: 40px;
}

.hero .right {
    flex-basis: 60%;
    margin-right: 0px;
    background: url(../img/header.jpg) no-repeat bottom left;
    background-size: cover;
    overflow: hidden;
}

.hero .right img {
    object-fit: fill;
    max-width: 100%;
    display: block;
}

.button-container {
    display: flex;
    place-content: center;
}

.button, button {
    text-decoration: none;
    text-align: center;
    padding: 12px 24px;
    font-family: var(--serif);
    font-size: 18px;
    border-radius: 8px;
    letter-spacing: 1px;
    font-weight: 100;
    font-style: normal;
    border: 1px solid var(--gold);
    background-color: var(--white);
    color: var(--gold);
}

.hero h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 12px;
}

.hero p {
    font-size: 16px;
    line-height: 24px;
}

.gallery-promo {
    max-width: 960px;
    margin: 20px auto;
    text-align: center;
}

.gallery-promo ul {
    display: flex;
    padding: 0;
    margin: 0 16px 8px;
    gap: 16px;
}

.gallery-promo ul li {
   list-style: none;
}

.gallery-promo img {
    max-width: 100%;
}

main h1 {
    margin-bottom: 8px;
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 73.684% */
    letter-spacing: 1px;
    padding: 20px 0 12px;
}

.about-promo {
    /*background-image: url("../img/yvette.jpg"), linear-gradient(var(--pink50), var(--pink50));
    background-blend-mode: overlay;
    background-position: center;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;*/
    text-align: center;
}

.services-promo {
    max-width: 960px;
    margin: auto;
    text-align: center;
    padding: 20px 0 40px 0;
}

.services-promo h2 {
    font-weight: 100;
}

.services-promo ul {
    display: flex;
    padding: 0;
    margin: 0;
}

footer {
    text-align: center;
    color: #99874D;
    fill: #99874D;
    padding: 40px;
}

footer ul {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0;
}

footer ul li {
    list-style: none;
}
footer svg {
    fill: #99874D;
}

footer p {
    margin: 24px 0 0;
}

form {

}

label {
    margin-bottom: 16px;
    display: block;
}

label p {
    margin-bottom: 4px;
    font-family: var(--sans);
    font-weight: 500;
}

input, textarea {
    background: var(--gold20);
    padding: 1em;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--sans);
    width: 50%;
}

.crt-post, .crt-widget .crt-post {
    border: none;
}

.crt-post .crt-post-header, .crt-post .crt-post-footer {
    display: none;
}

.crt-post .crt-post-text {
    padding: 16px 0 0 !important;
    font-family: var(--serif);
    font-style: normal;
    font-weight: 100;
}

@media only screen and (max-width: 600px) {

header{
    flex-flow: wrap;
    place-items: center;
    display: grid;
    padding: 20px 0;
}

header nav {
    height: 64px;
    overflow: hidden;
    transition: height .2s;
    width: 80%;
    border: 1px solid var(--gold);
    text-align: center;
    border-radius: 8px;
}

header nav.open {
    height: 314px;
}

header nav::before {
    display: block;
    content: 'Navigation';
    background: url(../img/menu.svg) no-repeat left center;
    padding-left: 34px;
    text-align: left;
    line-height: 64px;
    margin-left: 16px;
    font-weight: 500;
    transition: background .2s;
    color: var(--gold);
}

header nav.open::before {
    background: url(../img/close.svg) no-repeat left center;
}

header nav ul {
    top: 0;
}

header nav ul li {
    padding: 0;
    display: block;
}

header nav ul li a {
    display: block;
    line-height: 48px;
    color: var(--gold);
}

header nav ul li a:hover {
    background: var(--gold20);
} 

header nav ul li a.active {
    color: var(--black70);
}

hgroup {
    margin: 16px 0;
}

main h1 {
    font-size: 32px;
    line-height: 36px;
}

.gallery-promo ul {
    flex-flow: column;
}

.hero p {
    font-size: 18px !important;
}

input, textarea {
    width: 100%;
}

}