@charset "UTF-8";
/* CSS Document */
/*Palette
blue #110f62*/

.jumbotron {
    background: #fff;
    margin: 0;
    padding: 0 0 1.5rem 0;
}
.bg-dark {
    background-color: #110f62 !important;
}
h1 {
    color: #110f62;
}
h2 {
    color: #110f62;
    font-size: 1.2rem;
}
h3 {
    color: #110f62;
    font-size: 1.2rem;
    font-style: italic;
}
article {
    border-bottom: thin #ccc solid;
    margin-bottom: 1rem;
}
blockquote {
    font-style:  italic;
    margin-left: 5em;
}
table tr td {
    text-align: left;
    padding: .4rem .8rem;
    border-bottom: thin #ccc solid;
}
ul#horizontalList {
    padding-left: 0;
    margin-left: -5px;
    list-style-type: none;
}
ul#horizontalList li {
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}
#footer {
    font-size: .8em;
}
#footer p {
    margin-bottom: 0;
}
/* ~~ photo gallery ~~ */
.first {
    list-style-type: none;
}
.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* ~~ button for in page links ~~ */
.redButton a {
    color: white;
}
.redButton {
    margin-top: 5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c82026), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #c82026 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #c82026 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #c82026 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #c82026 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #c82026 5%, #c62d1f 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c82026', endColorstr='#c62d1f', GradientType=0);
    background-color: #c82026;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}
.redButton:hover {
    color: black;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #c82026));
    background: -moz-linear-gradient(top, #c62d1f 5%, #c82026 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #c82026 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #c82026 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #c82026 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #c82026 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#c82026', GradientType=0);
    background-color: #c62d1f;
}
.redButton:active {
    position: relative;
    top: 1px;
}
/* ~~ form ~~ */
fieldset {
    border: 1px solid #ddd !important;
    margin-bottom: 1.5rem;
    padding: 0.25rem;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
}
legend {
    font-size: 16px;
    color: #357ab7;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    padding: 0.25rem;
}
:required {
 background: rgba(198,45,31,0.1);
}
/* ~~ reduce nav font sizes ~~ */
.navbar .nav-item {
    font-size: .98rem;
}
.navbar .navbar-brand {
    font-size: 1rem;
}

/* ~~ misc classes ~~ */
.redText {
    color: #c82026;
}
.petitionMenu {
    color: white;
    background: red;
}
