@charset "utf-8";

/* CSS Document */



body {
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(../images/bkgd.webp);
    background-color: #000000;
    color: #FFFFFF!important;
}

h1 {
    font-size: 28px;
    font-family: "Wendy One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

h2 {
    font-size: 21px;
    font-family: "Wendy One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f79b1a;
}

h3 {
    font-size: 27px;
    font-family: "Wendy One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #C73100;
    padding-top: 13px;
    padding-bottom: 12px;
}
a {
    color: #f79b1a;
    font-weight: bold;
}
.card {color: #ffffff!important;}


.navbar {
    background-color: rgba(95,95,95,0.40);
}
.nav-item {
    font-weight: bold;
    font-size: 20px;
    margin-left: 9px;
    margin-right: 9px;
}
.nav-link {
    color: #FB6D6D;
}


.header{
    background-image: url("../images/header-bkgd.webp");
    background-size: cover;
    border-bottom: 12px solid #f79b1a;
}





.footer {
    color: #FFFFFF;
    border-top: 10px solid #f79b1a;
    background-image: url(../images/footer.webp), -webkit-linear-gradient(90deg,rgba(112,0,0,1.00) 1.55%,rgba(255,0,0,1.00) 100%);
    background-image: url(../images/footer.webp), -moz-linear-gradient(90deg,rgba(112,0,0,1.00) 1.55%,rgba(255,0,0,1.00) 100%);
    background-image: url(../images/footer.webp), -o-linear-gradient(90deg,rgba(112,0,0,1.00) 1.55%,rgba(255,0,0,1.00) 100%);
    background-image: url(../images/footer.webp), linear-gradient(0deg,rgba(112,0,0,1.00) 1.55%,rgba(255,0,0,1.00) 100%);
    background-size: cover;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer a{

    color: #FFFFFF;

    text-decoration: underline;

    font-weight: bold;

}

