﻿body {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#primary {
    padding-top: 10px;
}

.site-title {
    font-family: 'Ariel'; /* 'Herr Von Muellerhoff'; */
    font-style: normal;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dl-horizontal dd {
    margin-bottom: 5px;
}

.portfolio-unit {
    padding: 7px 0px;
}

.glyphicon {
    padding-right: 2px;
}

.glyphicon-disabled {
    color: lightgray;
}

.site-branding img {
    margin-left: -60px;
}

.item-thumbnail {
    max-width: 200px;
    max-height: 200px;
}

.item-picture {
    width: 50%;
    height: 50%;
    max-width: 600px;
    max-height: 400px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.carousel-caption {
    color: white;
    background-color: dimgray;
    text-shadow: none;
    padding-top: 5px;
    border-radius: 4px;
}

.carousel-control {
    color: black;
}

.carousel-control.right, .carousel-control.left {
    color: black;
    background-image: none;
}

.nav {
    margin-left: 0px;
}

.nav-stacked li a {
    padding: 5px;
}

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    accent-color: #cccccc;
    border: 1px solid #cccccc;
    border-radius: .25em;
    width: 1.6em;
    height: 1.6em;
    float: left;
    margin-right: .5em;
}

.container {
    width: 95%;
}

.label {
    border-radius: 0.4em;
}

.form-group {
    margin-bottom: 7px;
}

.control-label {
    padding-right: 0px;
}

.display-only {
    padding: 7px 0px 0px 15px;
}

.white-colour {
    width: 19px;
    height: 19px;
    border: 1px solid black;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.validation-summary-errors {
    background-color: LightYellow;
    border: 1px solid maroon;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    color: red;
    font-weight: bold;
}

.blockquote-reverse {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px
}

.blockquote-reverse footer:after {
    content: "" !important;
}

.blockquote-reverse footer:before {
    content: "\2014 \00A0" !important;
}

/* disable thead bullet in the validation summary */
ul {
    list-style-type: none;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/
