@font-face
{
   font-family: "Bootstrap Icons";
   font-display: swap;
   src: url('../fonts/bootstrap-icons.woff2') format('woff2'),
        url('../fonts/bootstrap-icons.woff') format('woff'),
        url('../fonts/bootstrap-icons.ttf') format('truetype');
}
@font-face
{
   font-family: "Remixicon";
   font-display: swap;
   src: url('../fonts/remixicon.woff2') format('woff2'),
        url('../fonts/remixicon.woff') format('woff'),
        url('../fonts/remixicon.ttf') format('truetype'),
        url('../fonts/remixicon.svg#remixicon') format('svg'),
        url('../fonts/remixicon.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons Outlined";
   font-display: swap;
   src: url('../fonts/Material Icons Outlined.woff2') format('woff2'),
        url('../fonts/Material Icons Outlined.woff') format('woff'),
        url('../fonts/Material-Icons-Outlined.otf') format('opentype');
}
@font-face
{
   font-family: "Bootstrap Icons";
   font-display: swap;
   src: url('../fonts/bootstrap-icons.woff2') format('woff2'),
        url('../fonts/bootstrap-icons.woff') format('woff'),
        url('../fonts/bootstrap-icons.ttf') format('truetype');
}
@font-face
{
   font-family: "Remixicon";
   font-display: swap;
   src: url('../fonts/remixicon.woff2') format('woff2'),
        url('../fonts/remixicon.woff') format('woff'),
        url('../fonts/remixicon.ttf') format('truetype'),
        url('../fonts/remixicon.svg#remixicon') format('svg'),
        url('../fonts/remixicon.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons Outlined";
   font-display: swap;
   src: url('../fonts/Material Icons Outlined.woff2') format('woff2'),
        url('../fonts/Material Icons Outlined.woff') format('woff'),
        url('../fonts/Material-Icons-Outlined.otf') format('opentype');
}
a.blu
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blu:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blu:active
{
   color: #BDD1EA;
   text-decoration: none;
}
a.blu:hover
{
   color: #5ABBF1;
   text-decoration: none;
}
a.salonblu
{
   color: #E4EDF2;
   text-decoration: none;
}
a.salonblu:visited
{
   color: #E4EDF2;
   text-decoration: none;
}
a.salonblu:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.salonblu:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blulink
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms ease;
   position: relative;
   display: inline-block;
}
a.blulink::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #EAF5FF;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 1px;
   transition: all 300ms ease;
}
a.blulink:hover::after
{
   background: #EAF5FF;
   opacity: 1;
   transform: translateY(0px);
}
a.blulink:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.blulink:active
{
   color: #EAF5FF;
   text-decoration: none;
}
a.blulink:hover
{
   color: #EAF5FF;
   text-decoration: none;
   text-shadow: 1px 1px 10px rgba(0,0,0,0.56);
}
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;
}
.Jost h1
{
   font-family: Jost;
   font-weight: bold;
   font-size: 35px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px)
{
.Jost h1
{
   font-family: Jost;
   font-weight: bold;
   font-size: 29px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
.Jost h1
{
   font-family: Jost;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 650px) and (max-width: 767px)
{
.Jost h1
{
   font-family: Jost;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 480px) and (max-width: 649px)
{
.Jost h1
{
   font-family: Jost;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
}
@media only screen and (max-width: 479px)
{
.Jost h1
{
   font-family: Jost;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
}
