@charset "utf-8";
/* CSS Document */


html {
	font-size:16px;
	color:#000;
	line-height: 1.3;
}

.head {
	background-color:#AAF4FD;
	padding:10px;
}

h1 {
	font-family: Geneva,Verdana, sans-serif;
	font-size:1.9em;
	font-weight:900;
}
h2 {
	font-family: Geneva,Verdana, sans-serif;
	font-size:1.4em;
	font-weight:700;
	color:#000;
}

h3 {
	font-family: Geneva,Verdana, sans-serif;
	font-size:1.3em;
	font-style:italic;
	font-weight:500;
}

h4 {
	font-family: Geneva,Verdana, sans-serif;
	font-size:1.3em;
	font-weight:700;
}

h5 {
	font-family: Geneva,Verdana, sans-serif;
	font-size:1.3em;
	font-style:italic;
	font-weight:600;
}

h6 {
	font-family: Geneva,Verdana, sans-serif;
	font-style:italic;
	font-size:1.3em;
	font-weight:600;
	color:#177B72;
}

h7 {
	font-family: Geneva,Verdana, sans-serif;
	font-size:1.3em;
	font-style:italic;
	font-weight:600;
	color:#227095;
}

h8 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:inherit;
	color:#3E820B;
}

h9 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:inherit;
	color:#0D5B9B;
}

p {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.2em;
  font-weight:500;
}

p1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.2em;
  font-weight:500;
  color:#3F6585
}
/*table*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
  font-size:1.3em;
}

tr:nth-child(even){background-color: #f2f2f2}

/* Rounded border */
hr.rounded {
  border-top: 10px solid #CBEAA8;
  border-radius: 5px;
}

hr.roundedblue {
  border-top: 10px solid #AAF4FD;
  border-radius: 5px;
}

hr.roundedyellow {
  border-top: 10px solid #FFFFCA;
  border-radius: 5px;
}

ul {
	list-style:outside;
	list-style:circle;
	line-height:1.7em;
	font-size:1.12em;
	font-weight:600;
	font-family:Verdana, Geneva, sans-serif;
}

.menutitle {
	background-color:#A4E25F;
	padding: 2px 2px 2px 15px;
}

/*flex container*/

.flex-container {
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  margin:20px;
}

.flex-photo {
  flex:1 1 100px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 50%;
  height: auto;
  padding: 15px;
  background-color:inherit;
}


.flex-text {
  flex:1 1 100px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 40%;
  height: auto;
  padding:15px;
  background-color:inherit;
  font-family: Arial, Helvetica, sans-serif;
}

.flex-container img {
    max-width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    flex: 1 1 auto;
    /* Allow images to grow and shrink */
    object-fit: cover;
}


.flex-item-1 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 95%;
  height: auto;
  padding:15px;
  background-color:#ADCCED;
  border-top: .4em solid #496C94;
  font-family: Arial, Helvetica, sans-serif;
}

.flex-item-2 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding:15px;
  background-color:#FFF;
  border-top:.4em solid #496C94;
}

.flex-item-3 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 30%;
  height: auto;
  padding:15px;
  background-color:#ADCCED;
  border-top: .4em solid #496C94;
}

.flex-item-4 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding: 15px;
  background-color:#fefae0;
  border-top: .4em solid #faedcd;
}

.flex-item-5 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 30%;
  height: auto;;
  padding: 15px;
  background-color:#E7FFCE;
  border-top: .4em solid #D8FFB1;
}

.flex-item-6 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding: 15px;
  background-color:#FFF;
  border-top: .4em solid #496C94;
}

.flex-item-7 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 30%;
  height: auto;
  background-color:#ADCCED;
  padding: 15px;
  border-top: .4em solid #496C94;

}

.flex-item-8 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding: 15px;
  background-color:#fefae0;
  border-top: .4em solid #faedcd;
}

.flex-item-9 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 30%;
  height: auto;
  padding:15px; 
  background-color:#E7FFCE;
  border-top: .4em solid #D8FFB1;
}

.flex-item-10 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding:15px;
  background-color:#FFF;
  border-top: .4em solid #496C94;
}

.flex-item-11 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 30%;
  height: auto;
  padding:15px;
  background-color:#ADCCED;
  border-top: .4em solid #496C94;
}

.flex-item-12 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding:15px;
  background-color:#fefae0;
  border-top: .4em solid #faedcd;
}

.flex-item-13 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 30%;
  height: auto;
  padding:15px; 
  background-color:#E7FFCE;
  border-top: .4em solid #D8FFB1;
}

.flex-item-14 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 60%;
  height: auto;
  padding:15px;
  border-top: .4em solid #496C94;
  font-family: Arial, Helvetica, sans-serif;
}

.flex-item-15 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 95%;
  height: auto;
  padding:15px;
  background-color:#FFF;
  background-color:#ADCCED;
  border-top: .4em solid #496C94;
}

.flex-item-16 {
  flex:1 1 200px;
  flex-basis: auto;
  order: 0;
  align-self: auto;
  width: 95%;
  height: auto;
  padding: 15px;
  background-color:#FFF;
  border-top: .4em solid #496C94;
}

.topper {
	background-color:#ADCCED;
	padding:5px;
	font-weight:800;
	outline: none;
    color: black;
}

.yellowbox {
	background-color:#FFFFCA;
	padding:10px;
}
.bluebox {
	background-color:#AAF4FD;
	padding:10px;
}

.pinkbox {
	background-color:#FFB5B6;
	padding:10px;
}

.greenbox {
	background-color:#CBEAA8;
	padding:10px;
}

.yellowlist {
	background-color:#FFFFCA;
	padding:10px;
	margin:0;
}


.img {
  align-items:flex-start;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* change text-align to align-items */
  border: 1px red solid; /* this is just so you can easily see the container */
  padding:25px;
}

.img {
  max-width: 50%; /* dimensions relative to the container size */
  max-height: 40%; /* dimensions relative to the container size */
  height: auto; /* keep aspect ratio */
  width: auto; /* keep aspect ratio */
  padding: 10px;
}

.center-img h1 {
  margin: 5px 0 0; /* h1 has default margin-top and margin-bottom */
  font-size: 18px; /* Set this to a reasonable size */
}
	

/* Make a one column-layout */
@media (max-width: 1000px) {
  .flex-container {
   flex-direction: column;
  } 
}

@media (max-width: 1000px) {
    .container img {
        flex: 1 1 100%;
        /* Full width on small screens broke the other*/
    }
	
	
@media screen and (max-width: 1000px) {
    .flex-photo,
	.flex-text,
	.flex-item-1,
	.flex-item-2,
	.flex-item-3,
	.flex-item-4,
	.flex-item-5,
	.flex-item-6,
	.flex-item-7,
	.flex-item-8,
	.flex-item-9,
	.flex-item-10,
	.flex-item-11,
	.flex-item-12 
	{
    width: 100%;
    }
}	
/*nav menu*/

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.cd-dropdown.dropdown-is-active {
  transform: translateY(0);
}
	.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  transform: translateX(100%);
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content ul.move-out > li > a {
  /* push the dropdown items to the left when secondary dropdown slides in */
  transform: translateX(-100%);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: 100%;
    /* reset style*/
    height: auto;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .cd-dropdown.dropdown-is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }

  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 290px;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    transform: translateX(0);
    left: 100%;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    transform: translateX(0);
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children:hover > ul {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children:hover > .cd-secondary-dropdown > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
}

