﻿.section-title{
    font-size: 280%;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;

}
.section-sub-title{
    font-size: 120%;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
}
.short-hr{
    width: 100px;
    border-width: 5px;
    border-color: #c5a563;
}
.main-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aeafac;
}
.gold-plate-header{
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 32px;
    font-weight: bold;
    color: #8e6f3e;
    text-transform: uppercase;
    padding: 5px;
}
.btn-gold{
    border: 2px solid  #8e6f3e;
    color: #8e6f3e;
    background-color: white;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-gold:hover{
    background-color: #8e6f3e;
    color: white;
    border: 2px solid  #8e6f3e;
}
.steel-plate-header{
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 32px;
    font-weight: bold;
    color: #6c757d;
    text-transform: uppercase;
}
.btn-steel{
    border: 2px solid  #6c757d;
    color: #6c757d;
    background-color: white;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-steel:hover{
    background-color: #6c757d;
    color: white;
    border: 2px solid  #6c757d;
}
.boiler-plate-header{
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 32px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}
.btn-boiler{
    border: 2px solid  black;
    color: black;
    background-color: white;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-boiler:hover{
    background-color: black;
    color: white;
    border: 2px solid  black;
}
.card{
    text-align: center;
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
    border: none;
}
.card-body{
    display: block;
}
.ext-links{
    display: flex;
    justify-content: center;
    align-content: center;

}
.ext-links>a{
    color: #727272;
    padding: 0 10px;
}
.ext-links>a:hover{
    color: #cfb991 ;
}
.ext-links>a>i{
    color: #727272;
}
.ext-links>a>i:hover{
    color: #cfb991 ;
}
.logo-container{
    height: 85px;
    padding: 5px 5px 10px 5px;
    vertical-align: middle;
    text-align: center;
}
.card-body img{
    display: inline-block;
    max-height: 70px;
    max-width: calc(100% - 10px);
}
.scrollable{
    overflow:hidden;
    max-height: 150px;
}
.scrollable:hover{
    overflow-y: auto;
}
.card-text{
    color: #727272;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    text-decoration: none;
    text-align: left;
}
a:hover{
    text-decoration: none;
    color: #727272;
}