html {
  font-size: 14px;
}

body{
	background-color: #fff!important;
}
.box-curve{
	border-radius: .45rem;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.uplift-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


/*Custom CSS */

.btn-block {
  display: block;
  width: 100%;
}


.btn-group-lg > .btn, .btn-lg {
  font-size: unset;
  margin-bottom: 10px;
}

.img-thumbnail{
  border: 0px #d2d2d2 solid;
  background-color: transparent;
}

.dango {
 padding:0px;
 height:70px;
 width:auto;
}

.site_link, a:link{
  text-decoration:none;
}

.btn-primary {
  color: #935e15;
  background-color: #fff;
  border-color: #FBC569;
  box-shadow: 2px 2px 1px #FBC569;
}

.btn-primary:hover {
  background-color: #FBC569;
  border-color:transparent;
}


.btn-primary:active {
  background-color: #9e3e02 !important;
  border-color: #FBC569 !important;
}

.btn-primary:focus {
  background-color: #9e3e02 !important;
  border-color: #FBC569 !important;
}

.success-message{
  background-color: #FBC569;
}

.cancelled-message{
  background-color: #cb1c1c;
  color: white;
}

.gh {
  font-family: sans-serif;
  font-weight: bold;
}

.gt {
  padding: 1rem !important;
  margin-bottom: 1rem !important;
}

.upmascot {
  float: right;
  padding-top: 8%;
}

.upmascot img {
  height: 300px;
}

@media (max-width: 767px) {
  .upmascot {
    float: right;
    padding-top: 2%;
  }

  .upmascot img {
    height: 200px;
  }
}

@media screen and (min-width: 449px) {
  .container-message {
    width: 960px;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (min-width: 349px) {
  .container-message {
    /*width: 80%;*/
  }  
 
}

@media screen and (max-width: 749px) {
  .fixed-bottom{
    position: unset;
  }

}

.fixed-bottom-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#content-store {
  color: #212529;
}

.color-link {
  /*color: #d08217;*/
  color: #935e15;
}

.card-header {
  color: #935e15;
  background: linear-gradient(90deg, rgba(248,158,33,1) 0%, rgba(239,190,57,1) 49%, rgba(244,163,18,1) 100%); 
}

.card-deck .card{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.store-page .card-body{
   background-image: linear-gradient(to top, #f4f4f4, #f7f7f7, #f9f9f9, #fcfcfc, #ffffff);
}

.img-thumbnail.points-melon {
  padding: .5rem 1rem;
  width: 90%;
}

/*#melon-img1:hover{
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(255,0,0, 0.6);
}*/

/*.store-page .card-title {
  margin-bottom: -.35rem;
}*/

.right-header {
  margin-top: 30px;
}

.py-3 {
  padding-top: 0rem !important;
}

.link-separator {
  color: #dfdfdf;
}

#melon_guide_but{
    padding: 5px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#melon_conversion_but{
    padding: 5px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#melon_point_link{
    padding: 5px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
