.quote, .homequote{
    border:2px solid #fff;
    padding: .5rem 2rem 1rem 2rem;
    border-radius: 25px;
    background-color: #fff;
    margin:50px 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.quote h2{
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.father p{
    margin:25px;
    font-size:24px;
}

.homebnr{
    text-align: center;
}

.homebnr img{
    max-width: 75px;
    margin-top:25px;
}

.homeimg {
    max-width: 900px;
    border: 0px solid #fff;
    background-image: url('/images/liberty.jpg');
    background-size: cover;
    height: 550px;
    border-radius: 25px 25px 50px 50px;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
    margin-bottom: 0 !important;
    margin-top:50px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.homequote {
    border-radius: 0px 0px 25px 25px;
    margin-bottom: 0 !important;
}

/* ========== Signature Block ========== */

.signatory {
    display: block;
    font-family: "Crimson Text";
}

.signatory h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.signatory ul {
    column-count: 3;
    column-gap: 10px;
    padding-left: 0px;
    list-style-type: none;
}

.signatory li {
    margin-bottom: 2px;
}

.signatory li ul {
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    column-count: 1;    
}

/* ========== Featured ========== */

.featured{
    text-align: center;
    margin-top:50px;
    color: #11133C;
}

.featured h2{
    font-size: 36px;
    font-weight: 600;
}

.highlighted-paper {
    background-color: #f9f9f9;
    border: 0px solid #ddd;
    padding: .5rem 2rem 2rem 2rem;
    margin-top: 25px;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.highlighted-paper h3 {
    font-size: 26px;
    font-weight: normal;
}

.highlighted-paper h3 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.highlighted-paper h3 a:hover {
    text-decoration: underline !important;
}

.highlighted-paper p {
    font-size: 16px;
    margin-bottom: 0;
}

.home-block {
    margin: 20px 0;
}

/* ========== Flags ========== */

.libertyflag img{
    max-width:175px;
}