
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


 .bg img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}


.flex-container{
 display: flex;
 background-color: white;
 height: 50px;
 position: sticky;
 top: 0px;
 
 }

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 39px;
  margin-left: 50px;
 }


a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: none;
 }

h2{
 font-size: 30px;
 text-align: justify;
 text-justify: inter-world;
 padding: 5px 5px 5px 5px;
 width: 75%;
}

.date p{
 font-size: 15px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  background-color: none;
  width: 100%;
  }

.grid-container > div {
  background-color: none;
  color: #000;
  padding: 10px;
  text-align: center;
  width: 90%;
  height: auto;
  }


pre{
 font-size: 15px;
 margin: auto;
 text-align: left;
 font-family: system-ui;
}

.date {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.title {
  margin: auto;
  background-color: white;
  }


.timetitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}

.story1 {
  margin: auto;
   background-color: #f1f1f1;
  }

.story2 {
 margin: auto;
 background-color: #f1f1f1;
}

.story3 {
 margin: auto;
 background-color: #f1f1f1;
}

.story4 {
 margin: auto;
 background-color: #f1f1f1;
}

.story5 {
 margin: auto;
 background-color: #f1f1f1;
}

.story6 {
 margin: auto;
 background-color: #f1f1f1;
}

.story7 {
 margin: auto;
 background-color: #f1f1f1;
}

.story8 {
 margin: auto;
 background-color: #f1f1f1;
}

.photo {
 margin: auto;
 background-color: #f1f1f1;
 }

#img2 {
 display: block;
 margin: auto;
 padding-top: 15px;
 padding-bottom: 15px;
}

.photo p1 {
 font-size: 18px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 40%;
}

.photo p2 {
 display: block;
 margin: auto;
 font-size: 18px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
 }

.giftdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.giftdate p {
 font-size: 15px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.gift p3{
 display: block;
 margin: auto;
 font-size: 18px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;

}

.gift2 {
 margin: auto;
 background-color: white;
}

.gift2 p3{
 display: block;
 margin: auto;
 font-size: 18px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.parahdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.parahdate p {
 font-size: 15px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.container video {
 display: block;
 margin: auto;
 width: 80%;
 height: auto;
}


.paraghtitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.paragh1 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh1 p3{
 display: block;
 margin: auto;
 font-size: 18px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.paragh2 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh2 p3{
 display: block;
 margin: auto;
 font-size: 18px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}


.privacy {
 font-style: italic;
 margin: auto;
 background-color: white;
 border-top: solid gray;
}


 .privacy p {
 text-align: center;
 font-size: 18px;
 font-style: italic;
 padding: 10px 0px;  
}
}



@media only screen and (min-width: 540px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}

 .bg img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.flex-container{
 display: flex;
 background-color: white;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 39px;
  margin-left: 50px;
 }


a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: none;
 }


h2{
 font-size: 33px;
 text-align: justify;
 text-justify: inter-world;
 padding: 5px 5px 5px 5px;
 width: 75%;
}

.date p{
 font-size: 20px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  background-color: none;
  width: 100%;
  }

.grid-container > div {
  background-color: none;
  color: #000;
  padding: 10px;
  text-align: center;
  width: 90%;
  height: auto;
  }

pre{
 font-size: 20px;
 margin: auto;
 text-align: left;
 font-family: system-ui;
}

.date {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.title {
  margin: auto;
  background-color: white;
  }

.timetitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.story1 {
  margin: auto;
   background-color: #f1f1f1;
  }

.story2 {
 margin: auto;
 background-color: #f1f1f1;
}

.story3 {
 margin: auto;
 background-color: #f1f1f1;
}

.story4 {
 margin: auto;
 background-color: #f1f1f1;
}

.story5 {
 margin: auto;
 background-color: #f1f1f1;
}

.story6 {
 margin: auto;
 background-color: #f1f1f1;
}

.story7 {
 margin: auto;
 background-color: #f1f1f1;
}

.story8 {
 margin: auto;
 background-color: #f1f1f1;
}

.photo {
 margin: auto;
 background-color: #f1f1f1;
}

#img2 {
 display: block;
 margin: auto;
 padding-top: 15px;
 padding-bottom: 15px;
}

.photo p1 {
 font-size: 23px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 40%;
}

.photo p2 {
 display: block;
 margin: auto;
 font-size: 23px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.giftdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.giftdate p {
 font-size: 18px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.gift {
 margin: auto;
 background-color: none;
}


.gift p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;

}

.gift2 {
 margin: auto;
 background-color: white;
}

.gift2 p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.parahdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.parahdate p {
 font-size: 18px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.container video {
 display: block;
 margin: auto;
 width: 60%;
 height: auto;
}

.paraghtitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.paragh1 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh1 p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.paragh2 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh2 p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.privacy {
 font-size: 15px;
 font-style: italic;
 margin: auto;
 background-color: white;
 border-top: solid gray;
}
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}


 .bg img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.flex-container{
 display: flex;
 background-color: white;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 39px;
  margin-left: 50px;
 }


a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: none;
 }


h2{
 font-size: 33px;
 text-align: justify;
 text-justify: inter-world;
 padding: 5px 5px 5px 5px;
 width: 75%;
}

.date p{
 font-size: 20px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  background-color: none;
  width: 100%;
  }

.grid-container > div {
  background-color: none;
  color: #000;
  padding: 10px;
  
  text-align: center;
  width: 90%;
  height: auto;
  }

pre{
 font-size: 20px;
 margin: auto;
 text-align: left;
 font-family: system-ui;
}

.date {
 margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.title {
  margin: auto;
  background-color: white;
}


.timetitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.story1 {
  margin: auto;
   background-color: #f1f1f1;
  }

.story2 {
 margin: auto;
 background-color: #f1f1f1;
}

.story3 {
 margin: auto;
 background-color: #f1f1f1;
}

.story4 {
 margin: auto;
 background-color: #f1f1f1;
}

.story5 {
 margin: auto;
 background-color: #f1f1f1;
}

.story6 {
 margin: auto;
 background-color: #f1f1f1;
}

.story7 {
 margin: auto;
 background-color: #f1f1f1;
}

.story8 {
 margin: auto;
 background-color: #f1f1f1;
}

.photo {
 margin: auto;
 background-color: #f1f1f1;
}

#img2 {
 display: block;
 margin: auto;
 padding-top: 15px;
 padding-bottom: 15px;
}

.photo p1 {
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 40%;
}

.photo p2 {
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
}

.giftdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.giftdate p {
 font-size: 18px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.gift {
 margin: auto;
 background-color: none;
}


.gift p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;

}

.gift2 {
 margin: auto;
 background-color: white;
}

.gift2 p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}


.parahdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.parahdate p {
 font-size: 18px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.container video {
 width: 50%;
 height: auto;
}


.paraghtitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.paragh1 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh1 p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.paragh2 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh2 p3{
 display: block;
 margin: auto;
 font-size: 21px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}


.privacy {
 font-size: 15px;
 font-style: italic;
 margin: auto;
 background-color: white;
 border-top: solid gray;
}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.bg img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.flex-container{
 display: flex;
 background-color: white;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 39px;
  margin-left: 50px;
 }

a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: none;
 }


h2{
 font-size: 35px;
 text-align: justify;
 text-justify: inter-world;
 padding: 5px 5px 5px 5px;
 width: 75%;
}

.date p{
 font-size: 23px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  background-color: none;
  width: 100%;
  }

.grid-container > div {
  background-color: none;
  color: #000;
  padding: 10px;
  
  text-align: center;
  width: 90%;
  height: auto;
  }

pre{
 font-size: 25px;
 margin: auto;
 text-align: left;
 font-family: system-ui;
}

.date {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.title {
  margin: auto;
  background-color: white;
  }

.timetitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.story1 {
  margin: auto;
   background-color: #f1f1f1;
  }

.story2 {
 margin: auto;
 background-color: #f1f1f1;
}

.story3 {
 margin: auto;
 background-color: #f1f1f1;
}

.story4 {
 margin: auto;
 background-color: #f1f1f1;
}

.story5 {
 margin: auto;
 background-color: #f1f1f1;
}

.story6 {
 margin: auto;
 background-color: #f1f1f1;
}

.story7 {
 margin: auto;
 background-color: #f1f1f1;
}

.story8 {
 margin: auto;
 background-color: #f1f1f1;
}

.photo {
 margin: auto;
 background-color: #f1f1f1;
}

#img2 {
 display: block;
 margin: auto;
 padding-top: 15px;
 padding-bottom: 15px;
}

.photo p1 {
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 40%;
}

.photo p2 {
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.giftdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.giftdate p {
 font-size: 23px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.gift {
 margin: auto;
 background-color: none;
}


.gift p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;

}

.gift2 {
 margin: auto;
 background-color: white;
}

.gift2 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.parahdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.parahdate p {
 font-size: 23px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}


.container video {
 width: 40%;
 height: auto;
}

.paraghtitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.paragh1 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh1 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.paragh2 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh2 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.privacy {
 font-size: 18px;
 font-style: italic;
 margin: auto;
 background-color: white;
 border-top: solid gray;

}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.bg img {
  width: 100%;
  height: auto;
 
}

.flex-container{
 display: flex;
 background-color: white;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-size: 33px;
}

.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 39px;
  margin-left: 50px;
 }

a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: none;
 }


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
  column-gap: 40px;
}

.grid-container > div {
  background-color: none;
  color: #000;
  padding: 10px;
  text-align: center;
}

pre{
 font-size: 20px;
 margin: auto;
 text-align: left;
 font-family: system-ui;
}

