/* General Styles */

body {
    background-image: url(img/background.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 955px;
    margin: 0px 0px 0px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
}

header {
    float: left;
    height: 75px;
    padding-left: 10px !important;
}

h2 {
    text-align: center !important;
}

tbody, th {
    color: white;
}

a {
    text-decoration: none !important;
    color: #333 !important;
}

/* Nav Bar/Menu */

.navButton {
    border: none;
    background-color: white;
    padding: 25.5px;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.navButton:hover {
    background-color: rgb(158, 157, 157);
    cursor: pointer;
}

#navigation {
    float: right;
}

#title {
    font-size: 35px;
    text-align: center;
    color: #333;
    margin-bottom: 0px;
}

#subtitle {
    color: #897a67;
    text-align: center;
    font-weight: bold;
}

#navbar {
    height: 75px;
    background-color: white;
}

/* Home Page */

#hazardRedirect, #centralRedirect, #eastRedirect, #westRedirect, #aboutRedirect {
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

#hazardRedirect {
    background-color: #FF6666;
}

#hazardRedirect:hover {
    background-color: #ff4141;
}

#centralRedirect {
    background-color: #E8C247;
    margin: 30px;
}

#centralRedirect:hover {
    background-color: #cca629;
}

#eastRedirect {
    background-color: #EDABEF;
    margin: 30px 30px 0px 30px;
}

#eastRedirect:hover {
    background-color: #897CAC;
}

#westRedirect {
    background-color: #44D0FE;
    margin: 0px 30px 30px 30px;
}

#westRedirect:hover {
    background-color: #5D96B9;
}

#aboutRedirect {
    background-color: rgb(44, 240, 60);
    color: #333;
    font-weight: bold;
    float: right;
}

#aboutRedirect:hover {
    background-color: rgb(32, 184, 44);
}

/* Regions */

.col {
    background-color: #333;
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 10px #333;
}

.content {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.table, .tr {
    width: 100% !important;
    border-spacing: 15px;
}



#regionNav{
    position: relative;
}

#regionNav:hover #dropdown {
    display: block;
    width: 108px;
    text-align: center;
}

.nav-item {
    background-color: white;
    text-decoration: none !important;
    color: #333;
}

.nav-item:hover {
    background-color: rgb(158, 157, 157) !important;
    text-decoration: none !important;
}

.contactButton {
    margin: auto;
    font-size: xx-large;
    background-color: #333;
    border-radius: 5px;
    width: 400px;
    height: 60px;
    border: solid 2px rgb(133, 130, 130);
    cursor: pointer;
}

.contactButton:hover {
    border: solid 2px white;
}

.whiteLink {
    color: white !important;
}

.whiteBorder {
    padding: 10px;
    border: solid 2px #333;
}

.whiteBorder:hover {
    padding: 10px;
    border-left: solid 2px white;
}

.caption {
    margin: 5px;
    padding-top: 30px;
    display: none;
    text-align: left !important;
}

#test:hover {
    background-color: #cca629;
}

#imagesContainer {
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.abtImg {
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.card-body {
    background-color: rgb(51, 51, 51);
    display: inline-grid;
    margin: auto;
}

.row-cols-md-3 > * {
    width: 30% !important;
    margin-left: auto;
    margin-right: auto;
}

.card-title {
    margin: auto;
}

#topIcon {
    padding: 10px;
    display: block;
    text-align: center;
}

.imgLabel {
    position: absolute;
}

.nav-item {
    border-right: 1px solid #333;
}

#hmp18 {
    color: rgb(196, 193, 193) !important;
    border: 1px solid white;
    border-radius: 4px;
    padding: 3px;
}

#hmp18:hover {
    color: white !important;
}

#jurisList {
    margin: auto;
    display: block;
    columns: 4;
    width: 60%;
    overflow: hidden;
    padding-bottom: 15px;
}