.topline {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
}

.topline-contain {
    padding: 0;
    margin-top: -10px;
    margin-bottom: -20px;
}


/* Header*/

header {
    height: 70px;
    position: relative;
}

header a.logo {
    display: inline-block;
    position: absolute;
    padding: 0px;
    margin-top: 10px;
    padding-left: 5%;
    width: 300px;
    height: 68px;
}

header p {
    float: right;
    display: inline-block;
    padding-right: 5%;
    margin-top: 10px;
    font-size: 2em;
}

div.about-content {
    display: inline-block;
}

#aboutimg {
    float: right;
    width: 50%;
    height: auto;
    min-width: 355px;
    padding: 10px;
    display: inline-block;
}

#aboutimg>img {
    width: 100%;
}

#about-text {
    display: inline-block;
    width: 47%;
    padding: 20px 20px;
}

#about-text>p {
    display: block;
}

#mapid {
    width: 100%;
    height: 400px;
}

.floating-box {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#photo-detail p {
    padding: 10px 20px;
}

#photo-detail a {
    padding: 20px 20px;
    margin: 10px;
    float: left;
    border-radius: 10px;
    background-color: lightgrey;
    text-decoration: none;
    transition: background-color .5s;
}

#photo-detail a:hover {
    background-color: grey;
}

#photocol {}

#photo-detail {
    position: relative;
    vertical-align: top;
}


/* Image Gallery*/

#image-gallery {
    width: 100%;
    position: relative;
    padding-bottom: 44%;
    height: 0;
    background: #000;
}

#image-gallery .image-container {
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
}

#image-gallery .prev,
#image-gallery .next {
    position: absolute;
    width: 3%;
    height: auto;
    top: 50%;
}

#image-gallery .prev {
    left: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
}

#image-gallery .next {
    right: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
}

#image-gallery .footer-info {
    position: absolute;
    height: 45px;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    color: white;
    border-top: 1px solid #FFF;
    margin-bottom: 0;
}

#falsefooter {
    background-color: #FFF;
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 0;
}

#toggle {
    width: 4%;
    height: auto;
    float: right;
    position: relative;
    margin: 4px;
    background-color: #000;
    border: none;
}

#toggle img {
    width: 100%;
    padding: 1px;
    background-color: #FFF;
    border-radius: 5px;
}

#downloadbtn {
    width: 4%;
    height: auto;
    float: left;
    position: relative;
    margin: 4px;
    background-color: #000;
    border: none;
}

#downloadLink img {
    width: 100%;
    padding: 2px;
    background-color: #FFF;
    border-radius: 5px;
}

#directionandcount {
    display: inline-block;
}

body {
    font-family: "Lato", sans-serif;
}

#about {
    display: inline-block;
    width: 90%;
    padding: 20px;
}

#about p {}

#test {
    display: inline-block;
    width: 75%;
    padding-bottom:20px;
    
}

#test2 {}

#image-gallery2 {
    display: block;
    padding: 20px;
}

#image-gallery2 img {
    position: relative;
    width: 100%;
    height: 100%;
}



#toggle2 {
    width: 5%;
    height: auto;
    float: right;
    position: relative;
    margin: 0px;
    background-color: #FFF;
    border: none;
}

#toggle2 img {
    width: 100%;
    padding: 0px;
    background-color: #FFF;
    border-radius: 1px;
}

#button {
    float: right;
    border-radius: 10px;
    margin: 5px;
    line-height: 2.5em;
}

#clear {
    border-radius: 10px;
    margin: 5px;
    line-height: 2.5em;
}

#buttonview {
    float: left;
    border-radius: 10px;
    margin: 5px;
    line-height: 2.5em;
}

#button img {
    float: left;
    width: 20px;
    height: 20px;
    margin: 7px;
}

#buttonview img {
    float: left;
    width: 20px;
    height: 20px;
    margin: 7px;
}

#clear img {
    float: left;
    width: 20px;
    height: 20px;
    margin: 7px;
}


/* Style the tab */

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


/* Style the buttons inside the tab */

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

div.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */


/*
div.tab button.active {
    background-color: #ccc;
}


 Style the tab content 

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
*/


