* {
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  color: white;
  font-family: "Work Sans", sans-serif;
}

.custom-bg {
  background: url(images/bg-test.svg);

  background-size: cover;
}

#toggle-1[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* Toggled State */
#toggle-1:checked ~ .notice {
  display: none;
}

#close { 
 -webkit-appearance: push-button;
 -moz-appearance: button;
 padding: 15px;
 cursor: pointer;
 background: white;
 margin-top: 1em;
 display: block;
width: 100px;
margin: auto;
}

/* Default State */
.notice {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.90);
  top: 0;
  left: 0;
  padding-top: 80px;
  overflow:auto;
  display:flex;
  align-items:center;
  justify-content: center;
  z-index: 1;
}
.notice h1 {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.notice h2 {
  text-align: center;
  box-shadow: none;
}
.notice p {
  padding: 0 15px 0 15px !important;
  margin-bottom: 15px !important;
}

.notice img {
  padding: 10px;
}
.notice a {
  color: white;
  text-decoration: underline;
}


/* fixed button */
.tothetop {
  position: fixed;
  bottom: 25px;
  right: 25px; 
}




header, section, input, textarea, button {
  width: 100%; }

header {
  position: fixed;
  top: 0px;
  text-align: center;
  z-index: 1;
  animation: top-down 1s;
  background: black;
  /* Old browsers */ }

section {
  padding-top: 50px;
  padding-bottom: 50px; }
  section a {
    display: block;
    margin-top: 25px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    padding: 15px;
    background: white; }
    section a:after {
      content: ""; }

footer {
  padding-top: 20px;
  background: black;
  /* Old browsers */ }
  footer li {
    color: grey;
    padding-bottom: 10px; }
    footer li img {
      width: 30px; }
  footer a {
    color: white;
    font-size: 1.05em;
    padding-bottom: 10px; }
    footer a:visited {
      color: white; }

.social {
  margin: 10px;
  height: 30px; }

h1, h2, h3 {
  margin-bottom: 10px;
  text-transform: uppercase; }

h1, h2 {
  font-weight: 700;
  box-shadow: inset 0 -0.15em 0 0 #e7e7e7; }

h1 {
  color: white;
  font-size: 2.45em; }

h2 {
  font-size: 1.05em;
  padding-top: 20px; }


h3 {
  font-size: .65em;
  padding-bottom: 10px; }

li {
  list-style: none; }
  li a {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.4s; }
    li a:hover {
      box-shadow: inset 0 -0.15em 0 0 #999; }

p {
  margin-bottom: 2em;
  line-height: 1.5em; }
  p:last-of-type {
    margin-bottom: 0px; }

a {
  color: black;
  text-decoration: none; }
  a a:visited {
    color: black; }

input, textarea, button {
  font-size: 24px;
  height: 40px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #222;
  border: none; }
  input:focus, textarea:focus, button:focus {
    border: 3px solid white; }


    label {
      font-size: 24px;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      cursor: pointer;
      padding-left: 50px;
      padding-right: 50px;
    }

    @media only screen and (max-width: 700px) {
      label {
    display: block;
    padding: 10px;
      }
    }
    
    label input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: inline-block;
      position: relative;
      background-color: #f1f1f1;
      color: #666;
      top: 10px;
      height: 30px;
      width: 30px;
      border: 0;
      border-radius: 50px;
      cursor: pointer;
      outline: none;
    }
    
    label input[type="radio"]:checked::before {
      position: absolute;
      color: white;
      font: 13px/1 "Open Sans", sans-serif;
      left: 11px;
      top: 7px;
      content: "\02143";
      transform: rotate(40deg);
    }
    label input[type="radio"]:checked {
      background-color: #00A8E1;
    }
    
    
    label input[type="radio"]:hover {
      background-color: #00A8E1;
      color: white;
    }  

button {
  width: 200px; }

textarea {
  height: 250px;
  resize: none; }

:-moz-placeholder {
  color: #444; }

::-webkit-input-placeholder {
  color: #444; }

/* SPLASHES */
.splash {
  overflow: hidden; }

video {
    width: 100%;
    margin-bottom: -10px;
}

.hero {
  margin-top: 150px;
  max-height: 550px;
}
  .hero h2 {
    left: 50%;
    font-size: 150%;
    display: block;
    padding: 15px;
    border: 3px white solid;
    margin-top: 300px;
    box-shadow: none;
    justify-content: space-around;
   }
@media only screen and (max-width: 700px) {
  .hero h2 {
    font-size: 18px;
    margin-top: 220px;  
    }
  }
.hero .overlay {
      -webkit-transform: translate(-50%, -110%);
      -moz-transform: translate(-50%, -110%);
      transform: translate(-50%, -110%);
      position: absolute;
 }
.squeegee {
  background: url("images/squeegee.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px; }

.fabric {
  background: url("images/fabric.jpg");
  background-position: center;
  background-size: cover;
  height: 400px; }

.beach {
  background: url("images/beach-one.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

/* SECTIONS */
.callout { }
  .callout h2 {
    font-size: 1.3rem;
    display: block;
    justify-content: space-around;
    margin: auto; }
  .callout img {
    width: 40%;
    margin: auto; }
  .callout p {
    font-size: .8em;
    color: gray; }
  .callout a {
    margin-top: 0px;
    white-space: normal;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .callout a:after {
      content: ""; }
  .callout .custombtn h2 {
    color: #00A8E1; }
  .callout .historybtn h2 {
    color: gray; }
  .callout .licensesbtn h2 {
    color: #CF0A2C; }
  .callout .wholesalebtn h2 {
    color: #00833E; }

.about {
background: -moz-linear-gradient(-45deg, rgba(221,0,0,1) 0%, rgba(255,89,213,0.5) 100%),
url('images/sewing-multiply.jpg'); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(221,0,0,1) 0%,rgba(255,89,213,0.5) 100%),
url('images/sewing-multiply.jpg'); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(221,0,0,1) 0%,rgba(255,89,213,0.5) 100%),
url('images/sewing-multiply.jpg'); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dd0000', endColorstr='#80ff59d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

background-position: right;
background-repeat: no-repeat;
background-size: cover;

}

.licenses {
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.custom {
  background-color: #00A8E1;
  background: -moz-linear-gradient(-45deg, rgba(188,214,255,0.5) 0%, rgba(0,150,255,1) 100%),
  url('images/manual-multiply.jpg'); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(188,214,255,0.5) 0%,rgba(0,150,255,1) 100%),
  url('images/manual-multiply.jpg'); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(188,214,255,0.5) 0%,rgba(0,150,255,1) 100%),
  url('images/manual-multiply.jpg'); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcd6ff', endColorstr='#0096ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; 
}

  .custom a {
    color: #00A8E1; }

  .retail {
    background: -moz-linear-gradient(-45deg, rgba(255,153,0,1) 0%, rgba(255,0,0,0.5) 100%),
    url('images/Website-BGs.jpg'); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,153,0,1) 0%,rgba(255,0,0,0.5) 100%),
    url('images/Website-BGs.jpg'); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,153,0,1) 0%,rgba(255,0,0,0.5) 100%),
    url('images/Website-BGs.jpg'); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#80ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-position: right top;
    background-repeat: no-repeat; 
  }

.history {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);/* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}

.wholesale {
  background-color: #00833E;

background: -moz-linear-gradient(-45deg, rgba(0,155,77,1) 0%, rgba(149,229,218,0.5) 100%),
url("images/fabric-multiply.jpg"); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,155,77,1) 0%,rgba(149,229,218,0.5) 100%),
url("images/fabric-multiply.jpg"); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,155,77,1) 0%,rgba(149,229,218,0.5) 100%),
url("images/fabric-multiply.jpg"); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b4d', endColorstr='#8095e5da',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

background-position: left top;
background-size: cover;
background-repeat: no-repeat;

}


.info {
  margin-top: 70px;
  color: #313131; 
  background: rgba(255, 255, 255, 0.9);
}
.logoh125{
  height: 150px; }

.logoh75 {
  height: 75px; }

.logo65 {
  width: 65%; }

.logo40 {
  width: 40%; }

.logo75 {
  width: 75%; }

.logo55 {
  width: 55%; }

.logo:hover {
  color: white;
  animation: roll 2s infinite;
  opacity: .7; }

.img-box {
  width: 100%;
}
.full-img {
  height: 100%;
  margin-top: -60px;
  margin-bottom: -63px;
}
@media only screen and (max-width: 700px) {
  .full-img {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* colors */
.black {
  color: black; }

.white {
  color: white; }

.headerfix {
  scroll-margin-top: 200px;
}

.max {
  max-width: 1200px;
  margin: auto; }

.grayborder {
  background-color: rgba(255, 255, 255, 0.45); }

@media only screen and (max-width: 700px) {
  li {
    text-align: center; } }

.callout a {
  position: relative; }
  .callout a:hover .outer {
    animation: dash 1s linear forwards; }

.circle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: middle; }
  .circle svg {
    width: 63%; }

.blue-circle {
  stroke: #00A8E1; }

.red-circle {
  stroke: #CF0A2C; }

.gray-circle {
  stroke: #99999A; }

.green-circle {
  stroke: #00833E; }

.outer {
  fill: transparent;
  stroke-width: 20;
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
  position: relative; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

.outer:hover {
  animation: dash .5s linear forwards; }

.timeline {
  margin-top: 50px;
  margin-bottom: 50px;
  color: black;
  display: flex;
  flex-wrap: wrap; }
  .timeline h2 {
    font-size: 1.25em;
    box-shadow: inset 0 0 0 0 white; }
  .timeline .period {
    flex-grow: 1; }
    .timeline .period p {
      padding: 10px;
      margin: 0px; }
    .timeline .period:hover .point {
      background-color: black; }
    .timeline .period:hover img {
      opacity: 1; }
    .timeline .period img {
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      transition: all ease 0.4s;
      opacity: .25; }
  .timeline .line {
    background-color: black;
    width: 100%;
    height: 2px; }
    .timeline .line .point {
      position: relative;
      margin: auto;
      top: -.5em;
      background-color: white;
      height: 1em;
      width: 1em;
      border: 2px black solid;
      border-radius: 50%;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      transition: all ease 0.4s; }

@keyframes top-down {
  0% {
    transform: translate(0, -200%); }
  100% {
    transform: translate(0, 0); } }

@keyframes roll {
  0% {
    transform: rotate(0); }
  33.3% {
    transform: rotate(10deg); }
  66.6% {
    transform: rotate(-10deg); }
  99.9% {
    transform: rotate(0); } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around; }

.col-1-8 {
  width: 12.5%; }

.col-1-6 {
  width: 16.66%; }

.col-1-5 {
  width: 20%; }

.col-1-4 {
  width: 25%; }

.col-1-3 {
  width: 33.33%; }

.col-3-8 {
  width: 37.5%; }

.col-1-2 {
  width: 50%; }

.col-5-8 {
  width: 62.5%; }

.col-2-3 {
  width: 66.66%; }

.col-1-1 {
  width: 100%; }

.col-center {
  align-self: center;
  text-align: center; }

.col-top {
  align-self: flex-start;
  text-align: center; }

.col-padding {
  padding: 10px; }

.col-big-padding {
  padding: 40px; }

.col-column {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }

@media only screen and (max-width: 700px) {
  .mob-col-1-8 {
    width: 12.5%; }
  .mob-col-1-6 {
    width: 16.66%; }
  .mob-col-1-4 {
    width: 25%; }
  .mob-col-1-3 {
    width: 33.33%; }
  .mob-col-1-2 {
    width: 50%; }
  .mob-col-2-3 {
    width: 66.66%; }
  .mob-col-1-1 {
    width: 100%; } }
