@import url(beta.css);
@import url(delta.css);
@import url(radio.css);

html{
    scroll-behavior: smooth;
}
body{
    margin:0 auto;
    image-rendering:optimizeQuality;
    background: var(--bg);
    /*background-image: url(/images/ojib-bg.jpg);*/
    /*background-size: fill;*/
    /*background-repeat: repeat-x;*/
    /*background-attachment: fixed;*/
    font-family: "lato", sans-serif;
    line-height: 1.5;
    font-size: 15px;
    /*background-attachment: fixed;*/
}
a{
    color: var(--ravenred);
    text-decoration: none;
}
a:hover{
    color: var(--linkhover);
    text-decoration: underline;
}

br{
    height: var(--gap);
}
blockquote{
    padding-left: 5px;
    border-left: 3px solid var(--ss-green);
}
.enter-images{
    margin:10px;
    display: flex;
    flex-wrap: wrap;
    gap:1em;
    font-family: 'lato', sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.enter-images span:hover{
    background-color:var(--darktan);
}
.hero-header{
    width:100%;
    overflow: hidden;
    background-image: url(/images/ravenswood-arial-dark.jpg);
    background-size: cover;
    background-position: bottom;
}

.hero-header-rw{
    width:100%;
    overflow: hidden;
    background-image: url(/images/bedroom-hero.jpg);
    background-size: cover;
    background-position: center;
}
#video{
    z-index: 1;
    top:0;
    position: absolute;
    min-width: 100%;
    max-height: calc(50vh + 80px);
    object-fit: cover;
    filter:brightness(70%);
}
.logos{
    padding:40px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:6em;
    min-height:50vh;
}
.logos img{
    max-width: 300px;
}
.wrapper-rw{
    background-color: var(--offwhite);
    max-width:var(--page-width);
    margin:0 auto;
    padding:var(--list-wrapper-padding);
    border-left: 1px solid  var(--shadow);
    border-bottom: 1px solid  var(--shadow);
    border-top: 1px solid  var(--shadow);
}
.navbar{
    background-color: var(--offwhite);
    margin-bottom: calc(var(--gap));
    border-bottom: 1px solid var(--border);
}
.nav-wrapper{
    max-width:var(--page-width);
    margin:0 auto;
    padding:var(--nav-wrapper-padding);
}

nav{
    color:var(--text);
}
nav ul{
    margin:0;
    list-style-position: initial;
    padding:0;
}
nav li{
    margin:0;
    list-style: none;
}
#main-rw-nav{
    display: grid;
    grid-template-columns: 8fr 3fr;
    gap:var(--gap);
    font-size: 14px;
}
#main-rw-nav ul{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-block:12px;
}
#main-rw-nav li::after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: var(--text);
}
#main-rw-nav li:hover::after{
    width:100%;
    transition: 0.15s;
}
#main-rw-nav li:hover{
    transition: 0.25s;
    background-color: rgb(0,0,0,0.05);
}
#main-rw-nav li a:hover{
    color: var(--text);
    text-decoration: none;
}
nav a{
    text-decoration: none;
    color:inherit;
}
.book-button{
    margin-block:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--border);
    background: var(--warm-grad);
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1rem;
}
.book-button:hover{
    transform: scale(1.03);
    color: var(--linkhover);
    text-decoration: underline;
    transition: 0.15s ease-in-out;
}
.book-button:active{
    transform: scale(1.0);
}

#Bookbuttonscroll {
    position: fixed;
    bottom: 30px;
    right: 50px;
    padding: 6px 20px;
    cursor: pointer;
    z-index: 1000;
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: var(--text);
    letter-spacing: 0.1rem;
    border-radius: 0;
    border: 1px solid var(--border);
    background: var(--warm-grad);
}
#btnspan{
    display: flex;
    fill: var(--text);
    gap: 8px;
}
#Bookbuttonscroll:hover{
    transform: scale(1.03);
    color: var(--linkhover);
    text-decoration: underline;
    transition: 0.15s ease-in-out;
}
#Bookbuttonscroll:active{
    transform: scale(1.0);
}

