body {
    margin: 0;
    font-family: Arial
}

.clearfloat {
    clear: both;
}

.topnav {
    overflow: hidden;
    background-color: #4CAF50;
    padding: 0px 0px;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    background-color: #4CAF50;
    text-decoration: none;
    cursor: pointer;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 5px 15px;
    background-color: inherit;
    font-family: inherit;
    margin: 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #4CAF50;
    color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 3px 0px 3px 36px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #555;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
    }
}

.socialMedia a {
    float: right;
    padding-right: 7px;
    padding-top: 6px;
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.front-container {
    width: 100%;
    height: auto;
}

.front-container h3 {
    margin: 1em 2em;
}

.front-container p {
    font-family: sans-serif;
    font-size: 1.2em;
    display: block;
    margin: 1em 2em
}

.front-container a {
    text-decoration: none;
    font-weight: bold;
    color: #4CAF50;
}

.front-container a:hover {
    color: white;
    font-weight: bold;
    background: black;
}

.front {
    display: flex;
    width: 1000px;
    height: auto;
}

.front p {
    font-family: sans-serif;
    font-size: 1.5em;
    display: inline-block;
    margin-left: 2em;
}

.test-container h3 {
    padding-left: 1em;
}

#infoForm {
    padding-left: 50px;
}

#comment {
    padding-left: 20px;
}

/* Concept of using the checkbox input from alligator.io/css/collapsible. Modified for this site by SWFI.ME.*/

input[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;

    font-weight: bold;
    font-family: sans-serif;
    font-size: 1.0rem;
    text-transform: none;
    text-align: left;

    padding: 0 0em 0.5em 2.5em;

    color: black;
    background: white;

    cursor: pointer;
}

.lbl-toggle:hover {
    color: #4caf50;
}

/*This is a clever way to make the pointer icon before the text*/

.lbl-toggle::before {
    content: ' ';
    display: inline-block;

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 17px solid currentColor;

    vertical-align: middle;
    margin-right: .4rem;
    transform: translateY(-2px);

    transition: transform .1s ease-out;
}

.collapsible-content .content-inner {
    background: white;
    padding: 0 3em 0em 4.5em;
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
}

.content-inner p {
    margin-top: 1px;
}

.content-inner a {
    text-decoration: none;
    font-weight: bold;
    color: #4CAF50;
}

.content-inner a:hover {
    color: white;
    font-weight: bold;
    background: black;
}


.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 350px;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* End of alligator css collapsible*/

.center {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 90%;
}

.prev {
    width: 30px;
    height: 30px;
    left: 0;
}

.next {
    width: 30px;
    height: 30px;
    right: 0;
}

.slider {
    position: relative;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider li {
    list-style: none;
}

.slide {
    position: absolute;
    height: auto;
    width: 100%;
}

.slider .slide:target {
    z-index: 10;
}

.info-container {
    margin-left: 100px;
    position: fixed
}

.header {
    position: absolute;
    top: 30%;
    left: 50px;
}

.footer-container {
    color: #fff;
    background-color: #4CAF50;
    padding: 1px 0;
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#privacy h3 {
    font-size: 2em;
    font-style: italic;
    color: #4CAF50;
    padding: 0px 0px 2px 50px;
}

#privacy p {
    font-size: 1em;
    font-family: sans-serif;
    color: #797979;
    padding: 5px 10px 0px 50px;
}

.History-container {
    display: flex;
    justify-content: space-between;
}

.History-grid {
    width: 720px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;

}

.History-grid-item {
    flex: 1;
    height: auto;
}

.History-grid-item a {
    text-decoration: none;
    font-weight: bold;
    color: #4CAF50;
}

.History-grid-item a:hover {
    color: white;
    font-weight: bold;
    background: black;
}

#History h3 {
    font-size: 1.8em;
    font-style: italic;
    color: #4CAF50;
    padding-left: 30px;
}

#History p {
    font-size: 1em;
    font-family: sans-serif;
    color: black;
    padding-left: 50px;
}

#History a {
    text-decoration: none;
    font-weight: bold;
    color: #4CAF50;
}

#History a:hover {
    color: white;
    font-weight: bold;
    background: black;
}

.intro p {
    margin-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
}

.intro img {
    float: left;
    padding: 0px 20px;
    width: 50%;
    height: auto;
}

.test img {
    width: 100%;
    height: auto;
}

/*Div styling for the calendar table*/

#myCalendarContainer {
    padding-left: 125px;
    padding-bottom: 100px;
}

#demo-form {
    padding-left: 125px;
    padding-bottom: 100px;
}

#footer {
    width: 1000px;
    font-family: sans-serif;
}

#footer-items {
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    cursor: pointer;
    text-decoration: none;
}

.footbutton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin: 2px 2px;
    cursor: pointer;
}

#footer li a {
    text-decoration: none;
    color: white;
}

#footer li a:hover {
    color: white;
    background: black;
}

#indent p {
    font-size: .9em;
    padding-left: 10%;
}

#map {
    height: 400px;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    border: double;
}

#mapTrail {
    height: 600px;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    border: double;
}

#mapStuff {
    height: 100px;
}

#mapStuff a {
    text-decoration: none;
    color: #4CAF50;
}

#mapStuff a:hover {
    color: white;
    background: black;
}
