

/* xs < 768 */
@media screen and (max-width: 767px) {
    .page-title {
        font-size: 2em;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    .page-title {
        font-size: 3em;
    }
}

/* md */
@media screen and (min-width: 992px) {
    .page-title {
        font-size: 4em;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    .page-title {
        font-size: 5em;
    }
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.about-btn {
  color: #673b13;
  background-color: #ffdba7;
  padding-top: 5px;
  margin-bottom: 3px;
  padding-bottom: 5px;
}
.purchase-btn {
  color: #673b13;
  background-color: #ffdba7;
  padding-top: 5px;
  margin-bottom: 3px;
  padding-bottom: 5px;
}

#indexButtons {
  margin-bottom: 7px;
}

span.rev {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}



#accountAddress, #emal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
    padding-top: 5px;
    font-style: italic;
}

#emal {
    padding-bottom: 10px; 
}

a {
    text-decoration: none !important;
    color: black;
    font-style: italic;
}