                                                                                        
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

                                                                                        
html,

body {
    height: 100%;
    width: 100%;
    
}
                                                                                        
body {
    font-family: 'Times New Roman', Times, serif;
    color: #4f4f4f;
    background: #fff;
}
                                                                                        
a:link {
     color: #4f4f4f;
     font-style: italic;
     text-decoration: none;
}
                                                                                        
a:hover {
    color: red;
  
}                                                                       
a:active {
 color: #4f4f4f;
}
a:link, a:visited{
     color: #4f4f4f;
}
                                                                                        
img {
    max-width:100%;
   height: auto;
}
.container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-items: center;
   
}
.contact-address{
    margin-top: 5%;
    width: 50%;
    text-align: center;
}
.contact-address p{
    margin-top: 5%;
}
.contact-address img{
    width: 50%
}
.exhib-title{
    margin-top: -1.5%;
    font-size: 2.5rem;
}


.show-title {
    font-size: 1rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-align: center;
    padding: -.5rem;
}
.exhib-list{
    display: flex;
    flex-direction: column;
}
.exhib-list td{
   vertical-align:middle;
    text-align: center;
    padding-right: 1.2rem;
    padding-bottom: .5rem;
    border: #000000;
background-color: rgba(232, 232, 232, 0.544);
font-size: .9rem;
    
}
 h1{
  
  
    font-weight: 100;
}


/*Iphones*/
@media (max-width:445px) and (orientation: portrait){

/*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50;
    
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 1%;
}
                                                                                        
.brand-headline {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    margin: 0;
}
                                                                                        
.main-nav {
    display: none;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display: block;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer;
    margin-right: 10%;
}

/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem
}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: 7%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    margin-top: 18%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: -8.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    max-width: 95%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1rem;
    margin-top: 4%;
    line-height: 1.1rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 6%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:10%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 32%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: -.5%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.1rem;
    font-style: italic;
    text-align: center;
    margin-top: -2%;
    margin-bottom: 20%;
}
.gallery-single{
   display:flex;
    flex-wrap: wrap;
    flex-direction: row; 
  
 
}
                                                                                        


                                                                                        
.stage-image{
     display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
    
}
                                                                                        
.gallery-stage img {
     margin-left:11.2%;
     margin-right: auto;
 
    height: auto;
   
    max-width: 80%;
  
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
   
  
     max-width: 80%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -8%;

    align-items: center;
    justify-content: center;
   

 } 
     .gallery-thumbs {
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 8%;
    margin-right: auto;
    align-items: center;
    margin-top: 11%;
   
    
    }
                                                                                        
.gallery-thumbs img {
   padding-bottom: 35px;
    max-width:45%;
    height: auto;
   
 justify-content: space-evenly;
  
    
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.statement_image{
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
   
    font-size: 1.1rem;
}
.statement_image img{
    
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
    margin-top: 3%;
}

.statement_title h1 {
    font-size: 1.4rem;
    margin-top: 2%;
    text-align: center;
}
.statement_back {
    font-size: .3 rem;
    margin-bottom:2.2%;
    margin-left: 30%;
    margin-top: -2%;
}
.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 10%;
      margin-left: 4%;

}
.resource td{
    padding:5px;
    margin-bottom: .2rem;
    font-size: .9rem;
    
   
}
/*Books*/

.books_title{
    margin-top:-1%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: 2%;
    max-width: 95%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: .8rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
  
}

.cov_south{
  
    width:28%;
    margin-left: 5%;
    margin-top:2%;
}
.cov_roof{
    
     width: 94%;
    margin-left:22%;
    margin-top: 35%;
}
.cov_short{
     width: 94%;
    margin-left: 130px;
    margin-top: -99%;
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: 2.5%;
    
}
.south{
    max-width:26%;
    height:auto;
    margin-left:8%;
  
    text-align:left;
     font-size: .8rem;

      
   }

   .stories{
     max-width: 26%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .8rem;

   }
.roofs{
    max-width: 27%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .8rem;
}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    font-size:.8rem;
    max-width: 90%;
}
}

