* {
    margin: 0 auto;
    padding: 0;
}
body {
    font-family: Verdana, sans-serif;
    background-color:darkturquoise;
}

nav {
    margin: 0 auto;
    padding: 24px;
    font-family: Georgia, serif;
    font-size: 100%;
    text-align: center;
}
.banner{
    width:100%;
    height:100vh;
    background-image:linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(Airedalescouts.jpg);
    background-size: cover;
    background-position: center; 
}

.content{
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color:white;
}
.content h1{
    font-size: 70px;
    margin-top: 80px;
}
.content p {
    margin: 10px auto;
    font-size: 25px;
    font-weight: 1000;
    line-height: 20px;
}

main{
    margin-left: 20px;
    margin-right: 20px
}

h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color:maroon;
    text-align: center
}
h1 {
    display: block;
    color: aquamarine;
    font-family: Georgia, serif;
    color:floralwhite;
    text-align: center;
}
h2 {
    border-top: solid 2px #4E0102;
    padding-top: 1em;
}

p{
    font-family: "Hind"
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
  
}

li {
    background-color: lightskyblue;
    padding: 23px;
    margin: 0 auto;
    width: 100%;
    display: inline;
    list-style-type: none;
    text-align: center;
}
a {
    color: blueviolet;
    text-decoration: none;
    // padding: 15px;
      
}

.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: white;
}
a:link, a:visited,a:active{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    background-color:blanchedalmond;
}
#content{
    width: 80%;
    background-color: white;
    margin: 20px auto;
    padding: 2em 2em;
}
.firstWord
{
    text-transform: uppercase;
}
#firstStory 
{
    color: #17037A;
    
}


.btn--downLoad{
    padding: 16px;32px;
    font-size: 16px;
    position: 27px;
    left: 50%;
    z-index:  100;
    box-shadow: 0 6px 23px rgba(0,0,0,0.45);
    
    
}


img{ 
    display: block;
    margin: auto;
    
    
    
}

.container{
    padding: 2rem;
}


.slider-wrapper{
    
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
}

.slider{
    
    display:flex;
    overflow-x: auto;
    aspect-ratio: 16/9;
 scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0,0%,0%,0.25);
    border-radius: 0.5rem;
}

.slider img{
    
    flex: 1 0 100%;
    object-fit: cover;
    
}

.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: white;
    opacity: 0.75;
    transition: opacity ease 250ms;
    
}

.slider-nav a:hover {
    opacity: 1;

}

#skip-links {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}

#skip-links a:focus{
position: static;
width: auto;
height: auto;
}





