/* Fonts */
@font-face {
    font-family: 'Avenir Book';
    src: url('fonts/Avenir-Book.woff2') format('woff2'),
        url('fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('fonts/Avenir-BookOblique.woff2') format('woff2'),
        url('fonts/Avenir-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Black.woff2') format('woff2'),
        url('fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('fonts/Avenir-BlackOblique.woff2') format('woff2'),
        url('fonts/Avenir-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Heavy.woff2') format('woff2'),
        url('fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-HeavyOblique.woff2') format('woff2'),
        url('fonts/Avenir-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Light.woff2') format('woff2'),
        url('fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-LightOblique.woff2') format('woff2'),
        url('fonts/Avenir-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Medium.woff2') format('woff2'),
        url('fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-MediumOblique.woff2') format('woff2'),
        url('fonts/Avenir-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Oblique.woff2') format('woff2'),
        url('fonts/Avenir-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Roman.woff2') format('woff2'),
        url('fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Colors */
:root {
    --base: #f15c53; /* Bold coral */
    --primary: #fab18d; /* Soft glow */
    --secondary: #f7e8db; /* Urban sand */
    --tertiary: #5a52a3; /* Modern plum */
    --quaternary: #dabbda; /* Fresh bloom */
}

body {
    font-family: 'Avenir';
    font-size: 1rem;
    color: var(--base);
    font-weight: 400;
    overflow-x: hidden;
	background: linear-gradient(to right, #f15c53 calc(50% + 1px), #f7e8db calc(50% - 1px));
}

h1,
h2,
h3,
h4,
h5,
h6  {
    line-height: 1.1;
    font-size: 3rem;
    color: var(--base);
    font-weight: 800;
}

a {
    color: var(--base);
    text-decoration: none;
    text-decoration-thickness: 1px;
}

a:hover,
a:focus {
    color: var(--base);
}

::-moz-selection {
    background: var(--primary);
    color: var(--tertiary);
}

::selection {
    background: var(--primary);
    color: var(--tertiary);
}

/* Site */
.site {
    min-height: 100vh;
}

/*
.site:before {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--base);
    content: '';
    z-index: -1;
}

.site:after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--secondary);
    content: '';
    z-index: -1;
}
*/

.site .site-left {
    padding-top: 7rem;
    padding-bottom: 11rem;
    background-color: var(--base);
}

.site .site-left .site-left-photo {
    position: relative;
}

.site .site-left .site-left-photo > img {
    width: 300px;
    height: 400px;
    border-top-left-radius: 15rem;
    border-top-right-radius: 15rem;
    object-fit: cover;
}

.site .site-left .site-left-photo .site-left-logo {
    width: 220px;
    bottom: -115px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.site .site-left .site-left-photo .site-left-logo img {
    width: 400px;
}

.site .site-right {
    padding-bottom: 2.5rem;
    background-color: var(--secondary);
}

.site .site-right .site-right-soon {
    max-width: 90vw;
}

.site .site-right .site-right-soon {
    width: 100%;
}

.site .site-right p:nth-of-type(1) {
    font-size: 1.2rem;
}

.site .site-right p:nth-of-type(2) {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.site .site-right p:nth-of-type(2) a {
    background-color: var(--primary);
    /*border: 1px solid #fff;*/
    border-radius: 50px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    font-size: .9rem;
    color: var(--secondary);
    text-decoration: none;
}

.site .site-right p:nth-of-type(2) a:hover,
.site .site-right p:nth-of-type(2) a:focus {
    background-color: var(--base);
}

@media (max-width: 767.98px) {
    


    /*
    .site:before,
    .site:after {
        display: none;
    }

    .site > .container > .row > .col-12 {
        height: auto!important;
    }

    .site > .container > .row > .col-12:nth-of-type(1) {
        background-color: var(--base);
    }

    .site > .container > .row > .col-12:nth-of-type(2) {
        background-color: var(--secondary);
    }

    .site .site-left .site-left-photo > img {
        min-height: 400px;
    }
    
    .site .site-left .site-left-photo .site-left-logo {
        bottom: -70px;
    }
        */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .site .container {
        max-width: none;
    }
    
    /*
    .site .site-right .site-right-soon img {
        max-width: 250px;
    }
    */
}