

.tophead {
    color:#000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: calc(3vw + 3vh);
    font-weight:800;
    font-stretch:semi-condensed;
    width: 100%;
  text-align: center;
    
}

.tophead2 {
    font-weight: bold;
    text-align: center;
}
.bhead {
    text-align: center;
   

}
a.bottomhead {
    color:#33ccff; 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: calc(3vw + 3vh);
    font-weight:850;
    font-stretch:semi-condensed;
    text-align: center;
    text-decoration: none;
    border: 10px ridge #33ccff;
    display:block;
    
}

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

h5.btext {
color:#000;
font-family: 'Barlow Condensed', sans-serif;
font-size:2.1rem;
margein:0;
padding: 0;
padding-top: 2rem;
line-height:0em;
}

h5.rtext {
color:#33ccff; 
font-family: 'Barlow Condensed', sans-serif;
font-size: calc(1.5vw + 1.5vh);
margein: 0;
padding: 0;
line-height:1.5em;
}

a {
    text-decoration: none;
}

p {
 
}

.bcenter {
    justify-content: center;
}

h2.promohead {
    font-family: 'Barlow Condensed', sans-serif;
    color:#000;
    font-size: 4em;
}

h3 {
    padding-top: .5em;
}

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

.spacetop {
    padding-top: 1em;
}


@media (max-width: 575px) {

    .bhead {
        text-align: center;
        display:block;
    
    }

    .selbox {
        text-align: center;
    
     }
    

 .fatlogo {
    text-align: center;
 }

 p {
    padding: .5em;
    width:100%;
 }


}

@media (max-width: 576px){

    
.bc {
    flex-direction:column-reverse;
}

    .promobox {
        width: 50%;
    }


    h5.rtext {
        font-size: 2rem;
    }

}


