@charset "utf-8";
/* CSS Document */

.h1-head {
    color: #000000;
    font-weight: 700;
    font-size: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 59px;
    font-family: "open sans", "lato", sans-serif ;
}

.h1-gold {
    color: #BD9B0D;
	font-family: 'open sans', 'lato';
}


body {
    background-color: #670305;
    margin-bottom: 50px;
}





.col {
    background-color: #FFFFFF;
}


.card-title {
    color: #920507;
}
.accordion-button {
    color: #940305;
}

a:link {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #5C5E5F;
    text-decoration: none;
}
a.visited {
    color: #000000;
}
a.nav-link {
    color: #FFFFFF;
}
a.nav-link:hover {
    color: #0EA6D4;
}
.nav-brand:link {
    color: #FFFFFF;
    font-size: 20px;
    font-family: Arial;
}
.nav-brand:hover {
    color: #0EA6D4;
    font-size: 20px;
}

.nav-brand:visited {
    color: #FFFFFF;
    font-size: 20px;
}

.link-town {
    color: #000000;
    text-align: center;
    font-size: 18px;
}
.link-town:hover {
    color: #5C5E5F;
    text-align: center;
}







h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 0px;
    font-family: "open sans", "lato", sans-serif;
    font-size: 26px;
}
h2 {
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
	font-family: "open sans", "lato", sans-serif ;
	
}
.page-link:link {
    color: #C109DD;
}
.page-link:hover {
    color: #0AC109;
}
.page-link:visited {
    color: #C109DD;
}





.first-row {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 24px;
}
.second-row {
    padding-top: 50px;
    padding-bottom: 20px;
}
.third-row {
    padding-bottom: 20px;
    padding-top: 50px;
}
.fourth-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.fifth-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sixth-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.seventh-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
	font-family: "open sans", "lato", sans-serif ;
}

.nav-container {
    padding-left: 24px;
    padding-right: 25px;
}.footer-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 49px;
}
.container-form {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pad50 {
    /* [disabled]margin-top: 100px; */
    padding-top: 50px;
    /* [disabled]padding-bottom: 50px; */
    background-color: #FFFFFF;
}


.vertical-line {
  border-left: 2px solid #333; /* Thickness, line style, and color */
  height: 10px;              /* Defines the length of the line */
  display: inline-block;      /* Allows content to sit next to it */
  margin: 0 20px;             /* Spacing on the left and right */
}
