html {
    box-sizing: border-box;
    font-size: 18px;
  }

  *, *:before, *:after {
    box-sizing:border-box;
  }

  body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  ol, ul {
    list-style: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  /* ----css starts here----- */

body {

    font-family: 'Quicksand', sans-serif;
    align-content: center;
    }
h1{
    font-size: 42px;
}

.wrapper{
    width: 100%;
    }

.header{
    display: flex;
    justify-content: space-between;
    padding: 20px 5% 20px 5%;
    }

.container{
padding: 20px 5% 20px 5%;
    }

.line{
        border-bottom: thin;
        border-bottom-style:solid;
        border-bottom-color: black;
        margin-top: 15%;
    }

a {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    background-color: inherit;
    color: blue;
    text-decoration: none;
    }

p {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    background-color: inherit;
    color: black;
    }

.caption {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    background-color: inherit;
    color: black;
    height: 50px;
    width: 100%x;
    }

.swipe {
    color: deeppink;
    }

.story {
    background-color: inherit;
    color: black;
    margin-bottom: 3%;
    margin-top: 3%;
    }

img{
    width: 100%;
    padding-top: 2%;
}

   /*-- slides   --*/  
    
    
img {display:block;
    
}
.slide-container {
    grid-column: 1/ span 4;
    display:flex;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
}

.image-ctn{
    scroll-snap-align: center;
    align-self: center;
    margin-left:auto;
    margin-right: auto;
    padding-bottom: 3rem;
    padding-top: 1rem;
}
    
.slide{
    text-align: center;
    min-width: 100vw;
    height: auto;
    display: flex;
    }

.footer{
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 16px;
    }