@media  (min-width=465px) and (orientation: landscape) {
    .carousel-wrap {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
  
      
}
                                                                                        
.carousel-track {
    position: relative;
  
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    width: 10%;
    height: auto;   
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
    width: 20%;
    align-items: center;
    position: relative
    
}
                                                                                        
.slide img {
    display: block;
    
    width: 10%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        

    
}
@media (min-width:460px){
   
    
    .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50;
    height: 3rem;
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;height: auto;
    text-align: center;
    margin-left: 7%;
    margin-top: 1%;
}
                                                                                        
.brand-headline {
    font-size: 2rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    margin: 0;
}
                                                                                        
.main-nav {
    display:block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        


/*carousel*/

.carousel-wrap{
        display: flex;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        
    }
    .carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: -3%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: .9rem;
    margin-top: -2%;
}
/*About*/

.about-title {
    font-size: 1.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: -.3%;
    margin-top: -4.5%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 24%;
    margin-bottom: 1%;
    margin-top: .2%;
}
                                                                                        
.aboutext{
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: .85rem;
    margin-top: -1%;
    line-height: .95rem;
    max-width: 90%;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.3rem;
}
/*Photographs*/
 .title {
    text-align: center;
    font-size: 1.6rem;
    margin-top: -.5%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
   margin-left: 7%;
    
}
                                                                                        
.thumb-grid {
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:2%;
   
}
                                                                                        
.thumb-grid a img {
   
    width:13.5%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: -1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}
/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: -.7%;
    margin-bottom: -1%;
    
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: -1%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:100%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 25%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
   
}
                                                                                        
.gallery-stage img {
     
 
    height: auto;
    margin-top: 2%;
    max-width: 52%;
    height: auto;
    margin-left:10%;
    margin-right: auto;
     margin-top: .5%;
      
  
  
    margin-right: auto;
    transition: opacity 360ms ease;
}

                                                                 
.gallery-thumb-grid{
  
   
    max-width: 100%;
    height: auto;
   
    margin-right: auto;
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   
   max-width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -6%;
    margin-left:-3%;
    align-items: center;
    justify-content: center;
   
     } 
     .gallery-thumbs {
     
   display: flex;
   justify-content: center;
   align-items: center;
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    outline: none;
     margin-left:-11%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:55%;
    height: auto;
    margin-top: 55%;
   padding-right: 4px;
  margin-bottom: 12px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.statement_image{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
}
.statement_image img{
    
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}
.statement_image p{
    margin-top: 3%;
}
.statement_title h1{
    font-size: 1.5rem;
    margin-left: 33%;
    margin-right: auto;
    margin-top: -.5%;
    margin-bottom: -2%;
}
.statement_back {
    font-size: .3 rem;
    margin-bottom:2.2%;
     margin-left:43%;
     margin-bottom: 1%;
     margin-top: -25;
}

.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 5.5%;
      margin-left: 12%;

}
.resource td{
    padding:4px;
    margin-bottom: -2%;
    font-size: .9rem;

}}

/*Books*/

.books_title{
    margin-top:1%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: .5%;
    max-width: 95%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: .8rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
  
}

.cov_south{
  
    width:11%;
    margin-left: 9%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width: 51%;
    margin-left:76%;
    margin-right: 20%;
   
}
.cov_short{
     width: 44%;
    margin-left:200%;
    margin-top: -55%;
      margin-right: 25%;
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
    
}
.south{
    max-width:26%;
    height:auto;
    margin-left:8%;
  
    text-align:left;
     font-size: .8rem;

      
   }

   .stories{
     max-width: 26%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .8rem;

   }
.roofs{
    max-width: 27%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .8rem;
}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    font-size:.8rem;
    max-width: 90%;
}


@media (min-width:460px){
   
    
    .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50;
    height: 3rem;
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;height: auto;
    text-align: center;
    margin-left: 7%;
    margin-top: 1%;
}
                                                                                        
.brand-headline {
    font-size: 2rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    margin: 0;
}
                                                                                        
.main-nav {
    display: none;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display: block;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}

/*carousel*/

.carousel-wrap{
        display: flex;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        
    }
    .carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: -3%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: .9rem;
    margin-top: -2%;
}
/*About*/

.about-title {
    font-size: 1.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: -.3%;
    margin-top: -4%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    margin-bottom: 1%;
    margin-top: .2%;
}
                                                                                        
.aboutext{
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: .8rem;
    margin-top: -1%;
    line-height: .95rem;
    width: 90%;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.3rem;
}
/*Photographs*/
 .title {
    text-align: center;
    font-size: 1.6rem;
    margin-top: -.5%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
   margin-left: 7%;
    
}
                                                                                        
.thumb-grid {
   
    
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:2%;
   
}
                                                                                        
.thumb-grid a img {
   
    width:13.5%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: -1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}
/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: -.7%;
    margin-bottom: -1%;
    
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: -1%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 25%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
   
}
                                                                                        
.gallery-stage img {
     
 
    height: auto;
    margin-top: 2%;
    max-width: 45%;
    margin-left:12%;
    margin-right: auto;
     margin-top: .5%;
      
  
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
  
   
    max-width: 100%;
    height: auto;
   
    margin-right: auto;
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -6%;
    margin-left:-3%;
    align-items: center;
    justify-content: center;
   
     } 
     .gallery-thumbs {
     
   display: flex;
   justify-content: center;
   align-items: center;
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    outline: none;
     margin-left:-11%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:55%;
    height: auto;
    margin-top: 75%;
   padding-right: 4px;
  margin-bottom: 12px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.gallery-single-horiz{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left:34%;
    margin-top:3%;
 
}
                                                                                        


                                                                                        


}

