/*
 Theme Name:   Landmark Society Theme
 Theme URI:    /flash-child/
 Description:  Bradford Landmark Society custom Theme
 Author:       John Doe
 Author URI:   http://youngwebdesign.net
 Template:     flash
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  flashchild
*/

/* General Edits */
#bottom-footer {
    background-color: #362f2d;
}
.header-top p {
    font-weight: bold;
}
#site-navigation {
    float: left !important;
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
}
#site-navigation ul li {
    padding: 10px 30px 10px 0 !important;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tg-container {
    max-width: 100%;
}

/* Custom Background Images */
.home-page-banner {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* Colors */
.text-sepia {
    color: #534741;
}
.bg-lighttan {
    background-color: #c7b299;
}

/* New Design 5/8/2024 */
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
}
p {
    font-family: "Playfair Display", sans-serif;
}
strong {
    font-weight: 800 !important;
}
.site-title {
    font-family: "Playfair Display", serif;
    font-weight: 200;
}
.text-playfair {
    font-family: "Playfair Display", serif;
}
.text-yeseva {
    font-family: "Yeseva One", serif;
}
.text-josefin {
    font-family: "Josefin Sans", sans-serif;
}
.nav-link {
    font-family: "Yeseva One", serif;
}
.menu-item a {
    font-family: "Yeseva One", serif;
    font-size: 14px;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.small-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
}
.large-title {
    font-size: 60px;
}
.text-justified-center {
    text-align: justify;
}
.text-caps {
    text-transform: uppercase;
}

/* Form Control */
.bls-input {
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
}

/* Design */
.border-bottom-1 {
    border-bottom: 1px solid #000;
}
.border-bottom-1 {
    border-bottom: 1px solid #000;
}
.border-top-double {
    border-top: 3px double #000;
}
.border-bottom-double {
    border-bottom: 3px double #000;
}
.border-bottom-2 {
    border-bottom: 2px solid #000;
}
.border-top-2 {
    border-top: 2px solid #000;
}
#today-date {
    padding: 10px;
    float:right;

}

/* Buttons */
.btn-yeseva {
    font-family: "Yeseva One", serif;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
}

/* Images */
.home-ban-img {
    object-fit: cover;
    max-height: 63vh;
}