@viewport {
  width: device-width ;
  zoom: 1.0 ;
}


body {
  font-family: "ABeeZee-Regular";
}

header {
  background-color: #00514e;
  color: #ffffff;
  font-family: "JosefinSlab-Light";
  letter-spacing: 2px;
  font-weight: lighter;
  font-size: 48px;
  padding: 1rem;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-badge {
  height:60px;
}

iframe {
  width: 90vw;
  height: 60vh;
}

.content-row {
  margin: 24px 0 0 0;
}

.main {
  margin: 16px;
}

.title {
  font-size: 48px;
}

.description {
  font-size: 32px;
}

.content {
  margin: 10px;
  padding: 16px;
  font-size: 24px;
}

.featured-content {
  margin: 10px;
}

.div-link {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.div-link:hover {
  text-decoration: none;
}

.div-link span {
  margin: 0 0 16px 16px;
  color: #ffffff;
  font-size: 32px;
}

.center {
  display: flex;
  margin: 16px auto;
}

.category-epic, .product-epic {
  width: 100%;
}

.category-epic img, .product-epic img {
  width: 100%;
}

.category-commissionable-1 {
  width: 272px;
  background-image: url("../images/img-commissionable@2x.png");
  background-repeat: no-repeat;
  height: 264px;
}

.category-non-commissionable-1 {
  width: 272px;
  background-image: url("../images/img-non-commissionable@2x.png");
  background-repeat: no-repeat;
  height: 264px;
}

.category-unknown-commission-1 {
  width: 272px;
  background-image: url("../images/img-unknown-commission@2x.jpg");
  background-repeat: no-repeat;
  height: 264px;
}

.fixed-bottom input {
  width: 100%;
  padding: 25px;
  background-color: #851a62;
  color: #ffffff;
  font-size: 48px;
  font-family: "JosefinSlab-Light";
  letter-spacing: 2px;
}

.cart-details {
  display: flex;
  align-items: flex-end;
}

.cart-details div:first-child {
  margin-right: 18px;
}

.alert {
  font-size: 32px;
}

.checkout-details {
  font-size: 32px;
}

.wrapper {
  text-align: center;
}

.formButton {
  position: absolute;
  top: 50%;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  margin-top:15%;
  border: 1px solid #888;
  width: 60%;
}

.cancelbtn {
    width: auto;
    float: right;
}

.jumbotron {
  background: #532F8C;
  color: white;
  padding-bottom: 80px;
  border-radius: 0;
}
  .jumbotron .btn-primary {
    background: #845ac7;
    border-color: #845ac7; }
    .jumbotron .btn-primary:hover {
      background: #7646c1; }
  .jumbotron p {
    color: #d9ccee;
    max-width: 75%;
    margin: 1em auto 2em; }
  .navbar + .jumbotron {
    margin-top: -20px; }
  .jumbotron .lang-logo {
    display: block;
    background: #B01302;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid white; }
    .jumbotron .lang-logo img {
      max-width: 100%; }


@media (max-width: 700px) {
   .recently-viewed, .featured-content {
     text-align: center;
     background-position: center;
     width: 100%;
     margin:20px 0px;
   }

   .nav .title {
     font-size: 32px;
   }

   .nav .box {
     zoom: .8
   }

   h2 {
     text-align: center;
   }
   .recently-viewed p {
     display: inline-block;
     /* float: left; */
   }
}
