/* @import url(https://fonts.googleapis.com/css?family=Anton); */
/* @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,800); */

@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato&display=swap');

body, html {
  margin: 0;
  font-family: 'Lato', sans-serif;
}



* {
  margin: 0;
  padding: 0;

}



.container-fluid {
  margin: 0;
  padding: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -100;
  background: url('img/blue-red-bg.jpg') no-repeat center center;
  background-size: cover;

  /* background: rgb(19,34,96);
  background: -moz-linear-gradient(-25deg,  rgba(19,34,96,1) 0%, rgba(30,87,153,1) 50%, rgba(26,60,132,1) 50%, rgba(196,0,0,1) 50%, rgba(127,25,25,1) 100%);
  background: -webkit-linear-gradient(-25deg,  rgba(19,34,96,1) 0%,rgba(30,87,153,1) 50%,rgba(26,60,132,1) 50%,rgba(196,0,0,1) 50%,rgba(127,25,25,1) 100%);
  background: linear-gradient(95deg,  rgba(19,34,96,1) 0%,rgba(30,87,153,1) 50%,rgba(26,60,132,1) 50%,rgba(196,0,0,1) 50%,rgba(127,25,25,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132260', endColorstr='#7f1919',GradientType=1 );  */


}

.title {
    font-family: 'Cardo', serif;
    font-size: 34px;
    color: #F44336;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
}

.sub-title {
  font-size: 28px;
    color: white;
    background: #2c3775;
    border-radius: 8px;
    padding: 4px;
}

.sub-title span {
  font-family: 'Cardo', serif;

}


.title-1 {
    font-family: 'Cardo', serif;
    font-size: 34px;
    color: #ECC235;
}

.title-2 {
    font-family: 'Cardo', serif;
    font-size: 38px;
    color: #ECC235;
}

.heading {
  color: #4c4c4c;
font-size: 18px;
text-transform: uppercase;
font-family: 'Cardo', serif;
margin-top: 10px;
margin-bottom: 30px;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
background: white;
padding: 10px;
width: calc(100% - 20px);
margin: 40px auto 40px;
box-shadow: 0 0 40px rgba(0,0,0,0.5);
border-right: 8px solid #1D5697;
border-left: 8px solid #A31A01;
background: #fff url('img/pinstrip-bg.jpg');
background-position: center center;
background-size: auto;
}

.heading h1 {
  font-size: 60px;
  text-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  margin: 0;
}

.blue-side-content, .red-side-content  {
  position: relative;
  z-index: 0;
}

.vs {
  position: absolute;
  z-index: 10;
  top: 370px;
  left: 50%;
  transform: translateX(-50%);
}
.blue-side, .red-side {
  height: 100vh;
}



.glass-item img {
  max-width: 100%;
  height: 550px;
}



.content {
  padding: 8px;
  color: white;
  font-size: 1.4em;
}

.super-title {
    font-family: 'Cardo', serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #2c3776;
}

.ribbon {
   font-size: 1.2em !important;
   /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
   width: 50%;
   position: relative;
   top: -35px;
   background: #fff;
   color: #373737;
   text-align: center;
   padding: 15px;
   margin: 0.5em auto 2em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
  }

.ribbon span {
  font-weight: 800;
}


.form-control {
  background: #fff;
  /* color: #000000; */
  margin-bottom: 10px;
}

label {
  margin-top: 10px;
}

.total {
  font-size: 1.5em;
}

.total {
  margin-bottom: 20px;
}

hr {
  width: 100%;
  height: 1px;
  background-color: white;
}

.content1 {
  margin-top: -50px;
}

.content2 {
  background: #e8e8e8;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
  background: #fff url('img/pinstrip-bg.jpg');
  background-position: center center;
  background-size: auto;
  border-right: 4px solid #1D5697;
  border-left: 4px solid #A31A01;
}

