@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: "ABeeZee";
   font-weight: 400;
   font-display: swap;
   src: url('../ABeeZee.woff2') format('woff2'),
        url('../ABeeZee.woff') format('woff');
}
@font-face
{
   font-family: "Baumans";
   font-weight: 400;
   font-display: swap;
   src: url('../Baumans.woff2') format('woff2'),
        url('../Baumans.woff') format('woff');
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@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 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 transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes vanish-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%;  }
}
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;
}
.buddysoft
{
   font-family: "Bauhaus 93";
   font-size: 48px;
   letter-spacing: 2px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,1.00);
   animation-name: puff-in;
   animation-duration: 2000ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
.products
{
   font-family: Arial;
   font-size: 13px;
   text-align: left;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   text-shadow: 0 0 1px rgba(255,255,255,1.00);
}
.redwhite
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #FF4500;
   --color: #FF4500;
   background-color: transparent;
   text-shadow: 0 0 2px rgba(245,245,245,1.00);
}
.Buddysoft_black
{
   font-family: Arial;
   font-size: 13px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   text-shadow: 0 0 3px rgba(245,245,245,1.00);
   animation-name: filter-blur-in;
   animation-duration: 2000ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
.buddysoft_copy
{
   font-family: "Bauhaus 93";
   font-size: 48px;
   letter-spacing: 2px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 0 6px rgba(0,0,0,1.00);
}
.buddysoft_copy2
{
   font-family: "Bauhaus 93";
   font-size: 48px;
   letter-spacing: 2px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 0 0 6px rgba(0,0,0,1.00);
}
.Tailored
{
   font-family: Calibri;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: 1px 1px 1px rgba(79,79,79,1.00);
}
.arial_n_shadow, .arial_n_shadow.ui-widget-content, .arial_n_shadow.ui-state-default
{
   font-family: ABeeZee;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   text-shadow: 0 0 5px rgba(0,0,0,1.00);
   animation-name: filter-blur-in;
   animation-duration: 1500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: none;
}
.Desktop
{
   font-family: ABeeZee;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
   text-shadow: 0 0 5px rgba(255,255,255,1.00);
}