@media (min-width:740px) and (max-height:1180px) and (orientation: portrait){
    

/*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 95%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: 7%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-size: 1.4rem;
    margin-top: 2%;
    line-height: 1.5rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 16%;
    margin-bottom: -10%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:15%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 22%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2rem;
    text-align: center;
    margin-top: 9%;
    margin-bottom: .5%;
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
   
}
                                                                                        
.gallery-stage img {
     margin-left: 20%;
 
    height: auto;
    margin-top: 2%;
    max-width: 90%;
    margin-left: 3%;
    margin-right: auto;
      align-items: center;
    justify-items: center;
     margin-bottom: rem;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-items: center;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
       margin-left: auto;
    margin-right: auto;
     height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
   

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: -1%;
     margin-top: 10%;
    margin-right: auto;
    align-items: center;
  
    }
                                                                                        
.gallery-thumbs img {
    max-width:80%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}  
.gallery-single-horiz{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:100%;
    height: auto;
    
    margin-left: 7%;
   
 
}
.statement_title{
    margin-top: 6%;
    margin-bottom: 5%;
}  
.statement_image{
    width: 60%;
}           
.statement_image img{
    margin-top: 10%;
    margin-bottom: 10%;
    width:100%;
}                                                                           

}




@media  (min-width=465px) and (orientation: landscape) {
    .carousel-wrap {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
  
      
}
                                                                                        
.carousel-track {
    position: relative;
  
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    width: 10%;
    height: auto;   
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
    width: 20%;
    align-items: center;
    position: relative
    
}
                                                                                        
.slide img {
    display: block;
    
    width: 10%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    margin-top: -2%;
}
    
}



@media (min-width:740px) and (max-height:1180px) and (orientation: portrait){
    

/*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1.2rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 95%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: 7%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-size: 1.4rem;
    margin-top: 2%;
    line-height: 1.5rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 16%;
    margin-bottom: -10%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:15%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 22%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2rem;
    text-align: center;
    margin-top: 9%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
   
}
                                                                                        
.gallery-stage img {
     margin-left: 20%;
 
    height: auto;
    margin-top: 6%;
    max-width: 100%;
    margin-left: -3%;
    margin-right: auto;
      align-items: center;
    justify-items: center;
     margin-bottom: rem;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-items: center;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
       margin-left: auto;
    margin-right: auto;
     height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
   

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 1%;
     margin-top: 10%;
    margin-right: auto;
    align-items: center;
  
    }
                                                                                        
.gallery-thumbs img {
    max-width:80%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}  
.statement_image{
    font-size: 1.3rem;
}
.statement_title{
    font-size: 2.5rem;
   margin-top: 6%;
  
}
.statement_back{
    margin-top: -2%;
    font-size: .5rem;
}
.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 20%;
      margin-left: 8%;

}
.resource td{
    padding:8px;
    margin-bottom: -2%;
    font-size: 1.4rem;

}
/*Books*/

.books_title{
    margin-top:5%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: 6.5%;
    max-width: 75%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: .9rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
    margin-top: 8%;
  
}

.cov_south{
  
    width:25%;
    margin-left: 5%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width: 120%;
    margin-left:-6%;
    margin-right: 20%;
    
   
}
.cov_short{
     width: 92%;
    margin-left:145%;
    margin-top: -125%;
     
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
    
}
.south{
    max-width:26%;
    height:auto;
    margin-left:8%;
  
    text-align:left;
     font-size: .9rem;

      
   }

   .stories{
     max-width: 26%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .9rem;

   }
.roofs{
    max-width: 27%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .9rem;
}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    font-size:.9rem;
    max-width: 90%;
}
}
@media (min-width:1100px) and (max-height:825px) and (orientation:landscape){
       /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
   
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 74%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -1%;
    margin-top: 1%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin-top: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: 16%;
    margin-right: auto;
    text-align:center;
    font-size: 1.2rem;
    margin-top: 2%;
    line-height: 1.5rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 6%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:5%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 13%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2%;
    margin-bottom: -.5%;
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: .5%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: flex;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage img {
     display: flex;
   
   
    align-items: center;
    justify-items: center;
    
 
    height: auto;
    margin-top: 2%;
    max-width: 60%;
    
    margin-right: auto;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   display: flex;
   justify-items: center;
   align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -1%;
    

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 4.2%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:66%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.statement_title{
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 2.5rem;
    margin-left: 10%;
}  
.statement_back{
    margin-top: -4%;
}
.statement_image{
    width: 80%;
}           
.statement_image img{
    margin-top: 1%;
    margin-bottom: 2%;
    width:60%;
}             
/*Books*/

.books_title{
    margin-top:5%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: .5%;
    max-width: 75%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: .9rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
    margin-top: 3%;
  
}

.cov_south{
  
    width:20%;
    margin-left: 9%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width: 80%;
    margin-left:28%;
    margin-right: 20%;
    margin-top: -20%;
   
}
.cov_short{
     width: 75%;
    margin-left:160%;
    margin-top: -95%;
      margin-right: 25%;
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
    
}
.south{
    max-width:26%;
    height:auto;
    margin-left:8%;
  
    text-align:left;
     font-size: .9rem;

      
   }

   .stories{
     max-width: 26%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .9rem;

   }
.roofs{
    max-width: 27%;
    height:auto;
    margin-left:12%;
   
    text-align: left;
    font-size: .9rem;
}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    font-size:.8rem;
    max-width: 90%;
}
}