.pair-message {
  color: white;
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.pair-message div {
  font-family: 'Cardo', serif;
}

.pair-message .arrow {
  max-width: 360px;
}

.pair-message .arrow-2 {
  display: none;
}

.pair-message .pair-glasses {
  height: 250px;
}

.content2inner {
  font-size: 2em;
}

.content2inner span {
  font-weight: 800;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: green;
}

input#placeOrderBtn[disabled] {
    color: green;
}

#buying-opt {
    border: 2px solid #9E9E9E;
    font-size: 17px;
    height: auto;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}

option {
}

.location-btn {
    font-size: 20px;
    box-shadow: 0 4px 28px;
    border-radius: 0;
    margin-bottom: 18px;
}

.can-selector input{
  margin:0;padding:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  opacity: 0;
}

.can-selector input:active +.candidateRadioLabel{opacity: .9;}
.can-selector input:checked +.candidateRadioLabel{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.biden{background-image:url('img/biden-glass.png');}
.trump{background-image:url('img/trump-glass.png');}

.candidateRadioLabel{
cursor:pointer;
background-size:contain;
background-repeat:no-repeat;
display:inline-block;
width:95px;
height:175px;
-webkit-transition: all 100ms ease-in;
   -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
   -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
        filter: brightness(1.8) grayscale(1) opacity(.7);
}

.candidateRadioLabel:hover{
-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
   -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.contentError {
  margin-top: 20%;
  color: black;
}

input#placeOrderBtn.btn-warning {
    background-color: rgba(76 175 80 / 0%);
    border: 3px solid rgba(76 175 80 / 100%);
    font-size: 25px;
    height: auto;
}

input#placeOrderBtn.btn-success {
    background-color: rgba(76 175 80 / 100%);
    border: 3px solid rgba(76 175 80 / 100%);
    font-size: 25px;
    height: auto;
}


.footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 150px;
  position: inherit;;
  bottom: 0;
  padding: 20px;
  overflow: auto;
}

.footer .footer-wrapper {
}





  @media screen and (max-width: 480px){
    .ribbon {
      width: 90%;
      margin-top: 0px;
    }

    .fixed {
      background: url('img/blue-red-bg-tall.jpg') no-repeat center center;
      background-size: cover;
    }

    .vs {
      top: 230px;
      width: 130px;
    }

    .glass-item img {
      max-width: 100%;
      height: auto;
    }

    .heading {
      font-size: 11px;
    }

    .heading h1 {
      font-size: 28px;
      margin: 0 auto 10px;
      text-shadow: 3px 3px 0 rgba(0,0,0,0.15);
    }

    .content2inner {
      font-size: 1.3em;
    }

    .location-btn {
    font-size: 16px;
    box-shadow: 0 4px 28px;
    border-radius: 0;
    margin: 10px auto 20px;
}

#buying-opt {
    border: 2px solid #9E9E9E;
    font-size: 13px;
    height: auto;
    text-align: center;
    width: 95%;
    margin: 0 auto 20px;
}

    .pair-message {
      display: block;
      font-size: 23px;
      text-align: center;
      padding: 20px;
    }

    .pair-message .arrow {
      /* width: 50%;
      position: absolute;
      z-index: 999;
      left: -25%;
      margin-top: 75px; */
      display: none;
    }

    .pair-message .arrow-2 {
      display: block;
      width: 50%;
      position: absolute;
      z-index: 999;
      right: -25%;
      margin-top: 75px;
    }

    .pair-message .pair-glasses {
      height: 175px;
      margin: auto;
    }


    .footer {
      padding: 0;
    }

    .title {
        font-family: 'Cardo', serif;
        font-size: 23px;
    }

    .sub-title {
    font-size: 20px;
    margin-top: 15px;
    padding: 20px auto;
}

    .sub-title .freeshipping-text {
      font-size: 27px;
    }

    .sub-title span {
    font-family: 'Cardo', serif;
}

    span.free-shipping-text {
    font-size: 26px;
}


    .title-1 {
        font-family: 'Cardo', serif;
        font-size: 52px;
        color: #ECC235;
    }

    .title-2 {
        font-family: 'Cardo', serif;
        font-size: 38px;
        color: #ECC235;
    }


  }
