#bfc-step-2, #bfc-step-3, #bfc-step-4, #bfc-step-5, 
#bfc-results-wrapper, #bfc-navigation{
    display: none;
}
body{
    font-family: "lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}
#header, #footer{
    height: 150px;
    background: #EC4283;
    width: 100%;
    clear: both;
}
h2{
    font-size: 3em;
}
.btn{
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0px;
    letter-spacing: 1px;
}
.bfc-tab .btn-pink, .btn-pink{
    background: #EC4283;
    color: #FFF;
}
.bfc-tab .btn-pink:hover, .btn-pink:hover{
    color: #333;
}
.btn-black{
    background: #333;
    color: #FFF;
}
.btn-black:hover{
    color: #EC4283;
}
.pink-text{
    color: #EC4283;
}
.JustLovely{
    font-family: "beloved-script", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3.tab-heading{
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
    font-style: normal;
}
.bfc-options-tab{
    margin-bottom: 20px;
}
.bfc-tab a{
    color: #333;
    text-decoration: none;
}
.step-2-option.selected img,
.step-4-option.selected img,
.step-5-option.selected img{
    border: 1px solid #333;
    border-radius: 5px;
}
.step-2-option img, .step-4-option img, .step-5-option img{
    width: 100%;
    margin-bottom: 10px;
}
#bfc-size-selector{
    margin-bottom: 20px;
}
.step-3-option.cell{
    border: 1px solid #333;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}
.step-3-option.cell.selected{
    background: #EC4283;
    border-color: #EC4283;
    color: #FFF;
}
#loader{
    text-align: center;
}
#loader img{
    width: 50px;
}
#bfc-results{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.5em;
}
#bfc-results .tab-heading{
    font-family: "beloved-script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    color: #EC4283;
}
#bfc-results .result-text{
    font-size: 1.5em;
}
.result-size span{
    background: #EC4283;
    font-weight: 700;
    font-size: 2em;
    color: #fff;
}