*{
    box-sizing: border-box; 
} 


body {
            margin:0;
            padding:0;
        font-family: 'Poppins', sans-serif;
    color:#0e0f0c;
        }
        a, a:hover, a:visited {
            color:#953821;
            font-weight:300; 
            text-decoration: none;
        }
p{
            line-height:1.3;
            font-size:0.95rem;
            font-weight:300;
        }
        #map {
            top:0;
            height: 100vh;
            width:100vw;
            position: fixed;
        }
        #mapInset {
            bottom:50px;
            right:30px;
            height: 180px;
            width:250px;
            max-width:100%;
            position: fixed;
            z-index: 1;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            pointer-events: none;
        }
        #header {
            margin: auto;
            padding:3rem 0 3rem 0;
            width: 100%;
            position: relative;
            min-height: 320px;
          
            background-image:url("civilwar-background.jpg");
             background-repeat: repeat-x;
            background-color: #e1e1dd; 
  background-size: cover;
            z-index: 5;
        }
        #header h1, #header h2{
            margin: 0;
            padding: 0;
            margin-left:3rem;
              text-align: left;
             font-family: "EB Garamond", serif;
           

            color:#dadbd6;
            font-style: normal;
        }
#header h1{
     font-family: "nexa-rust-sans-black-2", sans-serif;
font-weight: 900;
      color:#dadbd6;
    font-size: 3rem;
    
}
#header h2{
  /*font-family: "Futura PT", sans-serif;*/
            font-weight:400;
    font-size: 2rem;
    
}

#footer {
            width: 100%;
            min-height: 5vh;
            padding: 2vh 2vw;
            text-align: center;
            line-height: 25px;
            font-size: 13px;
            position: relative;
            z-index: 5;
     background-image: url("background.jpg");
        }
        #features {
           
            padding-bottom: 15vh;
        }
        .hidden {
            visibility: hidden;
        }
        .centered {
            width: 100vw;
            margin: 0 auto;
        }
        .lefty {
            width: 40vw;
            margin-left: 0;
        }
        .righty {
            width: 40vw;
            margin-left: 60vw;
        }
        .fully {
            width: 100%;
            margin: auto;
        }
        .light {
            color:#0e0f0c;
            /*background-color: #fafafa;*/
            
        }
        .dark {
            color: #fafafa;
            background-color: #444;
        }


        h3.eventDate{
            /*date*/
            display:inline-block;
            
            font-weight:400;
            font-size:1.3rem;
             font-family: "EB Garamond", serif;
            margin:0;
            padding:1rem 5rem 0.8rem 2.5rem;
            
            /*border-bottom:1px #eae4dd solid;*/
             /*border-right:1px #eae4dd solid;*/
            /*border-top:1px #eae4dd solid;*/
            background-image:url("date-back.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-attachment: left bottom;
        }
h4.eventTitle{
    /*title*/
    font-family: "EB Garamond", serif;
    font-size:1.5rem;
    line-height:1.3;
    font-weight:600;
    margin:1.25rem 2.5rem;
    padding:0;
}
        
     .step {
            padding-bottom: 70vh;
            /*increased frfo 50vh*/
            /* margin-bottom: 10vh; */
            opacity: 0.25;
            
            /*width:40vw;*/
            /*background-image: linear-gradient(360deg, #e8eadf, white);*/
            
        }
    
        .step.active {
            opacity: 0.99;
        }
.lefty > div, .righty > div{
     border:1px solid #bfc2b9;
}
centred > div{
    border-bottom:1px solid #bfc2b9;
}

        .step div {
            padding: 2.5rem 0;
            line-height: 25px;
            font-size: 13px;
            box-shadow:20px 20px 50px grey;
       
            /* background-image: linear-gradient(to bottom, #fffefd, floralwhite);*/
            background-image: url("background.jpg");
            background-size:contain;
            background-repeat:repeat-y;
             background-color:#e5e5e3;
        }
blockquote{
    margin-top:0;
    margin-right:0;
    font-size:1rem;
    margin-bottom:1.1rem;
}
  
.step p{
    padding:0 0 1rem 0;
    margin:0;
    line-height:1.3;
            font-size:0.95rem;
            font-weight:300;
}
.step p.storyP{
    margin:1.5rem 2.5rem 0 2.5rem;
} 
.step .intro-para{
            font-size:1rem;
        }
   
a.findOutMore::before{
    content:"Find out more >> ";
}
        

        .step figure{
            width: 100%;
            margin:0;
            padding:0 0 0.25rem 0;
            background-color:#edede7;/*#eae4ddad;*/
          border-bottom:#eae4dd 1px solid;
        /* border-top:#817970  1px solid;*/
        }

        figure img {
            width:100%;
            max-height:100vh;
            object-fit:contain;
            background-color:#817970; 
           /* border-bottom:#817970 1px solid; */
        }

.step figcaption{
    font-size:0.75rem;
    font-weight:300;
    line-height: 1.3;
    width:100%;
    padding:0.25rem 2.5rem;
}

        @media (max-width: 750px) {
            .centered, .lefty, .righty, .fully {
                width: 90vw;
                margin: 0 auto;
            }
            #header {
            margin: auto;
            padding:2rem 0 2rem 0;
           
           
            min-height: 250px;
          
             background-repeat: repeat-x;
         
  background-size: cover;
            
        }
        #header h1, #header h2{
            margin: 0;
            padding-left:1rem; 
            padding-right: 1rem;
          
              text-align: left;
             font-family: "EB Garamond", serif;
           

            color:#dadbd6;
            font-style: normal;
        }
#header h1{
     font-family: "nexa-rust-sans-black-2", sans-serif;
    line-height: 1;
font-weight: 900;
      color:#dadbd6;
    font-size: 2rem;
    
}
#header h2{
  /*font-family: "Futura PT", sans-serif;*/
            font-weight:400;
    font-size: 1.5rem;
    
}
        }

        /* Fix issue on mobile browser where scroll breaks  */
        .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
        .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
            touch-action: unset;
        }
