.header{
    
}

.main-top-menu a{
    font-size:2rem;
    font-weight: bold;
    color: #74cbeb;
}

.footer-container{
    border-top:8px dotted #4dbde6;
}

.btn-store {
  color: #777777;
  min-width: 210px;
  padding: 12px 20px !important;
  border-color: #dddddd !important;
}

.btn-store:focus, 
.btn-store:hover {
  color: #ffffff !important;
  background-color: #51c6f1;
  border-color: #51c6f1 !important;
}

.stripe-soon{
    display:none;
    position:absolute;
    width: 100%;
    top: 23px;
    right: -30px;
    background-color: yellow;
    text-align: center;
    font-weight: bold;
    color:initial;
    line-height:1;
    -webkit-box-shadow: 0px 7px 7px -7px #a0a0a0;
    box-shadow: 0px 7px 7px -7px #a0a0a0;
    -moz-transform: rotate(-30deg);
     -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

/*
.btn-store:focus .stripe-soon, 
.btn-store:hover .stripe-soon {
    display:block;
}
*/
