html{
    height: 100%;
}

body {
    background-color: lightblue;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

.home-mat {
    background-color: darkblue;
    margin: 0 auto;
    width: 400px;
    height: 300px;
    padding: 1rem;
    border-radius: 8px;
}

.theSign {
    width: 100%;
    height: 100%;
    border-radius: 8px;

    /*display: flex;
    margin: 0 auto;
    */
}

.home-h1 {
    display: block;
    text-align: center;
}

.home-donate {
    text-align: center;
}

.home-desc {
    text-align: center;

}

.home-make-a-donation {
    background-color: blue;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

/*.site-header {
    display: block;
    position: fixed;
    margin-left: -10px;
    padding: 0 50px;
    margin-top: -20px;
    background: lightslategray;
    color: darkgray;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 25pt;
    letter-spacing: 15px;
    min-width: 100%;
    overflow: hidden;
    max-height: 100px;
}*/

.findUs {
    border-radius: 20px;
    display: flex;
    margin: 0 auto;
}

body a {
    color:blue;
    /*background-color: white;*/
    text-decoration: none;
    cursor: pointer;
    /*margin-left: 33%;*/
    margin-top: 0;
}

/*
body a:hover {
    background-color: rgb(121, 204, 121);
    color: black;
    
}*/

body a img {
    cursor: pointer;
}

/*.officers-header {
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    font-weight: bolder;
    color: brown;
}*/

.officers-div {
    height: 700px;
    margin: -30px auto 0 auto;
    min-height: 580px; 
}

.officers-title {
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    
    color: brown;
    padding-top: 200px;
    margin-bottom: 20px;
    margin-left: 600px;
    font-size: 32pt;
}

.yellow-desc {
    display: block;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
}

.yellow-div {
    min-height: 700px;
    margin-bottom: 0;
    padding-top: 200px;
}

.yellow-title {
    margin-top: 0;
    display: block;
    text-align: center;
    color: navy;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    padding-top: 10px;
}

/*.footer-area {
    background-color: rgb(39, 39, 39);
    position: relative;
    bottom: -60px;
    margin-left: -8px;
    width: 101.2%;
    height: fit-content;
}

.footer-page{
    margin-top: 10px;
    margin-bottom: auto;
    display: block;
    width: 100%;
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
    left: 0;
    right: 0;
    height: fit-content;
}

#footer-heading {
    text-align: left;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.footer-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 50px;
    margin-right: auto;
    text-align: center;
}

.footer-wrapper a{
    color: whitesmoke;
    text-decoration: none;
}

.footer-wrapper a:hover{
    background-color: whitesmoke;
    color: black;
}

.footer-contact-us {
    text-align: left;
}*/

.officers-table-1 {
    width: 600px;
    text-align: left; 
    text-indent: 30px;
    margin: 0 auto 0 auto;
    border-width: 5px;
    border-color: blue;
    border-style: double;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bold;
    color: brown;
}

.officers-table-2 {
    width: 1000px;
    text-align: left; 
    text-indent: 30px;
    margin: 0 auto 0 auto;
    border-width: 5px;
    border-color: blue;
    border-style: double;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    color: blue;
}

.officers-desc {
    width: auto;
    text-align: center;
    background-color: bisque;
    color: blue;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
}

.calendar-div {
    padding-top: 90px;
}

.calendar {
    width: 100%;
    height: 600px;
}

.join-div {
    padding-top: 90px;
}

.hkhof-div {
    padding-top: 90px;
}

.hkhof {
    width: 100%;
    height: 600px;
}

.join-us {
    width: 100%;
    height: 600px;
}

.contact-list {
    text-align: left;
    margin-left: 33%;
    margin-top: 0px;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    min-height: 700px;
    padding-top: 200px;
}

.contact-list td {
    width: 40em;
}

.join-instructions {
    padding-bottom: 10px;
}

.join-instructions table {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 33%;
    margin-right: auto;
}



.join-instructions td {
    background-color: blue;
    text-align: left;
    display: block;
    color: white;
    width: 100%;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
}

.join-instructions ul li {
    list-style: circle;
}

.emergency-title {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    color: darkred;
    text-align: center;
    padding-top: 100px;
}

.emergency-div {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: darkred;
    text-align: left;
    margin-left: 20%;
    margin-top: 20px;
}

.emergency-huricane-title {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    color: darkred;
    text-align: center;
    margin-top: 30px;
}

.emergency-huricane-tip {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: darkred;
    text-align: left;
    margin-left: 20%;
    margin-top: 20px;
}

.emergency-personal-title {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    color: darkred;
    text-align: center;
    margin-top: 30px;
}

.emergency-personal-tip {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: darkred;
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 30px;
    height: fit-content;
    padding-bottom: 60px;
}

.about-div {
    padding-top: 100px;
}

.about-table {
    width: 90%;
}

.about-title {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    color: blue;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-bodytext {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: black;
    text-align: left;
    margin-left: 10%;
    padding: 10px;
}

.about-list {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: black;
    text-align: left;
    margin-left: 25%;
    list-style-type: circle;
}

.bodytext {
    text-align: center;
    font-size: +2;
}

.history-title {
    display: block;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bold;
    color: blue;
    padding: 20px;
    padding-top: 80px;
}

.history-text {
    display: block;
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    font-weight: bold;
    color: black;

}

.history-text li {
    padding-bottom: 10px;
}

.history-ambulance {
    text-align: center;
}

.history-ambulance img {
    height: auto;
    max-width: 200px;
}

.history-volunteers {
    display: block;
    text-align: center;
    padding: 30px;
    font-size: large;
    font-weight: bold;
    color: darkblue;
}

.emt-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    padding-top: 100px;
}

.emt-bodytext {
    display: block;
    padding: 10px;
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
    
}

.crewsite-title {
    display: block;
    color: blue;
    text-align: center;
    font-size: x-large;
    padding-top: 10px;
    padding-bottom: 10px;
}

.crewsite-title-img {
    text-align: center;
}

.crewsite-title-img img {
    width: 25%;
}

.crewsite-title-img p {
    text-align: center;
    color: blue;
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
}

.building-use-pdf object {
    display: block;
    width: 100%;
    min-height: 1125px;
}

.crewsite-links {
    text-align: left;
    padding-top: 50px;
    padding-left: 30%;
}
.crewsite-links a {
    margin-left: 20px;
    font-weight: bold;
}

.crewsite-links a:hover {
    background-color: bisque;
}

.bylaws-pdf {
    display: block;
    width: 100%;
    height: 700px;
}

#minutes-title {
    display: block;
    text-align: center;
    font-size: x-large;
    color: blue;
    padding-top: 10px;
    padding-bottom: 10px;
}

.minutes-table {
    margin-left: auto;
    margin-right: auto;
}

.minutes-table td {
    padding-left: 2px;
    padding-right: 2px;
}

.aed-div {
    min-height: 650px;
    padding-top: 100px;
}

.aed-table {
    border: none;
    margin-left: 160px;
    margin-right: 160px;
}

.aed-title {
    font-size: x-large;
    color: blue;
    text-align: center;
    padding: 20px;

}

.aed-title img {

    width: 100px;
}

.aed-bodytext-q {
    text-align: left;
    font-weight: bold;
}

.aed-bodytext-a {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 2em;
}

.getfiles-div, .crewsite-div, .index-section  {
    min-height: 600px;
    padding-bottom: 20px;
    padding-top: 100px;
}

/* Start of Responsive Design 
    Focus on cell phone first
*/
@media screen and (max-width: 412px) {
    
.home-mat {
    background-color: darkblue;
    margin: 0 auto;
    width: 200px;
    height: 150px;
    padding: 1rem;
    border-radius: 8px;
}

.theSign {
    width: 100%;
    height: 100%;
    border-radius: 8px;


}


       
}