#burger-menu{
    padding-block: 5px;
    width: 100%;
    display: none;
    position: fixed;
    background-color: var(--offwhite);
    border-bottom: 1px solid var(--border);
    z-index: 9999;
}

.hamburger{
    padding:var(--gap);
    display: flex;
    gap:4px;
    flex-direction: column;
    align-items: start;
    background: none;
    border: none;
    cursor: pointer;
}
.hamburger::before,
.hamburger::after,
.hamburger button{
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--text);
}
#overlay-menu{
    position: fixed;
    top:0px;
    background-color: var(--offwhite);
    width:100%;
    min-height:100%;
    display: none;
    z-index: 9998;
    overflow: hidden;
}
#overlay-nav{
    text-align: center;
    position: relative;
    top:39px;
    padding: var(--list-wrapper-padding);
    line-height: 3;
}
.head-grid{
    display:grid;
    grid-template-columns:auto 14px 10px 250px;
}
.head-div-rw{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color:var(--darktan);
    background-image: url(/images/botanical3.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height:150px;
}
header h1{
    text-align: center;
    margin:0;
    font-size: 24px;
    font-weight: 500;
    color:var(--text);
    padding:10px 10px 5px 10px;
}
header h2{
    padding:5px 10px 10px 10px;
    font-family: 'lato', sans-serif;
    text-align: center;
    margin:0;
    font-size: 13px;
    letter-spacing: 0.2rem;
    font-weight: normal;
    color:var(--text);
}
#spanclr1{
    background-color: #826b53;
}
#spanclr2{
    margin-inline: 3px;
    background-color: #95886c;
}
#thumb{
    background-image: url(/images/peeper-fungu.png);
    background-size: cover;
    background-position:center;
    min-width:125px;
}
#thumb span{
    margin-inline:5px;
    display: block;
    text-align: right;
    color: white;
    font-size:12px;
    text-shadow: 1px 1px 3px black;
}
#rw-thumb{
    background-image: url(/images/bunkie-accent.png);
    background-size: cover;
    background-position:center;
    min-width:125px;
}
.main-flex{
    display:flex;
    height:100%;
    gap:20px;
}

.sidebar{
    min-width:250px;
}
.sidebar h3{
    color:var(--text);
    background-image: url(/images/line033_002-left.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height:35px;
    padding-left:20px;
    font-size:16px;
    font-weight:600;
}
.sidebar a{
    color: var(--ravenred);
    text-decoration: none;
}
.sidebar a:hover{
    color: var(--linkhover);
    text-decoration: underline;
}
#first-side-bar-list{
    margin-top:21px;
}
.ammeneties ul{
    margin:0;
    padding:0px;
    padding-left:20px;
}
.ammeneties li{
    margin-bottom:5px;
    list-style: none;
    display: flex;
    align-items: center;
    fill: var(--text);
}
.ammeneties svg{
    padding-right:5px;
}

.sidebar ul{
    margin:-20px auto 30px auto;
    list-style:square;
    line-height: 1.75;
}
.sidebar ul li{
    font-size: 14px;
    color:var(--text);
}
.local-guide-sidebar{
    color: var(--border) !important; 
}
.reviews{
    width:250px;
}
.elfsight-app-5f21b30d-bdb1-473c-8dd9-a3ab2ab64ee5{
    margin-left:20px;
}

main{
    height:100%;
    background:var(--offwhite);
    color:var(--text);
}

article h2{
    color:var(--text);
    background-image: url(/images/line033_002-left.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height:40px;
    padding-left:20px;
    font-size:19px;
    font-weight:500;
}
#rw-article h2{
 text-align: center;
 font-weight: bold;
 background-image: none;
 height:100%;
 padding-left:0px;

}

hr{
    color:var(--text);
    background-image: url(/images/line033_002-left.gif);
    background-repeat: no-repeat;
    background-position: left;
    height:40px;
    border: none;
}
.drop-cap{
    font-family:roycroft_initials;
    float: left;
    font-size: 4.4rem;
    padding: 0.1em;
    line-height: 0.62;
}
main img{
    width:100%;
}
.slider {
  position: relative;
}

