.hero{
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('images/photo-venue.png');
    background-size:cover;
    background-position:center;
    min-height:80vh;
    color:#fff;
    display:flex;
    align-items:center;
}

.section-title{
    color:#002147;
    font-weight:700;
    margin-bottom:40px;
}

.speaker-card img{
    height:250px;
    object-fit:cover;
}

.agenda-box{
    border-left:4px solid #0d6efd;
    padding-left:20px;
    margin-bottom:20px;
}

.footer{
    background:#212529;
    color:white;
    padding:30px 0;
}

.card-header{
    padding:20px;
}

.card{
    transition:.3s;
    border-radius:15px;
}

.card:hover{
    transform:translateY(-10px);
}

.bg-primary{
    background:#002147 !important;
}

.btn-primary{
    background:#002147;
    border-color:#002147;
}

.bg-warning{
    background:#d4af37 !important;
}

#accommodation .table{
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    overflow: hidden;
}

#accommodation .table-primary{
    background: #002147;
    color: #fff;
}

#accommodation .table thead th{
    background: #002147 !important;
    color: #fff;
    border-color: #002147;
}

#accommodation .table-hover tbody tr:hover{
    background: rgba(212,175,55,0.10);
}

#accommodation .section-title{
    color: #002147;
    font-weight: 700;
}

#accommodation .section-title:after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #d4af37;
    margin: 15px auto;
}

.souvenir-callout{
    background:linear-gradient(
        rgba(0,33,71,.95),
        rgba(0,33,71,.95)
    ),
    url('images/masonic-pattern.jpg');

    background-size:cover;
    padding:80px 0;
    color:#fff;
}

.souvenir-callout h2{
    color:#d4af37;
    font-weight:700;
    margin-bottom:20px;
}

.souvenir-callout .btn-warning{
    padding:12px 35px;
    font-weight:600;
}

.masonic-footer{
    background:
        linear-gradient(rgba(0,21,45,.97),rgba(0,21,45,.97)),
        url('images/masonic-watermark.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:300px;    
    background:#00152d;
    color:#d9d9d9;
    padding:70px 0 30px;
    position:relative;
}

.masonic-footer::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#d4af37;
}

.footer-title{
    color:#d4af37;
    margin-bottom:20px;
    font-weight:600;
    letter-spacing:1px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#d9d9d9;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#d4af37;
    padding-left:5px;
}

.footer-divider{
    border-color:rgba(212,175,55,.3);
    margin:40px 0 25px;
}

.masonic-footer p{
    margin-bottom:10px;
}

.masonic-footer h5{
    color:#fff;
}

.footer-contact-table{
    background: transparent !important;
    color: #ffffff;
}

.footer-contact-table tr,
.footer-contact-table td,
.footer-contact-table th{
    background: transparent !important;
    border-color: rgba(255,255,255,0.15);
    color: #ffffff;
}

.footer-contact-table a{
    color: #d4af37;
    text-decoration: none;
}

.footer-contact-table a:hover{
    color: #ffffff;
}

.contact-person{
    border-left:3px solid #d4af37;
    padding-left:15px;
    margin-bottom:20px;
}

.contact-person strong{
    color:#ffffff;
    font-size:1rem;
}

.contact-person a{
    color:#d4af37;
    text-decoration:none;
}

.contact-person a:hover{
    color:#ffffff;
}

