@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root {
    --offWhite: #F6F6F3;
    --soft: #d7bbca; /* changed from #caa4b8 for better contrast */
    --magenta: #a1567e;
    --cinerous: #915169;
    --teal: #42858C;
    --redd: #e05144;
    --fadedRose: #dbac94;
}

body {
    background-color: var(--magenta);
    background-image: url(../images/backMain.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    body {
        background-position: left bottom;
        background-size: 200%;
    }
}

h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 90%;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
        line-height: 150%;
    }
}

h1 span {
    font-family: 'Allura', cursive;
    display: block;
    text-transform: none;
    font-size: 1.75rem;
}

@media (min-width: 768px) {
    h1 span {
        font-size: 2.5rem;
        line-height: 75%;
    }
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 2rem;
    color: #ffffff;
    line-height: 90%;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.5rem;
        line-height: 150%;
    }
}

h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 200;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 90%;
}

@media (min-width: 768px) {
    h3 {
        font-size: 2.0rem;
        line-height: 150%;
    }
}

h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 1.125rem;
    color: #ffffff;
}

.headerWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .bookNowAndNav {
    text-align: right;
}
@media (min-width:768px) and (max-width:1200px) {
	header .bookNowAndNav {
		margin-top:-35px;
	}
}
header .bookNowAndNav p {
    padding-right: 0px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: var(--soft);
}

@media (min-width: 1200px) {
    header .bookNowAndNav p {
        padding-right: 20px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
}

header .bookNowAndNav p a:link,
header .bookNowAndNav p a:visited {
    text-decoration: none;
    color: #ffffff;
}

header .bookNowAndNav p a:hover {
    color: var(--soft);
}
.navbar-toggler {
	border-color: rgba(255,255,255,.4);
}
a:link.nav-link,
a:visited.nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--soft);
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;

}

a:hover.nav-link {
    color: #ffffff;
    text-shadow: 0 0 12px #F6F6F3;
}

.dropdown-menu {
    background-color: var(--cinerous);
}
a:link.dropdown-item, a:visited.dropdown-item {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    color: var(--soft);
}
a:hover.dropdown-item {
    background-color: var(--cinerous);
    color: #ffffff;
}

.intro {
    margin-top: 15px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .intro {
        margin-top: 75px;
    }
}

.intro .col-md-5 img {
    height:auto;
    max-height:420px;
}

@media (min-width: 768px) {
    .intro .col-md-5 img {
        max-height:60vh;
    }
}

.intro .col-md-7 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .intro .col-md-7 {
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.intro p, .intro ul li {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: .975rem;
}

@media (min-width: 768px) {
    .intro p, .intro ul li {
        font-size: 1.25rem;
    }
}
 .content p.lead {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: .975rem;
    font-style: italic;
}

@media (min-width: 768px) {
    .content p.lead {
        font-size: 1.5rem;
    }
}
.content {
    padding-left: 25px;
    padding-right: 25px;
}
.content p, .content ul {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: .95rem;
}

@media (min-width: 768px) {
    .content p, .content ul {
        font-size: 1.125rem;
    }
}

.content a:link,
.content a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.content a:hover {
    color: var(--soft);
    text-decoration: none;
}

.content a.btn {
	text-decoration:none;
}

.leadin {
    margin-top: 75px;
    overflow: hidden;
}

.leadin.bundles .col-md-4 {
    background-image: url("../images/new-moon.webp");
    background-repeat: no-repeat;
    background-position: center;

}

.leadin.readings .col-md-4 {
    background-image: url(../images/tree.webp);
    background-repeat: no-repeat;
    background-position: center;

}

.leadin.energy .col-md-4 {
    background-image: url(../images/sun.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.leadin.astrology .col-md-4 {
    background-image: url(../images/sky.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.leadin.classes .col-md-4 {
    background-image: url(../images/lotus.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.leadin .col-md-4 {
    height: 350px;
}

@media (min-width: 768px) {
    .leadin .col-md-4 {
        height: initial;
    }
}

.leadin .col-md-8 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;

}

@media (min-width: 768px) {
    .leadin .col-md-8 {
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 75px;
        padding-bottom: 75px;

    }
}

.leadin p {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: .95rem;
}

@media (min-width: 768px) {
    .leadin p {
        font-size: 1.125rem;
    }
}

.btn {
    text-transform: uppercase;
    border-radius: 0px;
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    margin-top: 20px;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.btn:hover {
    background-color: #ffffff;
    color: var(--magenta);
    box-shadow: 0 0 20px var(--offWhite);
}

.newspaper  {
  column-count:1;
}
@media (min-width:992px) {
	 .newspaper {
		column-count:2;
	}
}
.newspaper li {padding-right:25px;}

footer {
    padding-top: 90px;
    padding-bottom: 90px;
    color: #ffffff;
}

footer p,
footer ul {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: .95rem;
}

footer a:link,
footer a:visited {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: var(--soft);
}

footer .container {
    padding-left: 95px;
}

@media (min-width: 768px) {
    footer .container {
        padding-left: 225px;
    }
}

footer .bi-facebook,
footer .bi-twitter-x,
footer .bi-instagram,
footer .bi-youtube,
footer .bi-tiktok {
    font-size: 2rem;
}

footer .bi-facebook,
footer .bi-twitter-x,
footer .bi-instagram,
footer .bi-youtube {
    margin-right: 18px;
}
.content .bi-facebook,
.content .bi-instagram  {
    font-size: 2rem;
}

.content .bi-facebook,
.content .bi-instagram  {
    margin-right: 18px;
}

.flourish {
    color: var(--soft);
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}

.flourish::before {
    content: '------------------------------';
    letter-spacing: -5px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .flourish::before {
        content: '----------------------------------------------------------------------------------------------------';
        letter-spacing: -5px;
        padding-right: 15px;
    }  
}
.flourish::after {
    content: '------------------------------';
    letter-spacing: -5px;
    padding-left: 8px;

}
@media (min-width: 768px) {
    .flourish::after {
        content: '----------------------------------------------------------------------------------------------------';
        letter-spacing: -5px;
        padding-left: 15px;
    
    } 
}
/* book lead in */
.novel {
    background-color: var(--redd);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 75px;
}

.novel .col-md-4 {
    text-align: left
}
@media (min-width: 768px) {
    .novel .col-md-4 {
        text-align: right
    } 
}
.novel .col-md-8 {
    padding-top: 25px
}

.novel h2 {
    font-family: 'Shippori Mincho B1', serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.75rem;
    letter-spacing: 3px;
    color: #ffffff;
    margin-top: 20px;
}

@media (min-width:768px) {
    .novel h2 {
        font-size: 2.125rem;
        margin-top: 0px;
    }
}

.novel p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 110%;
}
@media (min-width: 768px) {
    .novel p {
        font-size: 1.25rem;
    }
}
.novel a:link,
.novel a:visited {
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;

}

.novel a:hover {
    color: var(--offWhite);
    text-decoration: underline;
}