/* Style the infor display in map content */

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

footer {
    height: auto;
    position: relative;
    border-top: 1px solid #ccc;
}

#copy {
    display: inline-block;
    position: absolute;
    padding: 0px;
    margin-top: 10px;
    padding-left: 5%;
}

#thanks {
    width: 40%;
    float: right;
    display: inline-block;
    padding-right: 4%;
    margin-top: 10px;
    font-size: 1em;
    text-align: "right";
}


/*Media Queries */

@media screen and (max-width: 1000px) {
    header p {
        font-size: 1.5em;
        position: relative;
    }
    header {
        height: 55px;
        position: relative;
    }
    header img {
        width: 60%;
        height: auto;
    }
    #about {
        display: block;
        width: 100%;
        padding: 20px;
    }
    #test {
        display: block;
        width: 100%;
        padding: 10px;
    }
    #toggle2 {
        width: 5%;
        height: auto;
        float: right;
        position: relative;
        margin: 0px;
        background-color: #FFF;
        border: none;
    }
    #toggle2 img {
        width: 100%;
        padding: 0px;
        background-color: #FFF;
        border-radius: 1px;
    }
}

@media screen and (max-width: 690px) {
    .topline {
        font-size: 1em;
        margin: 0;
    }
    #header>div>span {
        display: inline-block;
        line-height: 0;
        vertical-align: middle;
    }
    header {
        height: 40px;
        position: relative;
    }
    header p {
        font-size: 1em;
        position: relative;
    }
    header img {
        width: 30%;
        height: auto;
    }
    .floating-box {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    #image-gallery .footer-info {
        position: absolute;
        height: auto;
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 10px;
        text-align: center;
        color: white;
        border-top: 1px solid #FFF;
    }
    #image-gallery .image-container {
        bottom: 30px;
    }
    #mapid {
        height: 200px;
    }
    body>div.container>ul {
        margin: 0;
    }
    body>div.container>ul a {
        margin: 2px;
        padding: 2px;
    }
    #toggle {
        margin: 2px;
        margin-right: 5%;
    }
    #toggle img {
        width: 10px;
        padding: 1px;
        border-radius: 3px;
    }
    #downloadbtn {
        margin: 2px;
    }
    #downloadLink img {
        width: 10px;
        padding: 1px;
        border-radius: 3px;
    }
    #mapid>div.leaflet-control-container>div.leaflet-top.leaflet-right>div {
        font-size: 1em;
    }
    #about img {
        float: right;
        width: 100%;
        height: auto;
        min-width: 0;
        padding: 5px
    }
    #button img {
        width: 10px;
        height: 10px;
        margin: 2px;
        vertical-align: middle;
    }
    #button {
        border-radius: 5px;
        margin: 5px;
        line-height: 1em;
        float: left;
    }
    #clear img {
        width: 10px;
        height: 10px;
        margin: 2px;
        vertical-align: middle;
    }
    #clear {
        border-radius: 5px;
        margin: 5px;
        line-height: 1em;
        float: left;
    }
    #buttonview img {
        width: 10px;
        height: 10px;
        margin: 2px;
        vertical-align: middle;
    }
    #buttonview {
        border-radius: 5px;
        margin: 5px;
        line-height: 1em;
    }
    .topline-contain {
        padding: 0;
        margin-top: 0px;
        margin-bottom: -10px;
    }
    footer {
        height: auto;
        position: relative;
        border-top: 1px solid #ccc;
    }
    #copy {
        display: block;
        position: relative;
    }
    #thanks {
        width: 100%;
        padding: 2%;
        display: block;
        text-align: left;
    }
    #about {
        display: block;
        width: 100%;
        padding: 20px;
    }
    #test {
        display: block;
        width: 100%;
        float: left;
        min-width: 355px;
        padding: 10px;
    }
    #toggle2 {
        width: 5%;
        height: auto;
        float: right;
        position: relative;
        margin: 0px;
        background-color: #FFF;
        border: none;
    }
    #toggle2 img {
        width: 100%;
        padding: 0px;
        background-color: #FFF;
        border-radius: 1px;
    }
}


