@charset "UTF-8";
.itemdescriptn {
    font-size: small;
}
.price {
    font-size: small;
}
.buybtn {
    font-weight: bold;
    background-color: hsla(88,92%,20%,1.00);
    color: hsla(0,0%,100%,1.00);
}
.smallitallictext {
    font-size: x-small;
}
.notopmargin {
    margin-top: -11px;
}
.banner {
    height: 600px;
    background-image: url(../images/gfp_gb.jpg);
    background-size: cover;
    background-position: center center;
}
