
  
@media only screen and (max-width: 600px) {
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  padding: 20px 0px;
}

.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }


.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}

.item4 a:hover {
  text-decoration: underline;
}

.item4 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;
 }


.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/4;
   grid-row: 2; 
}

.item3 {
   grid-column: 1/4;
   grid-row: 3; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

h1{
  font-size: 27px;
  padding-top: 0px;
  margin-top: 0px;
}

.item1 img{
  width: 50%;
  height: auto;
  float: center;
  border-radius: 10px;
}

.item1 p {
  font-size: 21px;
  text-align: justify;
  text-justify: inter-world;
  padding: 20px 70px;
  padding-bottom: 30px;
  
}

.item1 button {
  font-size: 24px;
  background-color: 
  margin: 20px;
  padding: 10px 5px;
  
}

.item1 a {
  color: #22313f;
  margin: 20px;
  text-decoration-underlined: none;
  
}

.item2 img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.item3 img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.grid-container .item4 {
  font-size: 24px;
  margin: 10px 0px;
  border-top-style: solid;
  border-top-width: thin;
}
}


@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%;}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 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: 30px;
}

.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: 23px;
  padding: 20px 0px;
}

.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
}



.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}

.item4 a:hover {
  text-decoration: underline;
}


.item4 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;
 }



.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/4;
   grid-row: 2; 
}

.item3 {
   grid-column: 1/4;
   grid-row: 3; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

h1{
  font-size: 27px;
  padding-top: 0px;
  margin-top: 0px;
}

.item1 img {
  width: 30%;
  height:  auto;
  border-radius: 10px;
  
}

.item1 p{
  font-size: 24px;
  text-align: justify;
  text-justify: inter-world;
  padding: 10px 100px;
}

.item1 button{
  font-size: 24px;
  padding: 6px 20px;
  margin-left: 20px;
  margin-right: 6px;
}

.item1 a {
  color: #22313f;
  margin: 0px;
  text-decoration-underlined: none;
}

.item2 img{
 width: 40%;
 height: auto;
}

.item3 img{
 width: 40%;
 height: auto;
}

.grid-container .item4 {
  font-size: 21px;
  margin: 20px 0px;
  border-top-style: solid;
  border-top-width: thin;
}
}



@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%;}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 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;
 }

.privacy {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

.item4 a:hover {
  text-decoration: underline;
}


.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}


.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }


.item4 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;
 }



.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/4;
   grid-row: 2; 
}

.item3 {
   grid-column: 1/4;
   grid-row: 3; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

h1{
  font-size: 27px;
  padding-top: 0px;
  margin-top: 0px;
}

.item1 img {
  width: 35%;
  height:  auto;
}

.item1 p{
  font-size: 24px;
  text-align: justify;
  text-justify: inter-world;
  padding: 20px 200px;
}

.item1 button{
  font-size: 24px;
  padding: 6px 20px;
  margin-left: 20px;
  margin-right: 6px;
}

.item1 a {
  color: #22313f;
  margin: 0px;
  text-decoration-underlined: none;
}

.item2 img{
 width: 40%;
 height: auto;
}

.item3 img{
 width: 40%;
 height: auto;
}

.grid-container .item4 {
  font-size: 21px;
  margin: 20px 0px;
  border-top-style: solid;
  border-top-width: thin;
}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
 z-index: 1;
}

span{
 position: sticky;
 top: 0px;
 
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 9999;
  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: 21px;
  padding: 20px 0px;
}

.item4 a:hover {
  text-decoration: underline;
}



.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }



.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 21px
}


.item4 p{
 text-align: center;
  font-size: 21px;
  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;
 }



.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/4;
   grid-row: 2; 
}

.item3 {
   grid-column: 1/4;
   grid-row: 3; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

.item2 h1{
  font-size: 27px;
  padding-top: 0px;
  padding-bottom: 40px;
  margin: auto; 
}

.item1 img {
  width: 25%;
  height: auto;
  border-radius: 15px;
}

.item1 p{
  font-size: 24px;
  padding: 0px 250px;
}

.item1 button{
  font-size: 28px;
}
.item2 {
  border: none;
  width: 100%;
  margin: auto;
}
.item2 img {
 width: 60%;
 height: auto;
 }

.item3 img {
 width: 60%;
 height: auto%;
 }

.item3 {
  border: none;
  width: 100%;
  margin: auto;
}
}


@media only screen and (min-width: 900px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
 z-index: 1;
}

span{
 position: sticky;
 top: 0px;
 
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 9999;
  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: 24px;
  padding: 20px 0px;
}


.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }


.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}

.item4 a:hover {
  text-decoration: underline;
}



a{
  color: black;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }



.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/2;
   grid-row: 2; 
}

