body {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
nav {
    background-color: rgb(0, 95, 181);
}
main {
    margin-top: 58px;
    background-color: rgb(235, 235, 235);
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
}
.carousel-caption, .carousel-indicators {
    text-align: right;
    float: right;
    right: 2%;
    left: inherit;
    margin-right: 0px;
}
.carousel-control {
    height: 50px;
    width: 50px;
    background-color: black;
    border-radius: 50%;
    color: white;
    top: 40%;
    margin: 0px 20px;
}
h1 {
    text-align: center;
    margin: 30px 10%;
    padding: 10px;
    background-color: rgb(0, 134, 255);
    color: white;
    border-radius: 3px;
}
h2 {
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    padding: 5px;
    background-color: rgb(220, 220, 220);
    border-top-right-radius: 15px;
    font-style: italic;
}
h3 {
    padding: 0px 10px;
    font-size: 1.2em;
    font-weight: bold;
}
p, h5 {
    padding: 0px 10px;
}
.pcentered {
    padding: 0px 15%;
}
.card-deck {
    margin-top: 30px;
}
.card-header {
    background-color: rgb(0, 134, 255);
    color: white;
    font-size: 1.1em;
}
.card-footer {
    background-color: white;
}
.btncss {
    background-color: rgb(0, 134, 255);
    color: white;
}
.btncss:hover {
    background-color: rgb(56, 159, 252);
    color: white;
}
.imagestyle {
    width: 100%;
    border-radius: 20%;
    margin: 10px 0px;  
}
figcaption {
    text-align: center;
    font-style: italic;
    margin: 0px 40%;
    padding: 2px;
    border-bottom: 2px dashed gray;
}
table {
    width: 80%;
    color: white;
    background-color: rgb(56, 159, 252);
    margin-left: 50px;
    margin-bottom: 30px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
table th {
    background-color: rgb(0, 73, 138);
    width: 50%;
}
table tr:nth-child(odd) {
    background-color: rgb(0, 134, 255);

}
caption {
    caption-side: top;
    padding-top: 0px;
}
footer {
    background-color: rgb(0, 95, 181);
    color: white;
}
#footerlogo {
    height: 200px;
    padding: 32.8px 0px 0px 32.8px;
}
footer h4 {
    padding-top: 20px;
    margin-right: 20%;
    border-bottom: 2px solid white;
}
#copy {
    text-align: end;
    font-size: 0.7em;
}
@media only screen and (max-width: 576px) {
    #footerlogo {
        display: none;
    }
}
footer a:link, footer a:visited {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: rgb(56, 159, 252);
    text-decoration: none;
}