@font-face {
    font-family: mferFont;
    src: url("fonts/SartoshiScript-Regular.otf") format("opentype");
}

@font-face {
    font-family: mferFont;
    font-weight: bold;
    src: url("fonts/SartoshiScript-Regular.otf") format("opentype");
}

* {
   font-family: mferFont;
}

body {
    background: #f6f9fc;
}


.html-content-holder {
    background-size: contain; 
}

.mferImg img {
    margin: 10px;
    border-radius: 10px;
}

.mferImg {
    text-align: center;
}


select {
    border:none;
    font-weight: bold;
    margin: 5px;
    font-size: 2rem;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    background: white;
    appearance: none;
    color: black;
}


input{
    border:none;
    font-weight: bold;
    margin: 5px;
    font-size: 2rem;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    width: 100%;
    color: black;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.navigationWrapper {
width: 100%;
float: left;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: solid 1px lightgray;
}


.traitWrapper {
    float: left;
    margin: 10px;
    border: solid 1px lightgray;
    border-radius: 5px;
    background: white;
    padding-right: 10px;
}

.traitWrapper>label {
    position: absolute;
    color: gray;
    font-size: 1rem;
    margin-left: -5px;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
}

.titleSection h1 {
    font-size: 5rem;
    letter-spacing: -.02em;
}

.titleSection h1, .titleSection p {
    margin: 0;
}

.titleSection p {
    font-size: 2.05rem;
    letter-spacing: -.03em;
}

.titleSection {
    margin-bottom: 2rem;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px lightgray;
}

.buildMfers {
    font-size: 2rem;
    background: none;
    border: none;
}

.filter {
    font-size: 2rem;
    width: 75px;
    background: #5468ff;
    color: white;
    border: 1px solid #5468ff;
    padding: 10px;
    border-radius: 0 5px 5px 0;
     margin: 0;
}

.lineWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.line {
    border-bottom: solid 1px lightgray;
}

.iconWrapper {
    text-align: center;
    margin-top: -20px;
}

.seedWrapper {
    width: 98%;  
    display: flex;
    border-radius: 5px 0 0 5px;
    padding-right: 0;
    border: none;
    background: none;
    float: left;
    margin: 10px;
}

.seedWrapper input {
    font-weight: bold;
    margin: 0px;
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    color: black;
    background: none;
    border: none;
}

.seedWrapper input::placeholder {
  color: black;
  opacity: 1;
}

.baseWrapper {
    width: 98%;
    display: flex;
    border-radius: 5px 0 0 5px;
    padding-right: 0;
    border: none;
    background: none;
    float: left;
    margin: 10px;
}

.baseWrapper select {
    font-weight: bold;
    margin: 0px;
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    color: black;
    background: white;
    border: solid 1px lightgray;
    border-width: 1px 0px 1px 1px;
    width: 100%;
}

.refresh {
      background: white;
    border: solid 1px lightgray;
    border-width: 1px 0px 1px 0px;
    color: #5468ff;
    font-size: 2rem;
    padding: 20px;  
    margin: 0;
}

.wtfButton {
    font-size: 3rem;
    float: left;
    margin: 10px;
    border: solid 1px lightgray;
    border-radius: 5px;
    background: white;
    padding: 1rem;
    color: black;
    appearance: none;
}

.quantity {
    padding-bottom: 0;
}


.loader {
  width: 200px;
  height: 200px;
}

.topnav {
    overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: darkgray;
  text-align: center;
  padding: 13px 16px;
  text-decoration: none;
  font-size: 45px;
}
.topnav a:hover {

}
.topnav a.active {

}
.topnav .logo {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 7px 40px 3px 10px;
  margin-top: 2px;
  text-decoration: none;
  font-size: 45px;
}

.topnav .logo:hover {
  background: transparent;
}
.topnav button {
  display: none;
}

.container {
  padding: 0px 10px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav button.icon {
    background: none;
    float: right;
    display: block;
    padding: 16px 17px;
    border: 0;
    outline: none;
    cursor: pointer;
  }

  button.icon:focus, button.icon:hover {
    border: 0;
    outline: none;
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}

