html,
body {
  color: white;
  font-weight: 400;
  font-family: Roboto, 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  display: block;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  overflow: auto;
  margin: 0 !important;
  background-color: #191f24;
}

div.container {
  position: relative;
  max-width: 1500px;
  margin: 24px auto;
}

div.hero-section {
  position: absolute;
  width: 100%;
  height: 250px;
  background-image: url(images/eyelit-swirl-bg.svg),
    linear-gradient(to bottom, #1e88e5, #283593);
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 1500px) {
  div.hero-section {
    border-radius:0;
  }
}

h1.page-title {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  margin: 46px 0 32px;
}

h2.category-title {
  font-size: 20px;
  font-weight: 100;
  margin: 24px 0 0 16px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
}

hr.category-divider {
  border-top: 1px solid white;
  opacity: 0.2;
  margin: -16px 16px 16px 180px;
}

img.eyelit-logo {
  width: 120px;
  display: block;
  margin: 0 0 24px 16px;
}

a {
  background-color: transparent;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus.btn-primary,
a:focus-visible.btn-primary,
a:focus.btn-secondary,
a:focus-visible.btn-secondary {
  outline: .125rem solid #00b0ff;
  outline-offset: .125rem;
}

a.btn-primary {
  background-color: #ff6d00;
  color: inherit;
  font-weight: 600;
  padding-block: .5rem;
  padding-inline: 1.5rem;
  border: none;
  border-radius: 4px;
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  opacity: .85;
}

a:hover.btn-primary{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}     

a:active.btn-primary {
   opacity: 1;
}

a.btn-secondary {
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  padding-block: .25rem;
  padding-inline: 1.5rem;
  border: 2px solid white;
  border-radius: 4px;
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  opacity: .9;
}

a:hover.btn-secondary{
  background-color: white;
  color: black;
}

a:active.btn-secondary {
   opacity: 1;
}

.content-section {
  background-color: #191f24;
  position: absolute;
  width: 100%;
  top: 360px;
}

.padding-top {
  padding-top: 16px;
}

.card {
  padding: 2rem;
  border: 2px solid #191f24; /*border same color as background to make the hover effect smoother*/
  border-radius: 4px;
  height: fit-content;
  position: relative;
  margin: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.java-tag {
  background-color: white;
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
  border-top-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 45px;
  padding: 0.5rem;
}

.product-logo {
  width: 4em;
  display: block;
  margin: auto
}

.product-name {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

/***** Background Gradients *****/


.blue-gradient {
  background: linear-gradient(to bottom, #44b3e6, #1565c0);
}

.indigo-gradient {
  background: linear-gradient(to bottom, #1e88e5, #283593);
}

.purple-gradient {
  background: linear-gradient(to bottom, #ab47bc, #7b1fa2);
}

.deep-purple-gradient {
  background: linear-gradient(to bottom, #7e57c2, #4527a0);
}

/*Responsive layout css */
.row:after,
.row:before,
.row-padding:after,
.row-padding:before {
  content: '';
  display: table;
  clear: both;
}

.col,
.half,
.third,
.twothird,
.threequarter,
.quarter {
  float: left;
  width: 100%;
}
.col.s1 {
  width: 8.33333%;
}
.col.s2 {
  width: 16.66666%;
}
.col.s3 {
  width: 24.99999%;
}
.col.s4 {
  width: 33.33333%;
}
.col.s5 {
  width: 41.66666%;
}
.col.s6 {
  width: 49.99999%;
}
.col.s7 {
  width: 58.33333%;
}
.col.s8 {
  width: 66.66666%;
}
.col.s9 {
  width: 74.99999%;
}
.col.s10 {
  width: 83.33333%;
}
.col.s11 {
  width: 91.66666%;
}
.col.s12 {
  width: 99.99999%;
}
@media (min-width: 601px) {
  .col.m1 {
    width: 8.33333%;
  }
  .col.m2 {
    width: 16.66666%;
  }
  .col.m3,
  .quarter {
    width: 24.99999%;
  }
  .col.m4,
  .third {
    width: 33.33333%;
  }
  .col.m5 {
    width: 41.66666%;
  }
  .col.m6,
  .half {
    width: 49.99999%;
  }
  .col.m7 {
    width: 58.33333%;
  }
  .col.m8,
  .twothird {
    width: 66.66666%;
  }
  .col.m9,
  .threequarter {
    width: 74.99999%;
  }
  .col.m10 {
    width: 83.33333%;
  }
  .col.m11 {
    width: 91.66666%;
  }
  .col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .col.l1 {
    width: 8.33333%;
  }
  .col.l2 {
    width: 16.66666%;
  }
  .col.l3 {
    width: 24.99999%;
  }
  .col.l4 {
    width: 33.33333%;
  }
  .col.l5 {
    width: 41.66666%;
  }
  .col.l6 {
    width: 49.99999%;
  }
  .col.l7 {
    width: 58.33333%;
  }
  .col.l8 {
    width: 66.66666%;
  }
  .col.l9 {
    width: 74.99999%;
  }
  .col.l10 {
    width: 83.33333%;
  }
  .col.l11 {
    width: 91.66666%;
  }
  .col.l12 {
    width: 99.99999%;
  }
}

.rest {
  overflow: hidden;
}
