p {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #99564d;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #99564d;
}
.b1 {
    background-image: url('img/b1.png');
    background-size: cover;
    width: 226px;
    height: 51px;
    border: 0;
    cursor: pointer;
    color: #d07b47 !important;
    font-weight: bold;
    font-size: 16px;
}

.b1:hover {
    background-image: url('img/b1.png');
    background-size: cover;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
}
.b2 {
    background-image: url('img/b2.png');
    background-size: cover;
    width: 439px;
    height: 57px;
    border: 0;
    cursor: pointer;
    color: #d07b47 !important;
    font-weight: bold;
    font-size: 16px;
}

.b2:hover {
    background-image: url('img/b2.png');
    background-size: cover;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
}
.b3 {
    background-image: url('img/b3.png');
    background-size: cover;
    width: 226px;
    height: 51px;
    border: 0;
    cursor: pointer;
    color: #d07b47 !important;
    font-weight: bold;
    font-size: 16px;
}

.b3:hover {
    background-image: url('img/b3.png');
    background-size: cover;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
}

.bamt {
    background-image: url('img/amt.png');
    background-size: cover;
    width: 115px;
    height: 57px;
    border: 0;
    cursor: pointer;
    font-size: 50px;
    padding:0px; margin:0px;
    line-height: 0;
    color: #d07b47 !important;
}

.bamt:hover {
    background-image: url('img/amt.png');
    background-size: cover;
    font-size: 50px;
    padding:0px; margin:0px;
    line-height: 0;
    color: #ffffff !important;
}

a {
    color: #4d6599 !important;
    text-decoration: none;
    font-size: 16px;
}
a:hover {
    color: #99bef5 !important;
    text-decoration: none;
    font-size: 16px;
}

.rounded_count {
    margin: auto;
    border-radius: 25px;
    border: 5px solid #21948a;
    padding: 20px;
    width: 400px;
}
.rounded_count_small {
    margin: auto;
    border-radius: 20px;
    border: 3px solid #316591;
    padding: 10px;
    width: 300px;
}

.plus_minus {
    margin: auto;
    border-radius: 20px;
    padding: 10px;
    width: 350px;
}

.amtt{
    font-weight: bold;
    font-size: 35px;
    text-align:center;
    padding: 0px;
    width: 100px;
    height: 50px;
    line-height: 50px;
}
