html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-weight: 200;
    background-color: #f5f5f5;
}

p {
    font-family: "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #686868;
}

h1 {
    text-transform: uppercase;
    color: #d5b56e;
    font-size: 36px;
    font-weight: 700;
}

.front-banner {
    filter: brightness(0.7);
}

.custombg {
    background-color: #222831;
    color: #d8b972;
}

.banner {
    height: 120px;
    background-color: #222831;
    color: #d8b972;
}
.footer{
    background-color: #222831;
    color: whitesmoke;
}

.footer p {
    color: ghostwhite;
    font-size: 16px;
    font-weight: 100;
}

.main {
    padding-top: 120px;
    /*box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);*/
}

.custom-icon {
    font-size: 1.5rem;
    color: #fbf1a3;
}

.navbar {
    transition: all .8s;
}

.navbar-scroll {
    background-color: #242218;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fbf1a3;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar .nav-link:hover {
    background-color: #6c757d;
}

.element-overlay{
    position: relative;
    background-color: #6c757d;
    opacity:0.70;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    transition: background 0.3s, border-radious 0.3s, opacity 0.3s;
}

.overlay-text{
    position: relative;
    top:-400px;
    height: 75%;
    width: 100%;
    color: white;
    opacity:1;
}
.overlay-text p
{
    color: white;
    opacity:1;
}

.element-image{
    opacity:1;
    background-image: url('../img/banner1.jpg');
    border-bottom: solid #ffc107 3px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-contact {
    color: #d8b972;
    font-size: 18px;
}
.about-contact h3{
    font-size: 26px;
}

.about-contact a{
    color: #d8b972;
}
.about-contact p{
    color: #d8b972;
    font-size: 18px;
}
.about-card {
    border-bottom: solid #ffc107 1px;
}

.copy{
    font-size: 18px;
}
.copy p {
    color: #d8b972;
}

.footer a {
    color: #d8b972;
}

.footer .nav-link:hover {
    color: whitesmoke; 
}
