@charset "utf-8";
/* Uncomment to include Google Font & Icons files */
/* @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"); */

* {padding: 0; margin: 0;}
img {border: 0; vertical-align: middle;}
html, body, div, form, fieldset, legend, label, p, h1, h2, h3 {margin: 0; padding: 0;}
header, nav, article, footer, address, aside, section, hgroup {display:block;}
.float {float: left;} .clear {clear: both;} 

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Cabin", sans-serif; margin: 0; padding: 0; font-size: 18px; line-height: 25px; color: #000;}

h1 {font-family: "Exo 2", sans-serif;font-weight: bold; font-size: 40px; line-height: 45px; color: #000;}
h2 {font-family: "Exo 2", sans-serif;font-weight: bold; font-size: 30px; line-height: 35px; color: #000;}
h3 {font-family: "Exo 2", sans-serif;font-weight: bold; font-size: 20px; line-height: 25px; color: #000;}

#side {text-align:center;}
#side h2 {position: relative; top: -65px; display:block; width: 100%; text-align:center; color: #ACF501; font-size: 50px;}
#side h3 {position: relative; top: -65px; display:block; width: 100%; text-align:center; color: #ACF501; font-size: 40px;}

img.product {width: 99%; height: auto; border: solid 1px #000;}

a {text-decoration: none; font-weight: bold; color: #777;}
a:hover {text-decoration: underline; font-weight: bold; color: #777;}

ul {list-style-type: disc; list-style-position: outside; padding-left: 25px;}

.lead-para {font-size: 16px; line-height: 18px; color: #777;}
.material-symbols-outlined {}
img.pull-left {float:left; padding-right: 20px;} img.pull-right {float:right; padding-left: 20px;}
img.resp {width: 100%; height: auto;}

a.green-link {padding: 10px 20px 10px 20px; background-color: #ACF501; color: #000;}

.brand {width: 28%; border: solid 1px #000; float:left; margin-left: 2%; margin-right: 2%; margin-bottom: 20px;}
.brand img {width: 100%; height: auto;}

#shape-banner { /* background: #ACF501; background: radial-gradient(circle, rgba(172, 245, 1, 1) 50%, rgba(77, 222, 0, 1) 100%);*/
  background-image: url('../images/dart-throw.png'); background-repeat: no-repeat; background-position: center right; background-size: auto 500px;
  display:block; width: 100%; height: auto; padding-bottom: 0px; overflow:hidden; animation-name: shape; animation-duration: 1.5s;position: relative; left: 0%;}
#shape-banner img {width: 100%; height: auto;animation-name: shape; animation-duration: 1.75s;position: relative; left: 0%;}

@keyframes shape {
  0%   {left: -100%;}
  50%  {left: -100%;}
  100% {left: 0%;}
}

.foot-1 {float:left; width: 40%; padding-top: 50px;}
.foot-2 {float:left; width: 20%; padding-top: 110px; color: #fff; text-align: left;}
.foot-3 {float:left; width: 20%; padding-top: 110px; color: #fff; text-align: center;}
.foot-4 {float:left; width: 20%; padding-top: 110px; color: #fff; text-align: right;}
#footer a {color: #fff; font-weight: 300;}

.one-1, .two-1, .two-2, .three-1, .three-2, .three-3, .three-12, .four-1, .four-2, .four-3, .four-4,
.five-1, .five-2, .five-3, .five-4, .five-5, .six-1, .six-2, .six-3, .six-4, .six-5, .six-6
{min-height: 50px;float:left; text-align: left; display: block; padding: 1%; margin: 0px 0.5% 10px 0.5%;}


@media only screen and (min-width: 1400px) { /* WIDE - Desktop */
  .one-1 {width: 97%; }
  .two-1, .two-2 {width: 47%; }
  .three-1, .three-2, .three-3 {width: 30.33%; }
  .three-12 {width: 63.66%; }
  .four-1, .four-2, .four-3, .four-4 {width: 22%; }
  .five-1, .five-2, .five-3, .five-4, .five-5 {width: 17%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 13.66%}
  .break {display:block;}
}

@media only screen and (min-width: 868px) and (max-width: 1399px) { /* MEDIUM - Tablet Portrait */
  .one-1 {width: 97%;}
  .two-1, .two-2 {width: 97%;}
  .three-1, .three-2, .three-3 {width: 30.33%;}
  .three-12, .three-23 {width: 63.66%; margin-top: 0px;}
  .four-1, .four-2, .four-3, .four-4 {width: 22%;}
  .five-1, .five-2, .five-3, .five-4, .five-5 {width: 17%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 30.33%;} 
}

@media only screen and (min-width: 480px) and (max-width: 867px) { /* SMALL - Mobile Landscape */
  .one-1 {width: 97%;}
  .two-1, .two-2 {width: 97%; }
  .three-1, .three-2, .three-3 {width: 97%; }
  .three-12, .three-23 {width: 97%; }
  .four-1, .four-2, .four-3, .four-4 {width: 47%; min-height: 100px;}
  .five-1, .five-2, .five-3 {width: 30.33%; }
  .five-4, .five-5 {width: 47%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 47%;}
.foot-1 {float:left; width: 100%; padding-top: 50px; text-align:center;}
.foot-2 {float:left; width: 50%; padding-top: 50px; color: #fff; text-align: center;}
.foot-3 {float:left; width: 50%; padding-top: 50px; color: #fff; text-align: center;}
.foot-4 {float:left; width: 100%; padding-top: 50px; color: #fff; text-align: center;}
  .four-2 {clear:right;}
  .four-3 {clear:left;}
}

@media only screen and (max-width: 479px) { /* TINY - Mobile Portrait */
  .one-1 {width: 97%; }
  .two-1, .two-2 {width: 97%; }
  .three-1, .three-2, .three-3 {width: 97%; }
  .three-12, .three-23 {width: 97%; }
  .four-1, .four-2, .four-3, .four-4 {width: 47%; min-height: 100px;}
  .five-1, .five-2, .five-3, .five-4 {width: 47%}
  .five-5 {width: 97%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 97%;}
.foot-1 {float:left; width: 100%; padding-top: 50px; text-align:center;}
.foot-2 {float:left; width: 50%; padding-top: 50px; color: #fff; text-align: center;}
.foot-3 {float:left; width: 50%; padding-top: 50px; color: #fff; text-align: center;}
.foot-4 {float:left; width: 100%; padding-top: 50px; color: #fff; text-align: center;}
}
