@charset "UTF-8";

:root { 
    --bg1: rgb(43,123,130);
    --bg2: rgb(43,87,130);
    --bg3: rgb(130,65,43);
    --bg4: rgb(130,65,143);
    --text4: rgb(130,65,143);
    --bg-gradient: linear-gradient(90deg, var(--bg2) 0%, rgba(0,0,0,0) 80%);
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    color: #222;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175); }

section:not(.col) { 
    padding-top: 4rem;
    padding-bottom: 4rem; }

a, a:hover, a:visited, a:active, a:focus, input, input:focus, input:active, textarea, textarea:focus, textarea:active, button:focus, button:active { 
    text-decoration: none !important; }

a:not(.nav-link):not(.close):not(.navbar-brand) { transition: all .25s ease; }

p { 
    font-size: 18px;
    letter-spacing: .05rem; }
    
h1 { color: var(--bs-primary ) }

.uppercase { text-transform: uppercase; }
.shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); }

img.myImg {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 50%;
    max-width: 100%;
    height: auto; }

.nbsp::after { 
    content: '&';
    font-size: 80%; }
    
.underline { text-decoration: underline !important; }
.underline:hover { text-decoration: none !important; }

/* ******************************************** Content ******************************************** */

.heading {
    margin-bottom: 2rem;
    display: flex;
    align-items: baseline; }
    
.heading h1 { text-transform: uppercase; }

/* Backgrounds */
.bg2-gradient { background-image: linear-gradient(0deg, var(--bg2) 0%, rgba(0,0,0,0) 70%); }


/* Navigation */
header {
    background-image: var(--bg-gradient);
    width: 100%; }

.nav:not(.footer-links) {
    width: 100%;
    line-height: 1px;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }    
    
.nav-link-wrapper {
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }

.nav-left, .nav-right { 
    margin-top: 1rem;
    display: flex;
    align-items: center; }

nav:not(.footer-links) a { 
    margin-top: .5rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-left: .5rem;
    letter-spacing: 1px; }
    
nav:not(.footer-links) a img { margin-right: .5rem; }

nav:not(.footer-links) a { 
    white-space: nowrap;
    transform: translateY(-4px); }
    
nav:not(.footer-links) a:hover { color: #000; }


/* Landing */
#landing { 
    overflow: hidden;
    background-image: var(--bg-gradient);
    padding: 0;
    height: calc(100vh - 72px);
    display: flex;
    align-items: center; }

.hero { 
    max-width: 700px;
    max-height: 700px;
    margin-left: 1rem; }

.hero img {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 50%;
    max-width: 100%;
    height: auto; }

.landing-inner {
    margin-top: -5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }

.landing-inner h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    text-shadow: 4px 3px 0 rgba(0,0,0,.25); }

.landing-text { 
    text-align: right;
    padding-right: 1rem; }



/* Index Links */
#index-links { padding: 2rem 1rem; }
#index-links h2 { margin-top: .5rem; }

#index-links p { 
    color: #333;
    font-size: 15px; }

.card {
    border: none;
    border-radius: .5rem;
    width: 100%; }
    
.card-img-top { 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
    border-radius: .5rem;
    transition: all ease .15s; }

.card, .card-body { background-color: transparent; }
.card-body { padding-top: .25rem; }
.card { transition: all .15s ease; }
.card:hover .card-img-top { box-shadow: 0 .5rem 1rem rgba(0,0,0,.6) }

.title { 
    transition: transform .15s ease;
    color: var(--bs-danger); }
    
.index-p { 
    color: #000;
    padding: 1rem 0;
    margin-bottom: 0;
    font-weight: 300; }


/* About */
#about { 
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }

.about-wrapper {
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background-color: rgba(255,255,255,.75);
    display: flex;
    justify-content: space-between;
    align-items: center; }

#about p { 
    padding-left: 1rem;
    padding-right: 3.5rem; }

.about-img-wrapper { 
    text-align: center;
    padding: 1rem; }

.about-img-wrapper img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border-radius: 50%; }

.about-img-2 { 
    margin-top: -2rem;
    margin-left: -4rem; }

.about-img-3 { margin-top: -2rem; }

/* Books */
#books-index section { 
    margin-top: 1rem;
    margin-bottom: 2rem; }

#books-index img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); }

#index-links.page { padding: 0 0 4rem 0; }