.slider-images {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.slider-images img {
  flex: 0 0 100%;
  scroll-snap-align: center;
  object-fit: cover;
}
.index-images{
    max-height:400px;
    overflow: hidden;
}
#cabin-blurb{
    display: flex;
}

footer{
    background-color: var(--offwhite);
    color:var(--text);
    font-size: small;
    max-width:var(--page-width);
    padding:var(--list-wrapper-padding);
    text-align: center;
    padding-block:10px;
    margin:0 auto;
    margin-block:15px;
}

/* landing specific */
.options{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin-block: 20px;
}
.op-img{
    object-fit:cover;
    object-position: 60%;
    min-height: 300px;
}
.op-img:hover{
    transform: scale(0.989);
    transition:0.02s ease-in;
}
.op-button{
    font-size: 14px;
}
/*.options div{
    border: solid 0.5px var(--border);
    background-color: #f4f2ee;
    padding:15px;
    padding-bottom: 20px;
    margin-bottom:10px;
}*/
.options h4{
    font-family: 'lato', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2rem;
    font-weight: normal;
    color:var(--text);
    margin-block:8px;
    text-transform: uppercase;
}
.options h3, p{ 
    font-weight:normal;
    margin-block: 8px;
}
#op-heading{
    display: flex;
}
#op-heading img{
    width:25px;
    margin-left:10px;
}
.heart-warming{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:var(--gap);
    margin-block: 20px;
}
.heart-warming em{
    font-size: 12px;
    color: var(--border);
}
.hw-img{
    object-fit:cover;
    min-height: 450px;
}
.hw-img:hover{
    transform: scale(0.989);
    transition:0.02s ease-in;
}
.hw-button{
    display: block;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: var(--warm-grad);
    border: 1px solid var(--border);
    font-size:16px;
    font-weight: bold;
}
.hw-button:hover{
    transform: scale(1.03);
    color: var(--linkhover);
    text-decoration: underline;
    transition: 0.15s ease-in-out;
}
article{
    margin-block: 20px;
}
.landing-h2{
    text-align: center;
    margin-bottom:10px;
    font-weight: 500;
}
.landing-h3{
    font-size: 19px;
    text-align: center;
}
article h3{ 
    margin-bottom: 5px;
}
.signup-form-sidebar{
    color: var(--text);
}

.form-group button{
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'lato', sans-serif;
    color: var(--text);
    border: 1px solid ;
    border-radius: 2px;
    background: white;
}
.form-group button:hover{
    color: var(--linkhover);
    text-decoration: underline;
    transition: 0.15s ease-in-out;
}
.form-group{
}
#newsletterForm{
    margin-top: -5px;
}
#email{
    width:calc(100% - 70px);
}

.yurt-div{
    display:flex;
    align-items: center;
}
.yurt-div img{
    min-width:150px;
    margin-right:15px;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}

#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

/*404*/

.fourohfour{
    margin:0 auto;
    
}
.fourohfour h1{
    color: var(--shadow);
    font-size: 64px;
    margin: 0;
}
/*subtle shift*/
.hero-header-ss{
    width:100%;
    overflow: hidden;
    background-image: url(/images/pine3.jpg);
    background-size: cover;
    background-position: 70%;
}
#ss-spanclr1{
    background-color: var(--ss-green);
}
#ss-spanclr2{
    margin-inline: 3px;
    background-color: #80bb68;
}
#ss-thumb{
    background-image: url(/images/denise-thumbnail.jpg);
    background-size: cover;
    background-position:center;
    min-width:125px;
}

.subtle-shift-li a {
    color: var(--text);
    text-decoration: none;
}
.subtle-shift a {
    color: var(--ss-green);
    text-decoration: none;
}
.subtle-shift a:hover{
    color:limegreen;
    text-decoration: underline;
}
#BunkiePan{
    min-height: 400px;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover;
}