.date {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: white;
 margin-left: 30px;
 background-color: #eaf6f6;
 border-top: solid gray;

}

.date p{
 font-size: 20px;
 font-style: italic;
 text-align: left;
 text-justify: inter-world;
}


.title {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: white;
 margin-left: 30px;
}

.timetitle {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: white;
 margin-left: 30px;
}


h2{
 font-size: 30px;
 text-align: justify;
 text-justify: inter-world;
 padding: 5px 5px 5px 5px;
 width: 75%;
}

.timetitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.story1 {
  grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;
}

.story2 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story3 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story4 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story5 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story6 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story7 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story8 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;
}

.giftdate {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #eaf6f6;
 margin-left: 30px;
}

.gift {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.gift1 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.gift2 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: white;
 margin-left: 30px;
}

.parahdate {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #eaf6f6;
 margin-left: 30px;
}

.paraghtitle {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.paragh1 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.container {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.paragh2 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}


.photo {
 grid-column-start: 3;
 grid-column-end: 4;
 grid-row-start: 1;
 grid-row-end:4;
 margin-right: 10px;
 background-color: white;
}

.photo p1{
 font-size: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}

.photo p2 {
  font-size: 20px;  
  line-height: 1.8;
}

.photo img{
 width: 60%;
 height: auto;
 padding-top: 20px;
 padding-bottom: 20px;
}


.parahdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.parahdate p {
 font-size: 23px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}


.container {
  margin: auto;
  border: solid white;
}

.container video {
  width: 50%;
  height: auto;
}

.paraghtitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.paragh1 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh1 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.paragh2 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh2 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.privacy {
 grid-column-start: 1;
 grid-column-end: 5;
 background-color: white;
 margin-left: 30px;
 margin-right: 30px;
 font-size: 18px;
 font-style: italic;
 border-top: solid gray;

}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

.bg img {
  width: 100%;
  height: auto;
}

.flex-container{
 display: flex;
 background-color: white;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
}

.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 39px;
  margin-left: 50px;
 }

a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: none;
 }


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
  column-gap: 40px;
}

.grid-container > div {
  background-color: none;
  color: #000;
  padding: 10px;
  text-align: center;
}

pre{
 font-size: 20px;
 margin: auto;
 text-align: left;
 font-family: system-ui;
}

.date {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
 background-color: #eaf6f6;
 border-top: solid gray;
}

.date p{
 font-size: 20px;
 font-style: italic;
 text-align: left;
 text-justify: inter-world;
}


.title {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.timetitle {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: white;
 margin-left: 30px;
}


h2{
 font-size: 30px;
 text-align: justify;
 text-justify: inter-world;
 padding: 5px 5px 5px 5px;
 width: 75%;
}

.timetitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}


.story1 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

  }

.story2 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story3 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story4 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story5 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story6 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story7 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;

}

.story8 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #f1f1f1;
 margin-left: 30px;
}


.giftdate {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #eaf6f6;
 margin-left: 30px;
}

.gift {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.gift1 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.gift2 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: white;
 margin-left: 30px;
}


.parahdate {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: #eaf6f6;
 margin-left: 30px;
}

.paraghtitle {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.paragh1 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.container {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}

.paragh2 {
 grid-column-start: 1;
 grid-column-end: 3;
 background-color: none;
 margin-left: 30px;
}


.photo {
 grid-column-start: 3;
 grid-column-end: 4;
 grid-row-start: 1;
 grid-row-end:4;
 margin-right: 10px;
 background-color: white;
}



.photo {
 grid-column-start: 3;
 grid-column-end: 4;
 grid-row-start: 1;
 grid-row-end:4;
 margin-right: 10px;
 background-color: white;
}

.photo p1{
 font-size: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}

.photo p2 {
  font-size: 25px;  
  line-height: 1.8;
}

.photo img{
 width: 60%;
 height: auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

.parahdate {
  margin: auto;
  background-color: #eaf6f6;
  border-top: solid gray;
}

.parahdate p {
 font-size: 23px;
 font-style: italic;
 text-align: justify;
 text-justify: inter-world;
}

.container {
  margin: auto;
  border: solid white;
}

.container video {
  width: 40%;
  height: auto;
}

.paraghtitle h4 {
 font-size: 30px;
 font-style: Oblique;
 text-decoration: underline yellow;
}

.paragh1 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh1 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}

.paragh2 {
 margin: auto;
 background-color: #f1f1f1;
}

.paragh2 p3{
 display: block;
 margin: auto;
 font-size: 25px;
 text-align: justify;
 text-justify: inter-world;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8;
}


.privacy {
 grid-column-start: 1;
 grid-column-end: 5;
 background-color: white;
 margin-left: 30px;
 margin-right: 30px;
 font-size: 18px;
 font-style: italic;
 border-top: solid gray;
}
