body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header {
    background: url(/pub/cache/aoss/cameras/north/latest_orig.jpg) no-repeat center 75% scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 50vh;
    width: 100%;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Section that lists items */
/* Mostly copied from the old stylish-portfolio bootstrap theme */

.services hr.small {
    max-width: 100px;
}

.text-white hr {
    border-bottom-color: white;
    border-top-color: white;
}
.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

/* Misc */

.date-pick{
    border-radius:3px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.date-pick.selected{
    background: #AAA;
}

.date-pick:hover {
    background: #AAA;
}

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

a.no-style:hover {
    color:black;
    text-decoration:none;
}

td.selected>a.thumbnail{
    background: #AAA;
}

.ql-label{
    /*TODO: don't hardcode this*/
    height:130px;
}

.met_table {
    border: 1px solid black;
    border-radius:3px;
}

.met_table td{
    padding-left:0.25em;
    padding-right:0.25em;
}

.met_table td:first-child{
    font-weight:bold;
}

.met_table tr:nth-child(even){
    background: #CCC;
}

.subtitle{
    font-weight:normal !important;

}
