@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../MaterialIcons-Regular.woff2') format('woff2'),
        url('../MaterialIcons-Regular.woff') format('woff'),
        url('../MaterialIcons-Regular.ttf') format('truetype'),
        url('../MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('../MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald";
   font-weight: 400;
   font-display: swap;
   font-weight: 200 700;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../Oswald-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   font-weight: 300 800;
   font-stretch: 75% 100%;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../Open-Sans-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Lato";
   font-weight: 400;
   font-display: swap;
   src: url('../Lato.woff2') format('woff2'),
        url('../Lato.woff') format('woff');
}
@font-face
{
   font-family: "Roboto";
   font-weight: 400;
   font-display: swap;
   src: url('../Roboto.woff2') format('woff2'),
        url('../Roboto.woff') format('woff');
}
@font-face
{
   font-family: "Roboto";
   font-weight: 700;
   font-display: swap;
   src: url('../Roboto-Bold.woff2') format('woff2'),
        url('../Roboto-Bold.woff') format('woff');
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@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 swoop-in
{
   0% { transform: translate(-400px,0px) rotate(0deg) scale(1.5,1) ; opacity: 0;  }
   40% { transform: translate(0px,0px) rotate(0deg) scale(1.2,1.0) ; opacity: 1;  }
   60% { transform: translate(20px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ;  }
}
@keyframes transform-3d-flip
{
   0% { transform: perspective(400px) rotateX(0deg) ;  }
   40% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes transform-fly-in
{
   0% { transform: translate(-100%,-100%) rotate(-180deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes unfold
{
   0% { transform: rotateX(0deg) scale3d(0,0,0) ; opacity: 0;  }
   30% { opacity: 1; transform: rotateX(0deg) scale3d(0.4,0.4,1.0) ;  }
   60% { transform: rotateX(0deg) scale3d(0.4,1.0,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
}
a.style1:visited
{
   color: #00B0D0;
   text-decoration: underline;
}
a.style1:active
{
   color: #FFA07A;
   text-decoration: underline;
}
a.style1:hover
{
   color: #00BFFF;
   text-decoration: underline;
}
a.style2
{
   color: #00B0D0;
   text-decoration: underline;
}
a.style2:visited
{
   color: #A0522D;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style2:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Oswald;
   font-weight: 400;
   font-weight: 400;
   font-size: 32px;
   text-align: center;
   line-height: 54.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: rgba(39,194,196,0.80);
   --background-color: rgba(39,194,196,0.80);
   background: linear-gradient(to top left, #27C2C4, rgba(39,194,196,0.00), #27C2C4), linear-gradient(to top right, #27C2C4, rgba(39,194,196,0.00), #27C2C4) #FFFFFF;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: swoop-in;
   animation-duration: 500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
h2, .h2
{
   font-family: Oswald;
   font-weight: 400;
   font-weight: 400;
   font-size: 27px;
   text-decoration: underline;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: swoop-in;
   animation-duration: 500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
   --background-color: rgba(0,176,203,1.00);
   --color: #FFFFFF;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   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: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   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;
}
@media only screen and (max-width: 1023px)
{
h1, .h1
{
   font-family: Oswald;
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   text-align: center;
   line-height: 36.03px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #38B6B8;
   --background-color: rgba(56,182,184,1.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: swoop-in;
   animation-duration: 500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
h2, .h2
{
   font-family: Oswald;
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-decoration: underline;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: swoop-in;
   animation-duration: 500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
   --background-color: rgba(0,176,203,1.00);
   --color: #FFFFFF;
   display: inline;
}
}
