/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2020 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic Fonts Inc.
 * License URL: https://www.fontspring.com/licenses/typodermic/webfont
 *
 *
 */

 @font-face {
  font-family: 'primer_print';
  src: url('/fonts/primer_print-webfont.woff2') format('woff2'),
       url('/fonts/primer_print-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'primer_print_bold';
  src: url('/fonts/primer_print_bold-webfont.woff2') format('woff2'),
       url('/fonts/primer_print_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: 'primer_print_bold'!important;
}

.navbar {
  font-family: 'primer_print'!important;
}

.nav-link {
  color: black;
  font-size: .9em;
}

.nav-link:hover {
  color: gray;
}

.buttons {
  text-align: center;
}

#buttonRow {
  margin: 6px;
  color: white!important;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  font-size: 1.67vw!important;
  padding: 0;
}

a#buttonRow:hover {
  color: rgba(0,0,0,0)!important;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-image: url(/images/favicon-1.png)!important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.topRow {
  margin-bottom: 8px;
  padding-left: 1vw;
  padding-right: 1vw;
  margin: auto;
  grid-auto-rows: 1fr;
}

svg {
  width: 100%;
  display: block;
}

.addtl_items {
  text-align: center;
}

hr {
  width: 80%;
}

.product_description {
  width: 50%;
  margin: auto;
}

.buy-button {
  background-color: #c80090!important;
  color: white;
}

footer {
  background-color: rgba(107,181,3,0.41);
  text-align: center;
  height: 10%;
  color: black!important;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.form1 {
  border: #c80090;
  border-style: solid;
  border-radius: 15px;
  border-width: 2px; 
  padding: 15px;
}

.form2 {
  padding: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: white;
  color: #c80090;
}

.btn-check:focus+.btn, .btn:focus {
  box-shadow: 0 0 0 00.25rem #c80090;
  background-color: #c80090;
  color: white;
}


/*Products Page*/
.disappear {
  display: none;
}

li:hover{
color:red
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.row1ChartButtons {
  width: 60%;
  height: 60%;
  border-color: #c80090;
  border-width: 8px;
  color: #c80090;
  font-size: x-large;
}

.row2ChartButtons {
  width: 50%;
  height: 85%;
  border-color: #c80090;
  border-width: 8px;
  color: #c80090;
  font-size: x-large;
}

ul {
  padding: 0px;
}

.item {
    position: relative;
    display: table; 
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #f8f9fa;
}
.item div{
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c80090;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#chkOut {
  color: black;
}

#chkOut:hover {
  color: #c80090;
}
 

#myBtn:hover {
  background-color: #555;
}

.mainHeader {
  font-size: 25px;
}

.logoImage {
  width: 15%;
}

.orWord {
  font-size: 50px;
}

@media (max-width: 480px) {
  body {
    font-size: x-small;
  }

  .addtl_items {
    font-size: x-small;
  }

  .row1ChartButtons {
    width: 90%;
    font-size: small;
  }

  .row2ChartButtons {
    width: 100%;
    height: 100%;
    font-size: small;
  }

  img.boxImg {
    margin-bottom: -1%;
  }

  .mainHeader {
    font-size: 12px;
    padding-top: 20%;
  }

  .logoImage {
    width: 50%;
  }

  .orWord {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: x-small;
  }

  .addtl_items {
    font-size: x-small;
  }

  .row1ChartButtons {
    width: 90%;
    font-size: small;
  }

  .row2ChartButtons {
    width: 100%;
    height: 100%;
    font-size: small;
  }

  .orWord {
    font-size: 20px;
  }

}

.boxImg {
  width: 30%; 
  margin-right: 22%; 
  margin-bottom: -10%;
}