@media  (min-height:1360px) and (max-width:1029) and (orientation: portrait) {
 /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 95%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: 7%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-size: 1.4rem;
    margin-top: 2%;
    line-height: 1.5rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 16%;
    margin-bottom: -10%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:15%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 22%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2rem;
    text-align: center;
    margin-top: 9%;
    margin-bottom: .5%;
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
   
}
                                                                                        
.gallery-stage img {
     margin-left: 20%;
 
    height: auto;
    margin-top: 2%;
    max-width: 90%;
    margin-left: 3%;
    margin-right: auto;
      align-items: center;
    justify-items: center;
     margin-bottom: rem;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-items: center;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
       margin-left: auto;
    margin-right: auto;
     height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
   

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: -1%;
     margin-top: 10%;
    margin-right: auto;
    align-items: center;
  
    }
                                                                                        
.gallery-thumbs img {
    max-width:80%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}  
.gallery-single-horiz{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:100%;
    height: auto;
    
    margin-left: 7%;
   
 
}
                                                                                        
.stage-image-horiz{
       display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
   
}
                                                                                        
.gallery-stage-horiz img {
    display: flex;
 
    height: auto;
    margin-top: 2%;
    max-width: 98%;
    margin-left: -2.5%;
    margin-right: auto;
      align-items: center;
    justify-items: center;
     margin-bottom: 1rem;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-horiz-grid{
    display: flex;
    flex-wrap: wrap;
   justify-items: center;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
       margin-left: auto;
    margin-right: auto;
     height: auto;
   
  } 
.gallery-thumbs-horiz .thumb {
   
   border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
   
     } 
     .gallery-thumbs-horiz {
   
   border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left:-.2%;
     margin-top: 8%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs-horiz img {
    
   max-width:99%;
    height: auto;
    
    padding-right: 90px;
   
    height: auto;
    margin-top: 30%;
    margin-left:38%;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
  
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
    justify-items: center;
}

}



@media (min-width:1400px) and (orientation: landscape){
         /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 100%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -1%;
    margin-top: 1%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1%;
}
/* About*/

                                                                          
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    justify-items: center;
    align-items: center;
   text-align: center;
    font-size: 1.2rem;
    margin-top: 1%;
    line-height: 1.5rem;
    margin-left: 28.5%;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 3%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid-wrap {
   
 width: 80%;
 text-align: center;
   
    margin-left:auto;
   margin-right: auto;
   margin-top:2%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 18%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    padding-right: 20px;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

                                                              

                                                                                        
.gal-title {
    font-size: 3rem;
    text-align: center;
    margin-top: 3%;
    margin-bottom: .5%;
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: flex;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage img {
     display: flex;
   
   
    align-items: center;
    justify-items: center;
    
 
    height: auto;
    margin-top: 2%;
    max-width: 80%;
    
    margin-left: auto;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   display: flex;
   justify-items: center;
   align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -1%;
    

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 17.6%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:66%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
/*.gallery-single-horiz{
   display:flex;
    
   justify-items: center;
   align-items: center;
    max-width:80%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image-horiz{
    display: flex;
    
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage-horiz img {
   display: flex;
   justify-items: center;
   align-items: center;
   margin-left: 18%;
 
    height: auto;
    margin-top: -4%;
    max-width: 70%;
   
    margin-right: auto;
      align-items: center;
    justify-items: center;
    margin-bottom: 4%;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-horiz-grid{
    max-width: 80%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
   
  } 
.gallery-thumbs-horiz .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -10%;
    
    align-items: center;
    justify-content: center;
   
     } 
     .gallery-thumbs-horiz {
   
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 11%;
    margin-right: auto;
    align-items: center;
    margin-top: -4%;
    }
                                                                                        
.gallery-thumbs-horiz img {
   display: flex;
  align-items: center;
  justify-items: center;
    max-width:100%;
    height: auto;
    margin-top: 68%;
   padding-right: 150px;
   margin-left: 14%;
    
   
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;

}*/
.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 20%;
      margin-left: 18%;

}
.resource td{
    padding:8px;
    margin-bottom: -2%;
    font-size: 1.4rem;

}

}

@media (min-width:1100px) and (orientation:landscape){
       /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
   
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 74%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -1%;
    margin-top: 1%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin-top: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: 16%;
    margin-right: auto;
    text-align:center;
    font-size: 1.2rem;
    margin-top: 2%;
    line-height: 1.5rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 6%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:5%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 13%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2%;
    margin-bottom: -.5%;
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: .5%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 8%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: flex;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
   
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage img {
     display: flex;
   
   
    align-items: center;
    justify-items: center;
    
 
    height: auto;
    margin-top: 2%;
    max-width: 70%;
    
    margin-right: auto;
      align-items: center;
    justify-items: center;
  
   
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display:inline;
    flex-wrap: wrap;
   justify-content: space-evenly;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: -6%;
    margin-right: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   display: flex;
   justify-items: center;
   align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -1%;
    

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left:-1.5%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:66%;
    height: auto; 
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}

.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 9%;
      margin-left: 12%;

}
.resource td{
    padding:8px;
    margin-bottom: -2%;
    font-size: 1.2rem;

}
}

@media  (min-height:1300px) and (orientation: portrait) {
    /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 95%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: 7%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 1%;
    margin-top: 1.3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-size: 1.4rem;
    margin-top: 2%;
    line-height: 1.6rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 16%;
    margin-bottom: -10%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
   
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:10%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 22%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 9%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.8rem;
    font-style: italic;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
   
}
                                                                                        
.gallery-stage img {
     margin-left: 20%;
 
    height: auto;
    margin-top: 2%;
    max-width: 100%;
    margin-left:-2%;
    margin-right: auto;
      align-items: center;
    justify-items: center;
     margin-bottom: rem;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-items: center;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
       margin-left: auto;
    margin-right: auto;
     height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
   

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: -1%;
     margin-top: 10%;
    margin-right: auto;
    align-items: center;
  
    }
                                                                                        
.gallery-thumbs img {
    max-width:80%;
    height: auto;
    margin-top: 40%;
   padding-right: 25px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}  
.statement_title{
    margin-top: 5%;
    font-size: 2.5rem;
}
.statement_back{
    margin-top: -3%;
}
.statement_image img{
    width:80%;
    margin-top: 5%;
    margin-bottom: 10%;
}
.statement_image{
    font-size: 1rem;
    width: 60%;
   
}

.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 20%;
      margin-left: 8%;

}
.resource td{
    padding:8px;
    margin-bottom: -2%;
    font-size: 1.4rem;

}
/*Books*/

