body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.parallax {
  background-image: url("images/background.jpg");
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }	

 .headerContainer {
    display: flex;
    flex-direction: column;
      justify-content: space-around;
    height: 800px;
 }

.title {
  background-color: #222222;
  border-top-right-radius:64px;
  border-bottom-right-radius:64px;
  height:128px;
  font-size:96px;
  font-family:fantasy;
  vertical-align: middle;
  color: white;
  padding-left: 12px;
  padding-right: 150px;
  position:absolute;
  left:0px;
  top:50px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('images/yeast_buddy_logo.png');
}
.headerTitle {
    text-align:center;
    font-size: 48px;
    font-family: sans-serif;
    font-weight: bold;
    color: #666666cc;
    background-color: #ffffffbb;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    text-shadow: 1px 1px #000000;
}
.cardContainer {
  display: flex;
  flex-direction:row;
  justify-content: center;
}
.headerCard {
    background-color: #eeeeeecc;
    width: 300px;
    border-radius: 15px;
    border-width: 2px;
    border-color: gray;
    border-style: solid;
    display: inline-block;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.filterSelect {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align:center;
    cursor: pointer;
    background-color: #333333dd;
    color: #dddddd;
    width: 100%;
    -webkit-appearance:none;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background:#00000000;
}
::-webkit-scrollbar-thumb {
    background: #cccccc55;
    border:1px solid #00000055;
    border-radius:15px;
}

.selectionContainer {
    background-color: #F8D24D;
    padding: 0px;
    height: 450px;
    width: 100%;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.selectionDisplay {
      display: flex;
      flex-direction:row;
    width: 100%;
    height:100%;
}
.strainLogo {
    min-width: 250px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.selectionInfo {
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    height: (100% - 40px);
}
.infoStat {
    margin: 10px;
    line-height:25px;
    text-align: center;
    display: inline-block;
    vertical-align:top;
}
.link {
  text-decoration:none;
  color: #777777;
  font-weight: 600;
}

div.logoContainer {
    min-height: 350px;
    background-color: #cccccc;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    align-items: center;
    background-size: cover;
    background-image: url('images/suppliers.jpg');
    padding: 20px;
}

div.logo {
    background-color: #ffffffdd;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 15px;
    width:240px;
    height:240px;
      display: flex;
      justify-content: center;
      align-items: center;
    margin: 5px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
div.badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 20px;
    min-height: 40px;
    min-width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #d17400ee;
    border: 2px solid black;
    color: white;
    text-shadow: 1px 1px #222222;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.calculator {	
    background-image: url('images/calcBackground.jpg');
    background-size: 600px;
    background-repeat: no-repeat;
    background-color: #F8D24D;
    padding: 20px;
    min-height: 300px;
}

.calculatorBox {
    background-color: #FCE9A6;
    padding: 20px;
    margin-left: 200px;
    width: calc(100% - 250px);
    border-radius: 10px;
    min-height: 260px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.calculatorEntry {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    border-width: 3px;
    border-color: #00000055;
    border-style: solid;
    background-color: #ffffff44;
    text-align: center;
}

.calculatorInput {
  font-size: 24px;
  width: 75px;
}

.calculateButton {
  background-color: #3DD1E7;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 460px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.calculateButton:focus {
  outline: 0;
}

.calculateButton:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.calculateButton:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .calculateButton {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}