@font-face
{
   font-family: "Barlow Semi Condensed";
   font-display: swap;
   src: url('fonts/barlowsemicondensed-regular-webfont.woff2') format('woff2'),
        url('fonts/barlowsemicondensed-regular-webfont.woff') format('woff'),
        url('fonts/BarlowSemiCondensed-Regular.ttf') format('truetype'),
        url('fonts/barlowsemicondensed-regular-webfont.svg#Barlow Semi Condensed') format('svg'),
        url('fonts/barlowsemicondensed-regular-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Haettenschweiler";
   font-display: swap;
   src: url('fonts/haettenschweiler-webfont.woff2') format('woff2'),
        url('fonts/haettenschweiler-webfont.woff') format('woff'),
        url('fonts/Haettenschweiler.ttf') format('truetype'),
        url('fonts/haettenschweiler-webfont.svg#Haettenschweiler') format('svg'),
        url('fonts/haettenschweiler-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Bebas Neue";
   font-display: swap;
   src: url('fonts/bebasneue-regular-webfont.woff2') format('woff2'),
        url('fonts/bebasneue-regular-webfont.woff') format('woff'),
        url('fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('fonts/bebasneue-regular-webfont.svg#Bebas Neue') format('svg'),
        url('fonts/bebasneue-regular-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "GNP_LOGO";
   font-display: swap;
   src: url('fonts/gnp_logo-webfont.woff2') format('woff2'),
        url('fonts/gnp_logo-webfont.woff') format('woff'),
        url('fonts/GNP_LOGO.ttf') format('truetype'),
        url('fonts/gnp_logo-webfont.svg#GNP_LOGO') format('svg'),
        url('fonts/gnp_logo-webfont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Antonio";
   font-display: swap;
   src: url('fonts/Antonio-Regular.woff2') format('woff2'),
        url('fonts/Antonio-Regular.woff') format('woff'),
        url('fonts/Antonio-Regular.ttf') format('truetype'),
        url('fonts/Antonio-Regular.svg#Antonio') format('svg'),
        url('fonts/Antonio-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Oswald";
   font-display: swap;
   src: url('fonts/Oswald-Regular.woff2') format('woff2'),
        url('fonts/Oswald-Regular.woff') format('woff'),
        url('fonts/Oswald-Regular.ttf') format('truetype'),
        url('fonts/Oswald-Regular.svg#Oswald') format('svg'),
        url('fonts/Oswald-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-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   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 animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
a.black_font_link
{
   color: #000000;
   text-decoration: none;
}
a.black_font_link:visited
{
   color: #000000;
   text-decoration: none;
}
a.black_font_link:active
{
   color: #000000;
   text-decoration: none;
}
a.black_font_link:hover
{
   color: #B22222;
   text-decoration: none;
}
a.white_font_link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_font_link:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_font_link:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_font_link:hover
{
   color: #DC143C;
   text-decoration: none;
}
a.yellow_font_link
{
   color: #DAA520;
   text-decoration: none;
}
a.yellow_font_link:visited
{
   color: #DAA520;
   text-decoration: none;
}
a.yellow_font_link:active
{
   color: #DAA520;
   text-decoration: none;
}
a.yellow_font_link:hover
{
   color: #FF0000;
   text-decoration: underline;
}
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-block;
}
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-block;
}
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-block;
}
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-block;
}
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-block;
}
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-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.GNP_Gradient_Gray
{
   text-decoration: none;
   background-color: transparent;
   background-image: linear-gradient(to top, #4F4F4F 0%, #FEFEFE 50%, #FEFEFE 50%, #4F4F4F 100%);
}
.darktheme .GNP_Gradient_Gray
{
   background-image: linear-gradient(to top, #A9A9A9 0%, #FFFFFF 50%, #FFFFFF 50%, #A9A9A9 100%);
}
.GNP Hae Shadow
{
   font-family: Haettenschweiler;
   font-size: 37px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
   --color: #FFFFFF;
}
.GNP_Barlow_Shadow
{
   font-family: "Barlow Semi Condensed";
   font-size: 37px;
   text-decoration: none;
   background-color: transparent;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(0,0,0,0.50);
}
.Oswald_Header
{
   font-family: "Oswald Light";
   font-weight: normal;
   font-size: 32px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
@media only screen and (max-width: 969px)
{
}