.item3 {
   grid-column: 3/4;
   grid-row: 2; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

.item2 h1{
  font-size: 27px;
  padding-top: 0px;
  display: block;
  margin: auto; 
  position: relative;
  left: 79%;
  border:none;
}

.item1 img {
  width: 20%;
  height: auto;
  border-radius: 15px;
  
}

.item1 p{
  font-size: 26px;
  padding: 0px 300px;
}

.item1 button{
  font-size: 28px;
  margin-right: 30px;
}
.item2 {
  border: none;
  width: 100%;
  position: relative;
  left: 30px;
}
.item2 img {
 width: 80%;
 height: auto;
 
}

.item3 img {
 width: 90%;
 height: auto%;
 position: relative;
 top: 10px;
}

.item3 {
  border: none;
  width: 100%;
  position: relative;
  right: 30px;
 
}
}


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
 z-index: 1;
}

span{
 position: sticky;
 top: 0px;
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-size: 33px;
  z-index: 9999;
}


.sidenav a {
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 33px;
  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: 24px;
  padding: 20px 0px;
}


.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }


.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}

.item4 a:hover {
  text-decoration: underline;
}


a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }


.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/2;
   grid-row: 2; 
}

.item3 {
   grid-column: 3/4;
   grid-row: 2; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

.item2 h1{
  font-size: 27px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 7%;
  position: relative;
  right: 90%;
  border: none;
}

.item1 img {
  width: 25%;
  height: auto;
  border-radius: 10px;
}

.item1 p{
  font-size: 26px;
  padding: 0px 342px;
}

.item1 button{
  font-size: 28px;
  margin-right: 40px;
}

.item2 {
  border: none;
  width: 100%;
  margin: auto;
}
.item2 img {
 width: 70%;
 height: auto;
 }

.item3 img {
 width: 70%;
 height: auto%;
 }

.item3 {
  border: none;
  width: 100%;
  margin: auto;
}
}


@media only screen and (min-width: 1280px)and (max-width:1365px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

body{
  background-color: #f0ece2;
}

.flex-container{
 display: flex;
 background-color: #f0ece2;
 height: 50px;
 position: sticky;
 top: 0px;
 z-index: 1;
}

span{
 position: sticky;
 top: 0px;
 
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
  z-index: 9999;
}

.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: 24px;
  padding: 20px 0px;
}


.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }

.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}

.item4 a:hover {
  text-decoration: underline;
}



a{
  color: black;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }



.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/2;
   grid-row: 2; 
}

.item3 {
   grid-column: 3/4;
   grid-row: 2; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

.item2 h1{
  font-size: 27px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 14%;
  position: relative;
  right: 90%;
  border: none;
}

.item1 img {
  width: 20%;
  height: auto;
  border-radius: 10px;
}

.item1 p{
  font-size: 28px;
  text-align: justify;
  text-justify: inter-world;
  padding: 0px 390px;
}

.item1 button{
  font-size: 28px;
  margin-right: 40px;
}


.item2 {
  border: none;
  width: 100%;
  margin: auto;
}
.item2 img {
 width: 60%;
 height: auto;
 }

.item3 img {
 width: 60%;
 height: auto%;
 }

.item3 {
  border: none;
  width: 100%;
  margin: auto;
}
}



@media only screen and (min-width: 1366px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

body{
  background-color: #f0ece2;
}

.flex-container{
  display: flex;
  background-color: #f0ece2;
  height: 50px;
  position: sticky;
  top: 0px;
  z-index: 1;
}

span{
 position: sticky;
 top: 0px;
 
}

.sidenav {
  background-color: #596e79;
  height: 100%;
  width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-size: 27px;
  z-index: 9999;
}

.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;
  color: black;
  padding: 20px 0px;
}


.item2 a:link {
  text-decoration: underline;
  }

.item3 a:link {
  text-decoration: underline;
  }


.item4 a:link {
  text-decoration: none;
  font-style: italic;
  font-size: 18px;
}

.item4 a:hover {
  text-decoration: underline;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
 }



.bg img {
  width: 100%;
  height: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: auto, auto, auto, auto;
  gap: 10px;
  background-color: none;
  padding: 10px;
}


.grid-container > div {
  background-color: none;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-column: 1/4;
  grid-row: 1; 
}

.item2 {
   grid-column: 1/2;
   grid-row: 2; 
}

.item3 {
   grid-column: 3/4;
   grid-row: 2; 
}

.item4 {
   grid-column: 1/4;
   grid-row: 4; 
}

.item2 h1{
  font-size: 27px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 25%;
  position: relative;
  right: 90%;
  border: none;
}

.item1 img {
  width: 20%;
  height: auto;
  border-radius: 15px;
}

.item1 p{
  font-size: 24px;
  text-align: justify;
  text-justify: inter-world;
  padding: 0px 390px;
}

.item1 button{
  font-size: 28px;
  margin-right: 40px;
}

.item2 {
  border: none;
  width: 100%;
  margin: auto;
}

.item2 img {
 width: 50%;
 height: auto;
 }

.item3 img {
 width: 50%;
 height: auto%;
 }

.item3 {
  border: none;
  width: 100%;
  margin: auto;
}
}


