body {
  background-color: #f0ece2;
}

@media only screen and (max-width: 600px) {


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}


img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 18px;
  font-family: system-ui;
  padding-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;
 }

span{
 position: sticky;
 top: 0px;
}


.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }

a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  top: 10%;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 300px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}



@media only screen and (min-width: 600px) {


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}


img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 18px;
  font-family: system-ui;
  padding: 20px;
}

.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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }


a {
  color: black;
}

a:link {
  text-decoration: none;
  
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 450px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


}

@media only screen and (min-width: 768px) {


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}


img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 26px;
  font-family: system-ui;
  padding: 10px;
}

.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: 30px;
  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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }



a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }
}

@media only screen and (min-width: 800px) {

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}


img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 27px;
  font-family: system-ui;
  padding: 20px;
}

.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: 32px;
  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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }


a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }
}

@media only screen and (min-width: 922px) {

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 27px;
  font-family: system-ui;
  padding: 10px;
}

.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: 27px;
  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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }


a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }
}

@media only screen and (min-width: 1022px) {

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}


img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 21px;
  font-family: system-ui;
  padding: 10px;
}

.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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }


a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }
}

@media only screen and (min-width: 1024px) {

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 30px;
  font-family: system-ui;
  padding: 10px;
}

.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: 25px;
}

.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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }


a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 20%;
  max-width: 300px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 }

@media only screen and (min-width: 1200px) {

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
}

span{
 position: sticky;
 top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: #f0ece2;
  padding: 10px;
}

.grid-container > div {
  background-color: none;
  border: 1px none;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

p {
  text-align: center;
  font-size: 30px;
  font-family: system-ui;
  padding: 10px;
}

.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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.privacy p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 10px 0px;
  }


a {
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 18%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

}