@import 'html5_reset_stylesheet.css';

/*
==========
Base Site
==========
*/

body {
    font: 14px Helvetica Neue, sans-serif;
    margin: 0 auto;
    max-width: 900px;
}

nav {
    font-size: 24px;
    margin-bottom: 32px;
    margin-top: 32px;
}

nav a {
    color: black;
    line-height: 32px;
    margin: 32px 25px 32px 25px;
    text-decoration: none;
}

nav a:first-child {
    font-size: 40px;
    font-weight: bold;
    line-height: 64px;
    margin-left: 0;
}

/** {
    outline: 1px dashed red;
}

div {
    outline: 1px dashed red;
}*/

/*
==========
Browse
==========
*/

h1 {
    font-size: 1.5em;
    margin: 1em;
    text-align: center;
}

#toggle_filters {
    background-color: #f0f0f0;
    border: none;
    font-size: 1em;
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

#toggle_filters:hover {
    font-weight: bold;
}

#apply_filters {
    background-color: #f0f0f0;
    border: 1px dashed black;
    font-size: 1em;
    margin: 5px 0 0 0;
    padding: 5px;
    text-decoration: none;
}

#apply_filters:hover {
    font-weight: bold;
}

#filters_container {
    background-color: #f0f0f0;
    margin: 0 0 10px 0;
    padding: 5px;
}

.fieldWrapper {
    padding: 5px;
}

.help_text {
    color: lightgray;
}

.pagination {
    color: black;
    text-decoration: none;
}

.pagination:hover {
    font-weight: bold;
}

#pagination_back {
    display: inline-block;
    float: left;
}

#pagination_forward {
    display: inline-block;
    float: right;
}

#num_found {
    text-align: center;
}

#camera_wall {
    clear: both;
    display: block;
    height: 100%;
    width: 100%;
}

.camera_container {
    display: inline-block;
    height: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: auto;
}

.camera_container:hover {
    background-color: #f0f0f0;
}

.camera_container a {
    color: black;
    text-decoration: none;
}

.camera_container img {
    height: 150px;
    margin-bottom: 5px;
    width: 200px;
}

.camera_container p {
    width:200px;
}