* {
  box-sizing: border-box;
}

html {
    background-image: url('https://cdn.media.amplience.net/s/serenaandlily/600096_SET');
    background-color: #fdfaf1;
    font-family:'Baskerville', 'Times New Roman', Times, serif;
    display: flex;
    height: 100%; 
}

body {
    width: 100%;
}

.header {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    color: #d3a622;
    outline: m dashed #d3a622;
}

.header img {
  max-width: 60%;
}

.headerimg {
  width: 25%;
  align-self: end;
  margin-right: -1rem;
  margin-bottom: -2rem;
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 55%;
}


.title{
text-shadow: 3px 2px 0.5px #f6f6e9; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
font-family: 'Gill Sans', sans-serif;
font-weight: bold;
color: #4e00b4;
font-size: 40px;
align-self: end;
margin-bottom: 0.2rem;
}
 

.navbar {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.navbar a {
    border: 0em dashed red;
    text-align: left;
    padding: 0em 0em;
}
 


.side li{
list-style-image: url('images/listtinyflower.webp');
font-size: 1rem;
text-align: left;
margin-top: 1%;
margin-left: .5rem;
}
 
a{
color: #d3a622;
letter-spacing: .1rem;
}
 
a:hover{
font-style: italic;
color: #83aacd;
}
 
.row {
    display:flex;
    justify-content:left;
    gap: 2%;
}

.column {
  width: 100%;

}

.side {
    border: .1em dashed #83aacd; 
    background: rgb(222,236,253);
    background: linear-gradient(180deg, rgba(222,236,253,1) 0%, rgba(253,250,241,1) 50%, rgba(248,240,207,1) 100%);
    max-width: 15rem;
    max-height: min-content;
    padding: 1%;
}

.main {
    border: .2em double #83aacd; 
    background: #fbf6e3;
    min-width: 60%;
    max-width: 70%;
    height: min-content;
    padding: 1.5rem;
    color: #563b17;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    list-style-image: url('/images/listtinyflower.webp');
}


p.small {
  line-height: 0.8;
  font-size: .9rem;
  color:#83aacd;
  letter-spacing: .12rem;
}

details > summary {
    list-style-type: '✧';
}

details[open] > summary {
    list-style-type: '✦';
}

 #tyvnjam table{
        margin: 0;
        background-color: #fdfaf1;
    }
    #tyvnjam {
        margin: 0;
    }
    #yevn table{
        margin: 0;
        font-weight: bold;
        border-radius: 10px;
    }
    #yevn {
        margin: 0;
        padding: 0px;
        font-size: 1em;
    }


  

/* Responsive layout for screens under 1000px */
@media screen and (max-width: 999px) {
  
    /* Make the two columns stack on top of each other instead of next to each other */
  .row {   
    flex-direction: column;
    justify-items: stretch;
    width:100%;
  }

    /* Stretch the sidebar across the full screen */
  .side {   
    display:flex;
    flex-direction:row;
    min-width: 100%;
    flex-wrap: nowrap;
    gap: 2%;
  }

  .header{
    border: .0em solid green;
    align-content: center;
    padding: 1%;
    font-size: larger;
  }

  .headerimg{
    margin-left: auto;
  }

  .header img{
    display: none;
  }

  .navbar{
    border: .0em dashed #d3a622;
    width: 50%;
    display:grid;
    justify-items: right;
    align-items: right;
    grid-template-columns:auto;
  }

 

  .navbar a{
    text-align:center;
    font-size: x-large;
  }

  .mobileHide {
    display: none;
  }


  /* Stretch the main bar across the full screen and use even padding */
  .main {   
    max-width: 100%;
    margin-top: 2%;
    padding: 4%;
  }

}

@media screen and (min-width: 999px) {
  .header2 {
    display:none;
  }
}

