* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.clearfloat {
    clear: both;
}

.topnav {
    overflow: hidden;
    background-color: #3046eb;
    padding-top: 5px;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 4px 25px;
    text-decoration: none;
    font-size: 19px;
}

#pics img {
    width: 100%;
    height: auto;
}

.active {
    background-color: #3046eb;
    color: white;
}

.topnav .icon {
    display: none;
}

#atopformat a {
    background-color: #white;
    color: #3046eb;
    padding: 5px;
    margin-left: 150px;
    margin-bottom: 100px;
}

#atopformat hover {
    background-color: #555;
    color: #white;
    padding: 5px;
    margin-left: 150px;
    margin-bottom: 100px;
}

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

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3046eb;
    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;
}

/************** border separator *************/

hr.rounded {
    border-top: 3px solid #3046eb;
    border-radius: 5px;
}

.horizontal {
    padding-left: 10%;
    padding-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
}


/**************css for pages using the flex box********/

.front-container-media {
    color: #555;
    padding: 5px 10px 0px 10px;
}

.box {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
}

.box a:hover {
    background-color: black;
    color: white;
}

.date {
    flex: initial;
    width: 120px;
}

.link {
    flex: initial;
    width: 75px;
}

.info {
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 10px;
    flex: 1;
}

.column1 {
    margin-left: 50px;

    font-size: .9em;
    font-weight: bold;
}

.column2 {
    font-size: .9em;
    margin-left: 60px;
}

.column3 {
    margin-right: 10px;
    font-size: .9em;
}

/*Get the Responsive thing going*/

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

    .column1 {
        width: 40%;
    }

    .column2 {
        width: 20%;
        align-content: flex-end;
    }

    .column3 {
        width: 25%;
    }

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

    .topnav .socialMedia {
        padding-left: 20px;
        display: block;
        float: left;
    }

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

    .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;
    }
}

@media screen and (min-width: 610px) {

    .column1 {
        width: 40%;
    }

    .column2 {
        width: 20%;
    }

    .column3 {
        width: 25%;
    }
}

.socialMedia a {
    float: right;
    padding-right: 8px;
    padding-left: 5px;
    padding-top: 6px;
    display: block;
}

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

.front-container h3 {
    font-size: 2em;
    font-style: italic;
    color: #3046eb;
    padding: 0px 0px 2px 50px;
}

.front-container h2 {
    font-size: 1.4em;
    font-style: italic;
    color: #3046eb;
    padding: 0px 0px 2px 20px;
}

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

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

.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;
}

.button {
    /*display: inline-block;*/
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #white;
    /*background-color: #3046eb;*/
    border: none;
    border-radius: 5px;

    margin-left: 55px;
}

.button:hover {
    background-color: #000;
    color: black;
}


/* 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: #3046eb;
}

/*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: #3046eb;
}

.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: #3046eb;
    padding: 1px 0;
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#privacy h3 {
    font-size: 2em;
    font-style: italic;
    color: #3046eb;
    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: #3046eb;
}

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

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

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

.intro a {
    text-decoration: none;
    font-weight: bold;
    color: #3046eb;

}

.intro 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;
}

#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: #3046eb;
    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: #3046eb;
}

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

#disqus_thread {
    margin-left: 60px;
    margin-right: 15px;
}