.books_title{
    margin-top:5%;
    font-size: 2.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: 6.5%;
    max-width: 75%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: 1.3rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
    margin-top: 8%;
    margin-left: .5%;
  
}

.cov_south{
  
    width:28%;
    margin-left: 5%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width:110%;
    margin-left:-1%;
    margin-right: 20%;
    
   
}
.cov_short{
     width:110%;
    margin-left:125%;
    margin-top: -145%;
     
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
     margin-left: .5%;
    
}
.south{
    max-width:26%;
    height:auto;
    margin-left:5%;
  
    text-align:left;
     font-size: 1rem;

      
   }

   .stories{
     max-width: 26%;
    height:auto;
    margin-left:10%;
   
    text-align: left;
    font-size: 1rem;

   }
.roofs{
    max-width: 27%;
    height:auto;
    margin-left:6%;
   
    text-align: left;
    font-size:1rem;
}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    font-size:1.3rem;
    max-width: 90%;
}

}



@media (max-width:1370px) and (min-height:900px) and (orientation: landscape) {
       /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}                                                                                           
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 85%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -1%;
    margin-top: 1%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: 16%;
    margin-right: auto;
    text-align:center;
    font-size: 1.3rem;
    margin-top: 2%;
    line-height: 1.6rem;
    margin-left: 25%;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 6%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:5%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 13%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 3%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.4rem;
    font-style: italic;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 5%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: flex;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage img {
     display: flex;
   
   
    align-items: center;
    justify-items: center;
    
 
    height: auto;
    margin-top: -1%;
    max-width: 80%;
    
    margin-left: auto;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   display: flex;
   justify-items: center;
   align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -1%;
    

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 6.9%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:66%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.statement_title{
    width: 100%;
    margin-top: 5%;
    font-size: 2.5rem;
   text-align: center;
   margin-left: -20%;
  
}
.statement_back{
    margin-top: -2%;
    margin-left:33%;
}
.statement_image{
    width:60%;
      margin-left:38%;
}

.statement_image img{
    width: 60%;
    margin-bottom: 10%;
}

.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 10%;
      margin-left: 12%;

}
.resource td{
    padding:8px;
    margin-bottom: -2%;
    font-size: 1.4rem;

}
/*Books*/

