@charset "utf-8";

/* CSS Document */



body {

    background-size: contain;

    background-repeat: repeat-y;

    background-image: url(../images/bkgd.webp);

}

h1 {font-size: 24px;

}

h2 {font-size: 20px;

}

h3 {font-size: 16px;

}
.Christmas {
    background-color: #EDECED;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}


.navbar {
    background-color: #E4002B;
}


.header-bkgd {
    background-image: url(https://gatlinburgumc.com/images/header-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    height: 301px;
}

.nav-link {
    color: #ffffff!important;
    font-weight: bold!important;
}
.nav-link:hover {
    color: #949494;
    font-weight: bold!important;
}

.footer a{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.footer {
    background-color: #513F1D;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    background-image: url(../../images/stonewall.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    padding-top: 15px;
}

.footer-bar {
    background-image: url(https://gatlinburgumc.com/images/footer-bar.jpg);
    background-repeat: repeat-x;
    height: 39px;
}
.box1 {
    background-color: #940204;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background-image: -webkit-linear-gradient(319deg,rgba(64,136,247,1.00) 3.11%,rgba(135,181,236,1.00) 70.47%,rgba(0,26,182,1.00) 100%);
    background-image: -moz-linear-gradient(319deg,rgba(64,136,247,1.00) 3.11%,rgba(135,181,236,1.00) 70.47%,rgba(0,26,182,1.00) 100%);
    background-image: -o-linear-gradient(319deg,rgba(64,136,247,1.00) 3.11%,rgba(135,181,236,1.00) 70.47%,rgba(0,26,182,1.00) 100%);
    background-image: linear-gradient(131deg,rgba(64,136,247,1.00) 3.11%,rgba(135,181,236,1.00) 70.47%,rgba(0,26,182,1.00) 100%);
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
}
.alert {
    background-color: #0134BD;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.caption {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}