.modal-title {
    color: var(--danger);
    text-transform: uppercase; }

.modal-body h2 {
    color: var(--warning); 
    text-transform: uppercase; }

.video-wrapper {
    display: flex;
    align-items: center; }

iframe {
   border-radius: .5rem;
   box-shadow: 2px 4px 6px rgba(0,0,0,.25); }

.video-index { 
   padding: 1rem;
   border-radius: .5rem;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
   border: solid 1px rgba(0,0,0,.15);
   background-color: #fff;
   display: flex; }
   
.video-index img {
   border-radius: .35rem;
   width: 150px;
   height: 239px; }

.bg-video {
   background-image: url(../images/bg-video.jpg);
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat; }


/* Paintings */
#paintings .card {
    height: auto;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none; }

#paintings img {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .5rem;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    transform: scale(1); }

#paintings img:hover { transform: scale(1.05); }


/* Footer */
footer {
    background-color: #222;
    border-top: solid 1px #000;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #eee; }
    
footer p { 
    line-height: 2rem;
    color: inherit !important; }
    
.footer-links { 
    padding: 0 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem; }
    
.footer-links a { 
    font-size: 18px;
    color: #ffffcc;
    margin-left: .5rem; }
    
.footer-links a:hover { color: #aaa; }

.footer-links a::before { 
    margin-right: .5rem;
    content: "|"; }
    
.footer-links a:first-child::before { content: ""; }
.footer-links:nth-of-type(2) a:before { display: none; }
    
/* MSWD */
.mswd-links p {
    font-size: 13px !important;
    display: block;
    margin-top: 1rem;
    line-height: 1.25rem;
    text-align: center; }

.mswd-links a {
    transition: all .15s ease;
    text-decoration: underline !important;
    color: inherit;
    font-size: inherit; }

.mswd-links a:hover { 
    opacity: .7;
    text-decoration: none !important; }
    
    
/* ******************************************** PAGE ******************************************** */

body.book { 
    background-image: linear-gradient(90deg, var(--bg2) 0%, rgba(0,0,0,0) 4%);
    background-color: #f8f8f8; }

#page { 
    background-color: #f8f8f8;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    
#page p { font-weight: 300; }
#index-links.page h1 { margin-top: 4rem; }
#page h1 { color: #000; }

img.book-cover {
    margin-top: .85rem;
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); }

img.nicole {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);  }
    
.book-details li { list-style-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='red' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>"); }

.buy-wrapper {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 1.5rem;
    height: auto; }

.buy-wrapper .buy { 
    text-transform: capitalize;
    color: var(--bs-dark);
    font-size: 16px; }

.buy-wrapper img {
    margin-bottom: .75rem; }


/* ******************************************** REPONSIVE ******************************************** */

@media (max-width: 1199px) { .about-wrapper { padding-top: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) { 
   img.nicole { display: none; }
   #landing { height: 400px; }
} 

@media (max-width: 425px) { #about { padding: 0; } }

@media (min-width: 768px) { 
    nav.books a { color: #fff; }
    .home { display: none; } 
}

@media (max-width: 991px) {
    .video-wrapper { order: 1; }
    .modal-text-wrapper { order: 2; }
    .modal-text-wrapper h3 { margin-top: 2rem; }
}

@media (min-width: 768px) { .nicole-mbl, #mobile-nav { display: none; } }
@media (orientation: landscape) and (max-width: 767px) { .hero { display: none; } }

@media (max-width: 767px) { 
    section:not(.col) { padding: 2rem 0; }
    
    /* Header */
   header.index2 { background-image: none; }
    
   #mobile-nav {
        background-color: #f8f8f8;
        padding: 1rem;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between; }
        
    header.page #mobile-nav {
        display: flex;
        padding: .5rem 1rem;
        justify-content: space-between !important;
        background-color: transparent;
        background-image: var(--bg-gradient); }
        
    .nicole-mbl {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175); }

    /* Navigation */
    .nav {
        background-image: var(--bg-gradient);
        flex-direction: column;
        line-height: 1.5rem;
        justify-content: center; }
        
    .nav-link-wrapper { 
        margin-top: 1.75rem;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column; }
        
    .nav-right { margin-top: 1.5rem; }
    .nav-left { flex-direction: column; }

    .nav-left a { 
        text-align: left;
        color: #222;
        margin: 1rem auto 1rem 0;
        font-size: 18px !important; }
        
    nav:not(.footer-links) a {
       color: #000;
        transform: none;
        margin-top: .5rem; }
        
    nav:not(.footer-links) a span { margin-top: 0; }
    
    #buttonNav {
        z-index: 10;
        padding: 0;
        border: 0;
        background-color: transparent;
        width: 35px;
        height: 35px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24' fill='%23222'><path d='M0 0h24v24H0z' fill='none'/><path fill-rule='evenodd' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>"); }
        
    #buttonNav.books {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24' fill='%23fff'><path d='M0 0h24v24H0z' fill='none'/><path fill-rule='evenodd' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>"); }
        
    header.page #mobile-nav.index-nav { justify-content: flex-end !important; }
    
    /* Nav Toggle */
    .nav:not(.footer-links) { 
        background-color: #fff;
        height: 0;
        padding: 0;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
    
    body.nav-on .nav { 
       margin-top: 0;
       transition: opacity .5s ease;
       height: calc(100vh - 20px);
       opacity: 1;
       justify-content: flex-start; }
    
    header .container { display: none; }
    body.nav-on header .container { display: flex; }
    body.nav-on .container { padding: 0; }
    
    body.nav-on nav:not(.footer-links) a { 
        margin-left: 0;
        z-index: 1024; }
    
    body.nav-on { 
        background-color: #fff;
        z-index: 10;
        overflow: hidden;
        max-height: 100vh; }
    
    body.nav-on #buttonNav {
        z-index: 10;
        width: 35px;
        height: 35px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24'  fill='%23222'><path fill-rule='evenodd' d='M0 0h24v24H0z' fill='none'/><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>"); }
        
    body.nav-on #buttonNav.books {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 24 24'  fill='%23fff'><path fill-rule='evenodd' d='M0 0h24v24H0z' fill='none'/><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>"); }
        
    .opacity-0 { 
        opacity: 0;
        max-width: 100%;
        z--index: -1;
        overflow: hidden; }
        
    body.nav-on .nav-left { align-items: flex-start; }
    
    
    /* Landing */
    #landing { height: calc(100vh + 1.5rem); }
    #landing .col-12 { padding: 0; }
    
    .hero { 
        margin-right: 2rem;
        margin-left: 2rem; }
    
    .landing-inner { flex-direction: column-reverse; }
        
    .landing-text { 
        text-align: left;
        padding: 1rem; }
    
    .landing-inner .slogan { 
        text-shadow: none;
        font-size: 20px; }
    
    .landing-inner h2 { text-shadow: 4px 3px 0 rgb(0 0 0 / 70%) }

    /* Index Links */
    #index-links { padding: 2rem 0; }
    #index-links.page h1 { margin-top: 2rem; }
    .card { padding: 1rem 0 0 0; }
    .title { font-size: 22px; }
    .index-p { margin-top: 1rem; }
    
    /* About */
    #about h1 { margin-top: 2rem; }
    #about p { padding: 0; }

    .about-wrapper { 
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: column-reverse;
        box-shadow: none;  }
    
    .about-img-wrapper img { 
        min-width: 90px; 
        width: 90px; }
    
    .about-img-2 { 
        margin-top: 0;
        margin-left: .5rem; }

    .about-img-3 { 
        margin-top: 0;
        margin-left: .5rem; }
        
    /* Books */
    #books-index .text-end { text-align: left !important; }
    
    .book-img {
        background-color: #000;
        border: none; }
    
    /* Paintings */
    #paintings { padding-bottom: 3rem; }
    
    /* Videos */
    #index-links.page { padding: 0 0 0 0; }
    .bg2-gradient { border-radius: 0 !important; }
    main.videos #index-links { padding-bottom: 0; }
    main.videos .rounded-3 { border-radius: 0 !important; }
    
    .video-index {
      flex-direction: column;
      border: none;
      border-radius: 0; }
      
   .video-index img { margin-left: 1rem; }
   
   .bg-video { 
      background-size: 140%;
      background-position: top; }
    
    /* Footer */
    .footer-links { margin-bottom: 1.5rem; }
    .footer-links a::before { display: none; }
    .footer-links:first-of-type a { font-size: 16px; }
    footer p { font-size: 16px; }
    
    /* Page */
    img.book-cover { width: 85%; }
    img.nicole { margin-top: 1rem; }
}