

body {
    background-color: #fff;
}
.crave_head {
    color:#663366;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: calc(3.5vw + 3.5vh);
    font-weight:800;
    font-stretch:semi-condensed;
    width: 100%;
  text-align: center;
    
}

.gradbg {
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bhead {
    text-align: center;
}
a {
    text-decoration: none;
}
a.bottomhead {
    color:#663366;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: calc(3.5vw + 3.5vh);
    font-weight:850;
    font-stretch:semi-condensed;
    text-align: center;
    text-decoration: none;
    border: 10px ridge #663366;
    display:block;
    margin-bottom: .3em;
    
}

a.bottomhead:hover {
    color:hotpink;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: calc(3.5vw + 3.5vh);
    font-weight:850;
    font-stretch:semi-condensed;
    text-align: center;
    border: 10px ridge hotpink;
    display:block;
    margin-bottom: .3em;
    
}

.space1 {
    padding-top: 2rem;
}

p {
    color:#000;
    font-weight: bold;
    padding-top: .5em;
}

h5.btext {
color:#663366;
font-family: 'Barlow Condensed', sans-serif;
font-size:2.1rem;
margin:0;
padding: 0;
}

h5.ptext {
    color:#663366;
    font-family: 'Barlow Condensed', sans-serif;
    font-size:1.6rem;
    line-height: 1.2em;
    margin:0;
    padding: .3em 0 0 .3em;
}

.tright {
    text-align: right;
}


h5.rtext {
color: crimson;
font-family: 'Barlow Condensed', sans-serif;
font-size: 2.1rem;
margein:0;
padding: 0;
line-height:1.5em;
}

ul.craveburn_list {
   display: inline;

}

ul.craveburn_list li {
    list-style-type: none;
}

.col-sm-7 {
    width: 100%;
}

h2.promohead {
    font-family: 'Barlow Condensed', sans-serif;
    color:#663366;
    font-size: calc(3.5vw + 3.5vh);
}

h3.promotext {
    
    font-family: 'Barlow Condensed', sans-serif;
    color:#000;
    font-size: 3em;
}

.bcenter {
    justify-content: center;
    padding:1em 0;
    width: 70%;
    margin:1em auto;
}


@media (max-width: 575px) {

    .selbox {
        text-align: center;
    }

    .promobox {
        width: 50%;
    }

 
 .fatlogo {
    text-align: center;
 }

 p {
    padding: .5em;
 }

 .col-sm-2 {
    text-align: center;
 }

 .tright {
    text-align: center;
    padding-top: 1em;
}

.bcenter {
    width: 100%;
   
}


.bc {
    flex-direction: column;
}


}