.books_title{
    margin-top:5%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: .5%;
    max-width: 75%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: .9rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
    margin-top: 3%;
    margin-left: -25%;
  
}

.cov_south{
  
    width:25%;
    margin-left: 31%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width: 100%;
    margin-left:15%;
    margin-right: 20%;
    margin-top: -20%;
   
}
.cov_short{
     width: 90%;
    margin-left:150%;
    margin-top: -125%;
      margin-right: 25%;
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
    
}
.south{
    max-width:26%;
    height:auto;
    margin-left:5%;
  
    text-align:left;
     font-size: .9rem;

      
   }

   .stories{
     max-width: 23%;
    height:auto;
    margin-left:8%;
    margin-top: -1.3%;
    text-align: left;
    font-size: .9rem;

   }
.roofs{
    max-width: 27%;
    height:auto;
    margin-left:8%;
   
    text-align: left;
    font-size: .9rem;
}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    font-size:.8rem;
    max-width: 90%;
}}




@media (min-width:1375px) and (max-width:1899px)and(orientation: landscape) {
      /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 85%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -1%;
    margin-top: 1%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: 16%;
    margin-right: auto;
    text-align:center;
    font-size: 1.2rem;
    margin-top: 2%;
    line-height: 1.5rem;
    margin-left:  15%;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 6%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:5%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 13%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 3%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.8rem;
    font-style: italic;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 5%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: flex;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage img {
     display: flex;
   
   
    align-items: center;
    justify-items: center;
    
 
    height: auto;
    margin-top: 2%;
    max-width: 80%;
    
    margin-left: auto;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   display: flex;
   justify-items: center;
   align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -1%;
    

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 6.6%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:66%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.gallery-single-horiz{
   display:flex;
    
   justify-items: center;
   align-items: center;
    max-width:80%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image-horiz{
    display: flex;
    
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
    margin-top: 10%;
}
                                                                                        
.gallery-stage-horiz img {
   display: flex;
   justify-items: center;
   align-items: center;
   margin-left: 4%;
 
    height: auto;
    margin-top: -4%;
    max-width: 100%;
   
    margin-right: auto;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-horiz-grid{
    max-width: 80%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
   
  } 
.gallery-thumbs-horiz .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -10%;

    align-items: center;
    justify-content: center;
   
     } 
     .gallery-thumbs-horiz {
   
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: 11%;
    margin-right: auto;
    align-items: center;
    margin-top: -4%;
    }
                                                                                        
.gallery-thumbs-horiz img {
   display: flex;
  align-items: center;
  justify-items: center;
    max-width:90%;
    height: auto;
    margin-top: 85%;
   padding-right: 90px;
   margin-left: 49%;
    
   
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;

}
}


@media  (min-height:1360px) and (max-width:1029) and (orientation: portrait) {
 /*Index*/
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 95%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1%;
    margin-top: 7%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -2%;
}
/* About*/
                                                                                        
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
    display:flex;
    max-width: 75%;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-size: 1.4rem;
    margin-top: 2%;
    line-height: 1.5rem;
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 16%;
    margin-bottom: -10%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 95%;
    row-gap: 0rem;
   column-gap: 0rem;
    
}
                                                                                        
.thumb-grid {
   
  
   
    margin-left: 7%;
   margin-right: auto;
   margin-top:15%;
   
}
                                                                                        
.thumb-grid a img {
   
    width: 22%;
    height: auto;
    object-fit: cover;
  
    transition: transform 220ms ease, box-shadow 220ms;
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2rem;
    text-align: center;
    margin-top: 9%;
    margin-bottom: .5%;
}
                                                                                        
.statremnt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: 2%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
    flex: 1;
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
   
}
                                                                                        
.gallery-stage img {
     margin-left: 20%;
 
    height: auto;
    margin-top: 2%;
    max-width: 90%;
    margin-left: 3%;
    margin-right: auto;
      align-items: center;
    justify-items: center;
     margin-bottom: rem;
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-items: center;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
       margin-left: auto;
    margin-right: auto;
     height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
   

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left: -1%;
     margin-top: 10%;
    margin-right: auto;
    align-items: center;
  
    }
                                                                                        
.gallery-thumbs img {
    max-width:80%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}  

.resources {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 20%;
      margin-left: 8%;

}
.resource td{
    padding:8px;
    margin-bottom: -2%;
    font-size:1.4rem;

}


}
@media (min-width:1700px)  and  (orientation: landscape) {
          /*Index*/
       
/* About*/

                                                                          
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
  
   
   text-align: center;
    font-size: 1.2rem;
    margin-top: 1%;
    margin-left:28%;
   
    

  
    width: 45%;
 
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}

