.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;
}

.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;
}

#logo {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}

#logo a {
    display: block;
}

#logo span {
    display: block;
}

#logoWrapper {
    width: 100% !important;
}

#logo img {
    display: none !important;
}


/* ===== Header refinements ===== */
#brtcHeader{
    background:#1f4e8c;
    text-align:center;
    padding:35px 0 25px 0;
}
#brtcHeader .brtc-title{
    font-family:Georgia,serif;
    font-size:42px;
    font-weight:bold;
    color:#fff;
    line-height:1.1;
}
#brtcHeader .brtc-tagline{
    font-family:Georgia,serif;
    font-size:24px;
    font-style:italic;
    color:#fff;
    margin-top:18px;
    line-height:1.2;
}
