html {
  margin: 0px;
  height: 100%;
  width: 100%;
}
body {
  margin: 0px;
  min-height: 100%;
  width: 100%;
}
* {
box-sizing: border-box;
}
.my-content {
max-width: 1800px;
margin: auto;
}
a {
text-decoration: none;
color: #302E2F;
font-family: 'Poppins', sans-serif;
font-size: 16px;
letter-spacing: 2px;
padding-bottom: 15px;
}
h1 {
font-family: 'Poppins', sans-serif;
font-size: 30px;
text-align: center;
color: #61786E;
letter-spacing: 1.5px;
font-weight: 900;
}
h2 {
font-family: 'Poppins', sans-serif;
color: #302E2F;
font-size: 22px;
margin-top: 15px;
letter-spacing: 1.5px;
text-align: center;
}
h3 {
font-family: 'Poppins', sans-serif;
color: #302E2F;
font-size: 22px;
margin-top: 15px;
text-align: center;
}
h4 {
font-family: 'Poppins', sans-serif;
color: white;
margin-top: 15px;
font-size: 16px;
letter-spacing: 2px;
}
p {
font-size: 16px;
letter-spacing: 1.5px;
line-height: 2.0em;
color: #302E2F;
text-align: center;
font-family: 'Poppins', sans-serif;
}
div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: white;
z-index: 150;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 180;
top: 0;
left: 0;
background-color: #61786E;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
padding: 8px 8px 8px 32px;
font-family: 'Poppins', sans-serif;
text-decoration: none;
color: white;
display: block;
transition: 0.3s;
font-weight: 500;
}

.sidenav a:hover {
color: #f1f1f1;
}
.sidenav p {
text-align: left;
padding-left: 10px;
color: white;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.top {
background-color: #61786E;
}
.mySlides {
display:none;
}
.mySlides p {
color: white;
font-size: 12px;
line-height: 1.4em;
font-weight: 500;
}
.fade {
animation-name: fade;
animation-duration: 4s;
}

@keyframes fade {
from {opacity: 0}
to {opacity: 1}
}
a {
  text-decoration: none;
  color: #302E2F;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 15px;
  cursor: pointer;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  text-align: center;
  color: #61786E;
  letter-spacing: 1.5px;
  padding-top: 30px;
  font-weight: 900;
}
h2 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 900;
}
h3 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  font-weight: 900;
}
h4 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 900;
}
p {
  font-size: 24px;
  letter-spacing: 1.8px;
  line-height: 2.0em;
  color: #61786E;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1400px) {
a {
  font-size:17px;
}
p {
  font-size: 17px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 16px;
}
}
@media only screen and (max-width: 1000px) {
a {
  font-size:18px;
}
p {
  font-size: 18px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
}
@media only screen and (max-width: 600px) {
a {
  font-size:16px;
}
p {
  font-size: 16px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
}
img {
max-width: 100%;
height: auto;
}
.stripe-top {
height: 10px;
}
.big-box {
margin-left: 6px;
margin-right: 6px;
}
.content-1 {
max-width: 1000px;
margin: auto;
margin-top: 100px;
margin-bottom: 60px;
padding-top: 30px;
padding-bottom: 30px;
border: solid;
border-width: 1px;
border-color: #61786E
;
}
.w3-btn {
  font-family: 'Poppins', sans-serif;
  background-color: #61786E;
  color: #D6D6D6;
  margin-top: 30px;
  margin-bottom: 20px;
  border: solid;
  border-width: 1px;
  letter-spacing: 1.8px;
  border-color: #61786E;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 500;
}
.w3-btn:hover {
  background-color: white;
  color: #61786E;
  margin-bottom: 20px;
  border-color: #61786E;
}
.label-box {
max-width: 300px;
margin: auto;
}
.w3-cell-top {
padding-top: 15px;
}
#picture {
border: solid;
border-color: #61786E
;
border-width: 10px;
}
.footer {
  background-color: #61786E;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 0;
}
.footer-row {
  max-width: 1400px;
  margin: auto;
 padding-top: 50px;
 padding-bottom: 20px;
}
.footer-right a {
  font-weight: 500;
  text-align: right;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-middle a {
  font-weight: 500;
  text-align: center;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-left a {
  font-weight: 500;
  text-align: left;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-left p {
  font-weight: 500;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 500px) {
  .footer-middle a {
    text-align: left;
  }
  .footer-left a {
    text-align: left;
  }
  .footer-right a {
    text-align: left;
  }
}
.bottom-info p {
  font-size: 12px!important;
  color: white;
  padding-bottom: 20px;
 }
.stripe {
height: 40px;
}
.stripe-1 {
height: 20px;
}