/*Galleries*/
.gal_header {
    text-align: center;
    line-height: 2rem;
}                                                                                 

                                                                                        
.gal-title {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 3%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.4rem;
    font-style: italic;
    text-align: center;
    margin-top: .5%;
    margin-bottom: 3%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 5%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: flex;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
}
                                                                                        
.gallery-stage img {
     display: flex;
   
   
    align-items: center;
    justify-items: center;
    
 
    height: auto;
    margin-top: -1%;
    max-width: 80%;
    
    margin-left: auto;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
   
    
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   display: flex;
   justify-items: center;
   align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: -1%;
    

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-left:18%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:66%;
    height: auto;
    margin-top: 40%;
   padding-right: 10px;
 
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.statement_title h1{
    margin-top: 3%;
    font-size: 2.5rem;
   }
   .statement_back{
    margin-top: 2%;
    font-size: 1rem;
   }
   .statement_image img{
    width: 60%;
    margin-bottom: 5%;
    margin-top: 5%;
   }
   .statement_image{
    font-size: 1rem;
    width: 40%;
    line-height: 1.4rem;
    
   }
.resource {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    text-align: center;
      width: 80%;
      font-size: 1.3rem;
      text-decoration: none;
      margin-top: 6%;
      margin-left: 20%;

}
.resource td{
    padding:20px;
    margin-bottom: .5rem;
    
   
}
/*Books*/

.books_title{
    margin-top:5%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: .5%;
    max-width: 75%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
 
    font-size: 1.2rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
    margin-top: 3%;
    margin-left: -25%;
  
}

.cov_south{
  
    width:20%;
    margin-left: 25%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width: 90%;
    margin-left:36%;
    margin-right: 20%;
    margin-top: -20%;
   
}
.cov_short{
     width: 80%;
    margin-left:170%;
    margin-top: -115%;
      margin-right: 6%;
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
    
}
.south{
    max-width:24%;
    height:auto;
    margin-left:5%;
  
    text-align:left;
       font-size: 1.1rem;

      
   }

   .stories{
     max-width: 20%;
    height:auto;
    margin-left:10%;
    margin-top: -1.3%;
    text-align: left;
    font-size: 1.1rem;


   }
.roofs{
    max-width: 22%;
    height:auto;
    margin-left:10%;
   
    text-align: left;
     font-size: 1.1rem;

}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    font-size:.8rem;
    max-width: 90%;
}}




@media  (min-width:1900px) and (orientation: landscape){
    site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    background: linear-gradient( rgba255, 255, 255, 0.9);
    backdrop-filter: saturate(120%) blur(4px);
    z-index: 50
}
                                                                                        
.header-left {
    flex: 0 0 auto;
    min-width: 8rem;
    text-align: center;
    margin-left: 7%;
    margin-top: 5%;
}
                                                                                        
.brand-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    color: #7a7a7a;
    
}
                                                                                        
.main-nav {
    display: block;
    gap: 1rem;
    align-items: center;
    margin-right: 2%;
    margin-top: 5%;
}
                                                                                        
.main-nav a {
    color: #7a7a7a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    padding: 0.35rem 0.2rem;
    margin-top: 3%;
    text-align: left;
}
                                                                                        
.main-nav a:hover {
    color: hotpink;
    background-color: aliceblue;
}
/* Mobile menu toggle */
                                                                                        
.menu-toggle {
    display:none;
    background: transparent;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}
/* Carousel */
                                                                                        
.carousel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    width: 100%;

}
                                                                                        
.carousel {
    position: relative;
    max-width: 1500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: -1%;
    margin-top: 5%;
}
                                                                                        
                                                                                        
.slide {
    flex: 0 0 100%;
    display: flex;
  
    align-items: center;
    position: relative
}
                                                                                        
.slide img {
    display: block;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 400ms ease
}
                                                                                        
.slide img:hover {
    transform: scale(1.02)
}
/* Fade layer for smooth transitions */
                                                                                        
.carousel.fade .slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 600ms ease
}
                                                                                        
.carousel.fade .slide.active {
    opacity: 1;
    position: relative
}
.address {
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1%;
}
/* About*/

                                                                          
.about-title {
    font-size: 2.5rem;
    margin-top: 1.5%;
    text-align: center;
    margin-bottom: .3%;
}
                                                                                        
.about-img img {
    display: flex;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 1%;
    margin-top: .3%;
}
                                                                                        
.aboutext{
  
   
   text-align: center;
    font-size: 1.2rem;
    margin-top: 1%;
    margin-left: 37%;
   
    

  
    width: 45%;
 
}
                                                                                        
