body {
  background-color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.mobile-nav {
  display: none;
}

h1 {
  color: white;
  background-color: #185c50;
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 20px;
}

h1, .rectangle {
  width: 100%
}

.rectangle {
  grid-area: navigation;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
  display: flex;
  justify-content: flex-end;
  align-items:center;
  gap: 20px;
  padding: 12px;
  z-index: 3;
  margin: 0;
}

.rectangle2 {
  background-color: #c5ded3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}

a {
  text-decoration: none;
  color: black;
}

.button {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 18px;
  flex: 0 0 auto;
}

.button span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Lucida Sans", sans-serif;
  font-size: 18px;
}

.grid-container {
  display: grid;
  grid-template-areas:
    'header'
    'navigation'
    'content'
    'footer'; 
}

.header {
  grid-area: header;
}

.rectangle{
  grid-area: navigation;
}

.content {
  grid-area: content;
  margin-top: 15px;
}

.content > p {
  margin-bottom: 7px;
}

.footer {
  grid-area: footer;
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 600px) {
  .rectangle{
    display: none;
  }
   .mobile-nav{
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);    
   }

  .mobile-sub{
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
  .mobile p{
    font-size: 16px;
    line-height: 1.6;
    margin-left: 10px;
    margin-right: 10px;
  }

  p.imgtext {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 10px;
  }
}

.dropbutton {
  position: relative;
  display: inline-block;
  align-items: center;
}

.dropbutton-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  z-index: 12;
}

.dropbutton-content a {
  color: black;
  padding: 10px;
  display: block;
  text-align: left;
}

.dropbutton-content a:hover {
  background-color: lightgrey;
}

.dropbutton:hover .dropbutton-content{
  display: block;
}

.sub-dropbutton {
  position: relative;
}

.sub-dropbutton-content {
  display: none;
}

.sub-dropbutton:active .sub-dropbutton-content, 
.sub-dropbutton:hover .sub-dropbutton-content {
  display: block;
}

.sub-dropbutton-content a {
  padding-left: 20px;
}

.content-container {
  background-color: #faebca;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.content-container p, 
.content-container h3,
.content-container h2,
.content-container li{
  margin-left: 20px;  
}

ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  line-height: 2;
}


li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #185c50;
  font-weight: bold;
  padding: 10px;
}

p {
    margin: 0 0 12px 0;
    line-height: 2;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

h2 {
  text-align: left;
  color: #185c50;
  font-size: 40px;
  margin-left: 20px;
}


.rectangle2 img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0;
    align-self: flex-end;
    margin-top: -220px;
}

.content-container h2 {
    margin-left: 20px;
}

.imgtext {
  max-width: 600px;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
    background-color: #185c50;
}

.mySlides {
    height: 100%;    
    width: 100%;
    display: none;
}

.mySlides img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
    left: 20px;
}

.next {
  right: 20px;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

div.scroll-container {
  background-color: #333;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  height: 350px;
  width: 1000px;
  margin: 0 auto;
}

div.scroll-container img {
  padding: 10px;
  height: 330px;
}

.pagebutton {
  padding: 20px;
  border: 2px solid #185c50;
  border-radius: 10px;
  font-size: 15px;
  display: block;
  color: #185c50;
  align-items: center;
}

.column {
  max-width: 25%;
  text-align: center;
  flex: 1;
}

.column:not(:first-child) {
  border-left: 2px solid white;
}

.green-container {
  background-color: #185c50;
  color: white;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.green-container img {
  max-width: 8rem;
  max-height: 8rem;
}

.green-container h5 {
    text-align: center;
    margin: 2rem;
}

#wrapper{
	margin:0px auto;
	width:90%;
	border:solid black 1px;
}

.section {
  clear: both;
  padding: 25px;
  margin: 0;
  border: 1px solid #185c50;
  font-weight: bold;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}


.col:first-child { margin-left: 0; }



/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_1_of_3 {
	width: 32.2%; 
}

.span_1_of_3 {
	width: 32.2%; 
}

.span_1_of_3 {
	width: 32.2%; 
}

.price-option {
  font-size: 18px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
  text-align: left;
  cursor: pointer;
}

.price-option:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.20);
}

.price {
  color: #185c50;
  font-size: 2rem;
  font-weight: bold;
}

.price-card {
  background: white;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


button {
  margin-top: 10px;
  padding: 10px;
  border: none;
  background-color: #185c50;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

/* Make middle one stand out */
.featured {
  transform: scale(1.05);
  border: 2px solid #185c50;
}

.priceh3 {
  text-align: center;

}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.center{
  text-align: center;
  background-color: #c5ded3;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
