*
{
  font-family: 'Open Sans', sans-serif;
  color: #000;
}


@font-face
{
  font-family: AlienEncounter;
  src: url("../fonts/Alien-Encounters-Regular.ttf");
}

@font-face
{
  font-family: Primal;
  src: url("../fonts/Primal.otf") format("opentype");
  font-display: swap;
}

html
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
  background-color: #f97116;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  height: 100%;
}

a
{
  text-decoration: none;
}

img
{
  display:block;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button
{
  -webkit-appearance:none;
  -webkit-border-radius:0px;
  border: 0;
}

#main-container
{
  width: 100%;
  margin: 0 auto;
  min-width: 720px;
  min-height: 100%;
}

#Main-Title-Div
{
  font-size: 85px;
  color: #fff;
  width:100%;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  position :relative;
  top: 75px;
  margin: 50px auto;
  margin-bottom: 0px;
  letter-spacing: 10px;

  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;

}

#Main-Title-Div2
{
  font-size: 36px;
  color: #fff;
  width:100%;
  text-align: center;
  position :relative;
  top: 75px;
  left: 3px;
  margin: 0;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 17px;

  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

#classic-anchor
{
  color: white;
  position: fixed;
  top: 15px;
  left: 15px;
  font-size: 18px;
  font-family: montserrat, sans-serif;
  font-weight: 200;
  font-style: normal;
}

#classic-anchor:hover
{
  text-decoration: underline;
}

#title, #title2
{
  text-align: center;
  font-size: 42px;
  width: 40%;
  margin: 50px auto;
  color: white;

  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#brand-container
{
  width: 100%;
  margin: 150px auto;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  background-image: url("../img/eclipse-banner2.jpg");
  background-repeat: repeat;
	animation: indev 240s linear infinite;

  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

@-webkit-keyframes indev {
  0%{background-position:0% 0%}
  50%{background-position:600% 0%}
  100%{background-position:0% 0%}
}
@-moz-keyframes indev {
  0%{background-position:0% 0%}
  50%{background-position:600% 0%}
  100%{background-position:0% 0%}
}
@keyframes indev { 
  0%{background-position:0% 0%}
  50%{background-position:600% 0%}
  100%{background-position:0% 0%}
}


#sub-brand-container
{
  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

.brand-cell 
{
  height: 800px;
  overflow: hidden;
  position: relative;
  width: 33.3%;
}



.brand-cell img 
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;

  height: 800px;
}

#cell1
{
  clip-path: polygon(0 0, 100% 0%, 40% 100%, 0 100%);

}

#cell1 h1 
{
  width: inherit;
  color: white;
  font-size: 60px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0%,-50%);
  text-align: left;

  letter-spacing: 8px;
  font-family: Primal;
  font-weight: 400;
  font-style: normal;
  opacity: 0.85;

  text-shadow: 4px 4px 16px #000;
}

#cell2 h1 
{
  color: white;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;

  letter-spacing: 8px;
  font-family: Primal;
  font-weight: 400;
  font-style: normal;

  text-shadow: 4px 4px 16px #000;
  opacity: 0.85;
}

#cell3
{
  clip-path: polygon(60% 0, 100% 0%, 100% 100%, 0 100%);

}

#cell3 h1 
{
  width: inherit;
  color: white;
  font-size: 48px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0%,-50%);
  text-align: right;

  letter-spacing: 8px;
  font-family: Primal;
  font-weight: 400;
  font-style: normal;

  text-shadow: 4px 4px 16px #000;
  opacity: 0.85;
}


/*
.Brand-Cell
{
  background-color: #FFF;
  width: 300px;
  height: 650px;
  margin: 50px 50px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
*/

.opaque-logo
{
  z-index: -2;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#triangle-parent
{
  position: relative;
  top: 0px;
  left: 0px;
}

#triangle-left-test
{
  width: 0px;
  height: 0px;
  background-color: #f97116;
  position: absolute;
  left:0px;
  top:0;
  border-bottom: 150px solid #f97116;
  border-right: 150px solid #FFF;
  z-index: 150;
}

#triangle-right-test
{
  width: 0px;
  height: 0px;
  background-color: #f97116;
  position: absolute;
  left:150px;
  top:0px;
  border-bottom: 150px solid #f97116;
  border-left: 150px solid #FFF;
  z-index: 150;
}

#text-container
{
  width: calc(100% - 2px);
  height: 100px;
  line-height: 50px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-top:1px solid white;
}

#text-banner
{
  background-color: #000;
  width: 75%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

#text-banner p
{
  color: white;
}

#image-container
{
  width: calc(100% - 2px);
  height: 400px;
  line-height: 450px;
  border: 1px solid black;
  border-bottom: none;
  
}

.prod
{
  margin: 0px auto;
  vertical-align: middle;
  z-index: 3;

  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

.Brand-Cell img
{
  
}

.Brand-Cell button
{
  width: 100%;
  height: 125px;
  cursor: pointer;
  font-size: 36px;
  box-shadow: 10px 10px 5px black;
  background-image: linear-gradient(to bottom, #FFFFFF,#FDD0B1,#FCB88B,#FBA064,#FA893D,#F97116);
}

.Brand-Cell a
{
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.anchor-button
{
  width: 550px;
  height: 200px;
  background-color: grey;
  box-shadow: 0 5px 0 darkred;
}


#footer
{
  display: block;
  width: 100%;
  min-width: 960px;
  height: 300px;
  margin: 0 auto;
  
  text-align: center;
  background-color: #FFF;
}

hr
{
  margin: 0;
}

.footer-column
{
  width: 32.5%;
  height: 250px;
  display: inline-block;
  margin: 20px auto;
  border-right: 1px solid black;
  float: left;
}

.footer-column-content
{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.footer-column-content img
{
  width: 200px;
  margin: 25px auto;
}

.footer-column-content h1
{
  color: #242f39;
  font-family: Montserrat;
}

.footer-column-content a
{
  color: #242f39;
  display: block;
  margin: 30px;
}

.footer-column-content p
{
  font-size: 10px;
}

.footer-column-content a:hover
{
  color: #f97116;
}

.before
{
    opacity: 0;
}

.half
{
    opacity: 0.5;
}

.after
{
    opacity: 1;
}

#before
{
  opacity: 0;
}

#half
{
  opacity: 0.5;
}

#after
{
  opacity: 1;
}

.grow
{
  transform: scale(30);
}

.last
{
  border-right: 0px;
}

#hr1, #hr3
{
  transition: all 1s ease-in-out;
}

#hr2
{
  color: white;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;

}

.nowidth
{
  width: 0;
  margin: 0 auto;
}

.halfwidth
{
  width: 50%;
  margin: 0 auto;
}

#nowidth
{
  width: 0;
  margin: 0 auto;
}

#halfwidth
{
  width: 40%;
  margin: 0 auto;
}

.nowidth2
{
  padding: 0px;
  width: 0;
  margin: 0 auto;
}

.halfwidth2
{
  padding: 5px;
  width: 40%;
  margin: 5px auto;
}

#nowidth2
{
  padding: 0px;
  width: 0;
  margin: 0px auto;
}

#halfwidth2
{
  padding: 5px;
  width: 40%;
  margin: 5px auto;
}

.moveup
{
  -webkit-animation: mover 2s;
    animation: mover 2s;
}

.moveupshort
{
  -webkit-animation: mover 2s;
    animation: mover 2s;
}

#bkg-logo
{
  position: absolute;
  top: calc(50% - 128px);
  left: calc(50% - 128px);
  z-index: -200;

  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;

  transition: all 1s ease-in-out;
}

#carticon
{
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 101;

  width:64px;
  height:64px;
  border: solid 1px #555;
  background-color: #fff;
  box-shadow: 4px 4px  rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px  rgba(0,0,0,0.5);
  -webkit-box-shadow: 4px 4px  rgba(0,0,0,0.5);
  -o-box-shadow: 4px 4px  rgba(0,0,0,0.5);
  border-radius:48px;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#carticon-message
{
  position: fixed;
  top: 36px;
  left: 80px;
  z-index: 101;
  line-height: 30px;
  background-color: #FFF;
  border-radius: 2px;
  padding-left: 30px;

  font-family: montserrat, sans-serif;
  font-weight: 200;
  font-style: normal;

  overflow:hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;

}

.setnowidth
{
  width: 0;
  height: 0;
  opacity: 0;
}

.setwidth
{
  width: 200px;
  height: 30px;
  opacity: 1;
}

form
{
  margin: 200px 0px;
}

.contact
{
  background-color: #FFF;
  height: 40px;
  margin: 5px auto;
  display: block;
  border: 0;

  font-family: montserrat, sans-serif;
  font-weight: 200;
  font-style: normal;

  -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

#message
{
  height: 100px;
  margin: 5px auto;
  display: block;
  border: 0;

  font-family: montserrat, sans-serif;
  font-weight: 200;
  font-style: normal;

  overflow:hidden

  -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

input[type='submit']
{
  font-family: montserrat, sans-serif;
  font-weight: 200;
  font-style: normal;
  cursor: pointer;

  -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

@-webkit-keyframes mover 
{
    0% {top: 300px;}
    30% {top: 300px;}
    50% {top: 300px;}
    70% {top: 300px;}
    100% {top: 75px;}
}

@keyframes mover 
{
    0% {top: 300px;}
    30% {top: 300px;}
    50% {top: 300px;}
    70% {top: 300px;}
    100% {top: 75px;}
}

@-webkit-keyframes mover2
{
    0% { transform: translateY(0); }
    100% { transform: translateY(70px); }
}

@keyframes mover2 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(70px); }
}