﻿@import "bootstrap.min.css";
@import "fontawesome-all.min.css";
@import "datepicker.css";

.pageheader {
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Lobster',cursive;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    border-bottom: 1px solid #FFFFFF;
}

footer {
    text-align: center;
}

.margin-top-70 {
    margin-top: 70px;
}

.well h4 a,
.well h4 a:hover {
    color: white;
    text-decoration: none;
}

.required {
    font-weight: bold;
    font-size: 110%;
    color: orange;
}

.download-bottom-margin {
    margin: 10px;
    float: left;
}

.download-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -10px;
}

.goBack {
    margin: 15px auto;
    text-align: center;
}

.linkFinder_file {
    margin-bottom: 10px;
    background-size: 100%;
    height: 75px;
    background-repeat: no-repeat;
}

.icon-text {
    margin-right: 5px;
}

.actionBar {
    margin-bottom: 10px;
}

.thumbnail a > img.img_gallery {
    height: 115px;
}

.jumbotron.small {
    padding: 0px;
    max-height: 500px;
    font-size: medium;
}

.distanceOverview {
    padding-bottom: 5px;
}

/*Bootstrap extensional styles*/
.navbar-brand {
    font-size: 24px;
}

a .fa {
    margin-right: 2.5px;
}

.row-form {
    margin-top: 5px;
}

.buttonbar {
    text-align: center;
}

/*Fontawsome extensional styles*/
.fa-sizeup-6 {
    font-size: 6em;
}

.fa-sizeup-12 {
    font-size: 12em;
}
