.brtc-home {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.brtc-home h1 {
    font-size: 42px;
    color: #123d74;
    margin-bottom: 10px;
}

.brtc-home h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 35px;
}

.brtc-home h3 {
    font-size: 30px;
    margin-top: 30px;
}

.brtc-home p {
    font-size: 20px;
    line-height: 1.6;
}
#pinfo-left {
    float:left;
    width:43%;
}

#pinfo-right {
    float:right;
    width:55%;
}

#cart-box {
    float:right;
    width:52.5%;
}

/* =========================================================
   BRTC v1.1 Header / Homepage
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Cormorant+Garamond:ital,wght@1,600&display=swap');

#logoWrapper{
    background:linear-gradient(#2d6fb3,#1d4f86);
    padding:20px 0;
    text-align:center;
}

#logo img{
    display:none;
}

#taglineWrapper{
    display:none;
}

#logo:before{
    content:"Blue Ridge Thunder Cloggers";
    display:block;
    font-family:'Cinzel',serif;
    font-size:44px;
    color:#fff;
    text-shadow:2px 2px 3px rgba(0,0,0,.35);
}

#logo:after{
    content:"Cloggers Dance from the Heart!";
    display:block;
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:28px;
    color:#fff;
    margin-top:6px;
}

.brtc-home img{
    max-width:340px !important;
    width:100%;
    height:auto;
}

.brtc-home h2{
    color:#1d4f86;
    font-size:30px;
}

.brtc-button{
    display:inline-block;
    background:#1d4f86;
    color:#fff !important;
    padding:16px 36px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}
