<style>
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: flex;
}

[class*="col-"] {
  float: left;

}

html {
  font-family: "Garamond", "Times", serif;
}

.header {

  background-color: #6aadf1;

  padding: 10px; 

  text-align: center;

  font-size: 20px;

  color: #ffffff;

  text-decoration:;

  text-decoration-color: ;

}

.vertical-menu {
  width: 300px; /* Set a width if you like */
  max-width:300px;
  position:relative;
    z-index: 1;
}

.vertical-menu a {
  background-color: #6aadf1; /* Grey background color */
  color: #ffffff; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  font-size: 1.5em;
  font-weight: bold;
}

.vertical-menu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #ccc; /* Add a green color to the "active/current" link */
  color: black;
}
/* Style the active class, and buttons on mouse-over */
.active, .vertical-menu:hover {
  background-color: #666;
  color: black;
}
/* Style the active class, and buttons on mouse-over */
.current {
  background-color: #ccc; /* Dark grey background on mouse-over */
  color: black;
}
.dropdown {
  background-color: #6aadf1; /* Grey background color */
  position: relative;
  display: inline-block;
  width: 300px;
  min-width: 200px;
  max-width:300px;  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #6aadf1;
  width: 300px;
  min-width: 200px;
  max-width:300px;  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  background-color: #6aadf1;  
  display: block;
  font-weight: normal;
}

.dropdown-content a:hover {background-color: #ccc;}

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

.dropdown:hover .dropbtn {background-color: #ccc;}

.aside {
  background-color: #ffffff;
  padding: 10px 10px;
  color: #000000;
  text-align: left;
  font-size: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/* Body Styles */
.home{    
    padding: 10px;
    border-radius: 2px;
    color: #000000;
    background: #ffffff;
    font-size: 1.3em;
    text-align:left;
    width: 100%;
   
}
.footer {
  background-color: #6aadf1;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}
.p2 {
  font-family: "Garamond", "Times", serif;
  color: #FFF; 
}
/* For desktop: */
.col-1a {width: 4%;}
.col-1b {width: 5%;}
.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%;}

/* Gallery Grid and Images */ 
#gridview {
   text-align:center;
   background: #ffffff;
}

div.image {
    margin: 10px;
    display: inline-block;

}

div.image img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

div.image img:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.32), 0 0 0 0px rgba(0,0,0,0.16);
}

.heading{    
    border-radius: 2px;
    color: #FFF;
    background: #6aadf1;
    margin-bottom:10px;
    font-size: 1.5em;
}
#grid{
    margin-bottom:30px;
}

  /* For mobile phones: */
@media screen and (min-width: 1224px) {
    div.image {
        width: 300px;
    }

}

@media screen and (min-width: 1044px) and (max-width: 1224px) {
    div.image {
        width: 250px;
    }

}

@media screen and (min-width: 845px) and (max-width: 1044px) {
    div.image {
        width: 200px;
    }
      [class*="col-"] {
    width: 100%;  }
}

@media only screen and (max-width: 768px) {
div.image {
        width: 200px;
    }
  
  [class*="col-"] {
    width: 100%;  }
}
/* form */

.form {

  border: 2px solid white;
  font-family: "Garamond", "Times", serif;
  color: #FFF; 
  box-sizing: border-box;
  padding: 1px;
}
.contactbodycenter {
    text-align:center;
    background-color: #6aadf1; /* Grey background color */
    font-size: 1.5em;
    display: inline-block;
    width: 50%;
    font-family: "Garamond", "Times", serif;
    left:15%;
    position: relative;     
}
.button {

  background-color: #3b8beb;

  border: none;

  border-radius: 10px;

  color: white;

  padding: 15px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  margin: 4px 2px;

  cursor: pointer;

}
.flex-container {
  display: flex;
  justify-content: space-between; /* Adjusts the space between the lists */
  gap: 0px; /* Adjust the gap between the lists as needed */
}
.aligned-list {
  margin-left: 10%; /* Adjust this value as needed */
  padding-left: 0; /* Adjust this value as needed */
  list-style-position: inside; /* Optional: to align list items with the text */
  flex: 1; /* Ensures the lists take equal space */
}
.aligned-li-list {
  text-indent: -27px; /* Adjust this value to match the padding-left of the ul */
  padding-left: 20px; /* Adjust this value to match the padding-left of the ul */
}
.no-wrap-list li {
  white-space: nowrap;
}
</style>