@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@keyframes transform-bounce-out
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: rotate(0deg) scale(0.95,0.95) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   100% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes vanish-out
{
   0% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
}
.borderLatout4
{
   text-decoration: none;
   background-color: transparent;
   border: 2px solid transparent;
   --border-color: #C5A372;
   border-radius: 3px;
   borderLayout4;
}
.CustomStyle
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #C5A372;
   --background-color: rgba(197,163,114,1.00);
   border-radius: 5px;
   formHeadings;
}
.borderlayOut3
{
   text-decoration: none;
   background-color: transparent;
   border: 3px solid transparent;
   --border-color: #C5A372;
   border-radius: 3px;
}
.adress3
{
   font-family: Georgia;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #000080;
   --background-color: rgba(0,0,128,1.00);
   address3;
}
.PageHeading
{
   font-family: Georgia;
   font-weight: bold;
   font-size: 29px;
   text-decoration: none;
   color: #CC8B3C;
   --color: #CC8B3C;
   background-color: transparent;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Georgia;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #595959;
   --color: #595959;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Georgia;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #002980;
   --color: #002980;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Georgia;
   font-size: 16px;
   text-decoration: none;
   color: #3F3F3F;
   --color: #3F3F3F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.address
{
   font-family: Georgia;
   font-size: 19px;
   text-align: left;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
}
.adress
{
   font-family: Georgia;
   font-size: 19px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: #003399;
   --background-color: rgba(0,51,153,1.00);
   aadres2;
}
.bold_subheadings
{
   font-weight: bold;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
.style1
{
   font-family: Georgia;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   Bold, Georgia, 12, grey;
}
@media only screen and (min-width: 700px) and (max-width: 902px)
{
}
@media only screen and (min-width: 500px) and (max-width: 699px)
{
}
@media only screen and (max-width: 499px)
{
}