.myself {
    font-size: 2rem;
    line-height: 1.4rem;
}
/*Photographs*/
                                                                               

 .title {
    text-align: center;
    font-size: 2rem;
    margin-top: 3%;
    margin-bottom: -4%;
}
                                                                                        
.thumb-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: 80%;
    row-gap: 0rem;
   column-gap: 0rem;
   margin-top: 10%;
    
}
                                                                                        
/*.thumb-grid-wrap {
   
 width: 80%;
 text-align: center;
   
    margin-left:auto;
   margin-right: auto;
   margin-top:2%;
   
}*/
                                                                                        
.thumb-grid a img {
   
    width: 10%;
    height: auto;
  
   
  
  
     margin-left: auto;
   margin-right: auto;
    margin-top: 1%;
    padding-right: 20px;
    
  
}
                                                                                        
.thumb-grid a img:hover {
    transform: translateY(-6px);
  
}
                                                              

                                                                                        
.gal-title {
    font-size: 3rem;
    text-align: center;
    margin-top: 3%;
    margin-bottom: .5%;
}
                                                                                        
.statement {
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
    margin-top: .5%;
    margin-bottom: 3%;
}
.gallery-single{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
   justify-items: center;
   align-items: center;
    max-width:90%;
    height: auto;
    justify-content: space-evenly;
    margin-left: 7%;
 
}
                                                                                        


                                                                                        
.stage-image{
    display: block;
   
   
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
}
                                                                                        
.gallery-stage img {
     display:block;
   
   
    align-items: center;
    justify-items: center;
    margin-bottom: 5%;
 
    height: auto;
    margin-top: -9%;
    max-width: 100%;
    
    margin-left: 42%;
      align-items: center;
    justify-items: center;
  
    margin-right: auto;
    transition: opacity 360ms ease;
}
                                                                                        
.gallery-thumb-grid{
    display: flex;
    flex-wrap: wrap;
   
    max-width: 100%;
    height: auto;
    
  
    margin-left: auto;
    margin-right: auto;
   
   
    height: auto;
   
  } 
.gallery-thumbs .thumb {
   
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
    margin-top: 55%;
   

   
   
     } 
     .gallery-thumbs {
    
    
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    outline: none;
     margin-left:-34.3%;
    margin-right: auto;
    align-items: center;
    }
                                                                                        
.gallery-thumbs img {
    max-width:100%;
    height: auto;
    margin-top: -12%;
   padding-right: 50px;
    margin-left:auto;
    margin-right: auto;
     transition: transform 180ms, box-shadow 180ms,;
    align-items: center;
}
.statement_title h1{
    margin-top: 3%;
    font-size: 2.5rem;
    margin-left: 41%;
   }
   .statement_back{
    margin-top: 2%;
    font-size: 1rem;
    margin-left: 47%;
   }
   .statement_image img{
    width: 60%;
    margin-bottom: 5%;
    margin-top: 5%;
    
   }
   .statement_image{
    font-size: 1rem;
    width: 40%;
    line-height: 1.4rem;
    text-align: center;
    
   }

*/
/*resources*/
.table_link{
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-items: center;
margin-left: auto;
margin-right: auto;
}
.resource td{
   font-size: 1.3rem;
   padding-right: 100px;
   padding-left: 50px;
   
}



/*Books*/

.books_title{
    margin-top:5%;
    font-size: 1.5rem;
    text-align:center;
}
.bookstext p{
    margin-top: .5%;
    max-width: 55%;
    text-align:center ;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5rem;
    font-size: 1.2rem;
}
.covers{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-items:first baseline;
    max-width: 95%;
    height: fit-content;
    margin-top: 3%;
    margin-left:20%;
  
}

.cov_south{
  
    width:15%;
    margin-left:5%;
    margin-top: 1%;
 
}
.cov_roof{
    
     width: 100%;
    margin-left:35%;
    margin-right: 20%;
    margin-top: -20%;
   
}
.cov_short{
     width: 90%;
    margin-left:192%;
    margin-top: -130%;
      margin-right: 5%;
}
.descriptions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-width: 95%;
    height: auto;
    text-align: center;
     margin-top: .5%;
       margin-left:20%;
    
}
.south{
    max-width:15%;
    height:auto;
    margin-left:5%;
  
    text-align:left;
       font-size: 1.1rem;

      
   }

   .stories{
     max-width: 13%;
    height:auto;
    margin-left:8.5%;
    margin-top: -1.3%;
    text-align: left;
    font-size: 1.1rem;


   }
.roofs{
    max-width: 15%;
    height:auto;
    margin-left:10.3%;
   
    text-align: left;
     font-size: 1.1rem;

}
p.order{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    font-size:1.2rem;
    max-width: 90%;
}}