@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');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) 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 puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes rainbow-text
{
   0% { color: #00FF00;  }
   23% { color: #FF6633;  }
   48% { color: #F5F5F5;  }
   80% { color: #FFA500;  }
   100% { color: #FFFF00;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@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 tin-up-in
{
   0% { transform: translate(0px,-900%) rotate(0deg) ; opacity: 0;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes tin-left-in
{
   0% { transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.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) ;  }
}
.style1
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   text-shadow: 2px 3px 2px rgba(255,69,0,1.00);
}
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: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.half-circle-top
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.half-circle-top:before
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
   border-radius: 50px;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%);
   top: -50px;
}
.half-circle-bottom
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.half-circle-bottom:after
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
   border-radius: 50px;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%);
   bottom: -50px;
   top: auto;
}
.diagonal
{
   text-decoration: none;
   background-color: #FF6347;
   --background-color: rgba(255,99,71,1.00);
   background-image: linear-gradient(to bottom, #FF6246 0%, #FF6246 25%, #FF6246 100%);
   z-index: 1;
   padding-top: 6em;
}
.diagonal:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   width: 150%;
   z-index: -1;
   transform-origin: 3% 0;
   position: absolute;
   height: 50%;
   left: -25%;
   content: '';
   transform: rotate(-3deg);
   display: block;
   top: 0;
}
.diagonal:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   width: 150%;
   z-index: -1;
   transform-origin: 0 0;
   position: absolute;
   height: 75%;
   left: -25%;
   content: '';
   transform: rotate(-2deg);
   display: block;
   top: 0;
}
.triangle
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangle:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   bottom: -50px;
   transform: translateX(-50%) rotate(45deg);
}
.triangles
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangles:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   box-shadow: -50px 50px 0 #000000;
   width: 50px;
   z-index: 10;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   bottom: -25px;
   transform: translateX(-50%) rotate(45deg);
}
.curve
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.curve:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   width: 50%;
   z-index: 10;
   position: absolute;
   height: 70px;
   left: 0;
   content: "";
   top: -70px;
}
.curve:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   width: 50%;
   z-index: 10;
   position: absolute;
   left: 50%;
   height: 70px;
   content: "";
   top: -70px;
}
.blocks
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.blocks:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(to right, #000000 50%, #FFFFFF 50%');
   background-size: 130px 100%;
   width: 100%;
   position: absolute;
   height: 50px;
   left: 0;
   content: "";
   top: -50px;
}
.zigzag
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.zigzag:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%');
   background-size: 50px 100%;
   z-index: 10;
   right: 0;
   position: absolute;
   height: 90px;
   left: 0;
   content: "";
   background-position: 50%;
   display: block;
   top: -90px;
}
.zigzag-bottom
{
   text-decoration: none;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.zigzag-bottom:after
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%');
   background-size: 50px 100%;
   z-index: 10;
   right: 0;
   position: absolute;
   height: 90px;
   left: 0;
   content: "";
   background-position: 50%;
   display: block;
   top: 100%;
}
.triangles-top
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangles-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   box-shadow: -50px 50px 0 #000000;
   width: 50px;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   transform: translateX(-50%) rotate(45deg);
   top: -25px;
}
.triangle-top
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.triangle-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   width: 100px;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%) rotate(45deg);
   top: -50px;
}
.style2
{
   font-family: Lemon;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   box-shadow: 2px 2px 0 #000000;
}
.style3
{
   font-family: Lemon;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
}
.style4
{
   font-family: Lemon;
   font-size: 53px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   text-shadow: 6px 0 5px rgba(0,0,128,1.00);
}
.style5
{
   font-family: Lemon;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   text-shadow: 6px 6px 0 rgba(255,86,21,1.00);
}
.style6
{
   font-family: Lemon;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   text-shadow: 4px 4px 0 rgba(0,0,128,1.00);
}
@media only screen and (max-width: 1000px)
{
}
