    .fbimg {
        position: absolute;
        top: 15px;
        left: 15px;
    }  
	
	.aphimg {
		position: absolute;
		top: 15px;
		right: 15px;
	} 
	
	.ttlimg {
		float: center;
		top: 15px;
		left: 50%;
	}

   /* Add a black background color to the top navigation */
   .topnav {
     background-color: white;
     overflow: auto;
	 whitespace: nowrap;
     float: center;  	
	 width: 100%;
   }
   
   /* Style the links inside the navigation bar */
   .topnav a {
 
     display: inline-block;
     color: black;
     text-align: center;
     padding: 14px 14px;
     text-decoration: none;
     font-size: 18px;
  border-radius: 8px;
	 
   }
   
   /* Change the color of links on hover */
   .topnav a:hover {
     background-color: #ffddd5;
     color: black;
  border-radius: 8px;

   }
   
   /* Add an active class to highlight the current page */
   .topnav a.active {
     background-color: #AA9A0D;
     color: white;
   }
   
   /* Hide the link that should open and close the topnav on small screens */
   .topnav .icon {
     display: none;
   }
   /* When the screen is less than 901 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
   @media screen and (max-width: 900px) {
     .topnav a:not(:first-child) {display: none;}
     .topnav a.icon {
       float: right;
       display: block;
     }
   }
   
   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
   @media screen and (max-width: 900px) {
     .topnav.responsive {position: relative;}
     .topnav.responsive a.icon {
       position: absolute;
       right: 0;
       top: 0;
     }
     .topnav.responsive a {
       float: none;
       display: block;
       text-align: left;
     }
   }


	/* Container needed to position the button. Adjust the width as needed */
.headcontainer {
  position: relative;
  max-width: 100%;
}

.headcontainer img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.headcontainer .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FFDDD5;
  color: black;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.headcontainer .btn:hover {
  background-color: black;
  color: white;
}

header {
background-color: #FFDDD5;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: #FFDDD5;
  color: black;
  font-size: 8px;
  max-width: 100%;
}

textarea {
  resize: none;
}

.error {color: #FF0000;}

   * {
     box-sizing: border-box;
   }
   
   body {
   /*  background-color: white; */
     padding: 15px;
     font-family: Arial;
     word-break: break-word;
   }
   
   .main {
     margin: auto;
   }
   
      
   .row {
     margin: 8px -16px;
   }
   
   /* column padding */
   .row,
   .row > .column {
     padding: 6px;
   }
   .row > .columnab {
     padding: 1px;
   }

   
   /* Three columns for Picture Galleries */
   .column {
     float: left;
   }
   
		.column img {
		margin-top: 8px;	
/* 		vertical-align: middle; */
		width: 100%;
		}  
	
   /* Two columns for About */
   .columnab {
	 padding: 1px;
     float: left;
   }
   
		.columnab img {
		margin-top: 8px;	
		vertical-align: middle;
		width: 100%;
		}  
   /* Outer columns for 25/25/25 layout */
	.columncdc {
		float: left;
	}

   .row:after {
     content: "";
     display: table;
     clear: both;
   } 
   
   .content {
     padding: 10px;	
   }
   
   .contentab {
	margin-left: 2vw;
	margin-right: 2vw;
	padding: 25px;
	word-break: break-word;
	background-color: #ffddd5;
	color: black;
	border-radius: 8px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
   }
  
  
   @keyframes holidaybutton {
  0%   {background-image: linear-gradient(to bottom right, #F8B, #FE5);}
  13%   {background-image: linear-gradient(to bottom, #F8B, #FE5);}
  26%  {background-image: linear-gradient(to bottom left, #F8B, #FE5);}
  39%   {background-image: linear-gradient(to left, #F8B, #FE5);}
  52%  {background-image: linear-gradient(to top left, #F8B, #FE5);}
  65%   {background-image: linear-gradient(to top, #F8B, #FE5);}
  78% {background-image: linear-gradient(to top right, #F8B, #FE5);}
  91%   {background-image: linear-gradient(to right, #F8B, #FE5);}
  100% {background-image: linear-gradient(to bottom right, #F8B, #FE5);}
}
   /* Single column when screen is too small                                          little screen*/
   @media screen and (max-width: 900px) {
	
	.aphimg {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 25%;
		height: auto;
	} 
	   
	h1 {
     font-size: 3vw;
     word-break: break-word;
   }
   
   h2 {
	   font-size: 2.4vw;
	   word-break: break-word;
   }
   
   h3 {
   	font-size: 2.1vw;
   	word-break: break-word;
   }
   
   h4 {
	font-size: 1.8vw;
	word-break: break-word;
   }
   
   p {
     font-size: 1.5vw;
	 word-break: break-word;
	}
   
	   
     .column {
       width: 100%;
     }
	 .columnab {
	   width: 100%;
	 }
	 .columncdc {
		 width: 0%;
	 }
	/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  padding: 10px;
  width: 100%;
  height: 75vw; 
  border: none;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 75vw; 
  text-align: center;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 75vw;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  word-break: break-word;
  background-color: transparent;
  color: black;
  border-radius: 8px;
  
}

/* Style the back side */
.flip-card-back {
  word-break: break-word;
  background-color: #ffddd5;
  color: black;
  transform: rotateY(180deg);
  border-radius: 8px;
  
}
 
   }
   
   /* Multiple columns when size allows                                               big screen*/
   @media screen and (min-width: 901px) {

	.aphimg {
		position: absolute;
		top: 15px;
		right: 15px;
	} 
	

	 h1 {
     font-size: 2vw;
     word-break: break-word;
   }
   
   h2 {
	   font-size: 1.8vw;
	   word-break: break-word;
   }
   
   h3 {
   	font-size: 1.6vw;
   	word-break: break-word;
   }
   
   h4 {
	font-size: 1.4vw;
	word-break: break-word;
   }
   
   p {
     font-size: 1.1vw;
	 word-break: break-word;
	}
  
	   
     .column {
       width: 33%;
     }
	 .columnab {
	   width: 50%;
	 }
	 .columncdc {
	   width: 25%;
	 }
	 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  padding: 10px;
  width: 100%;
  height: 29.2vw;
  border: none;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 29.2vw;
  text-align: center;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 29.2vw;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  word-break: break-word;
  background-color: white;
  color: black;
  border-radius: 8px;
  
}

/* Style the back side */
.flip-card-back {
  word-break: break-word;
  background-color: #ffddd5;
  color: black;
  transform: rotateY(180deg);
  border-radius: 8px;
  
}

   }
   




