/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /*font-family: Arial,"Helvetica Neue",Helvetica,"Open Sans",sans-serif;*/
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    /*background: url('../img/bg.jpg') no-repeat center center fixed;*/
    /*background: radial-gradient(circle, whitesmoke, lightcyan, mistyrose);*/
    background: linear-gradient(to bottom, whitesmoke, lightcyan);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Arial,"Josefin Slab","Helvetica Neue",Helvetica,sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
}

h1, h2, h3 {
    color: navy;
    font-weight:bold;
    font-variant: small-caps;
}

h4, h5, h6 {
    font-weight: bold;
    color: navy;
}

p {
    line-height: 1.6;
    color: #000;
}

hr {
    /*max-width: 400px;*/
    border-color: #999999;
}

.content {
    font-size: 1.1em;
    margin-left: 0.5%;
    width: 99%;
}

.header {
    background-image: url('../img/logo_md.png');
    background-repeat: no-repeat;
    background-position: right;
    padding: 2%;
    text-align: left;
    font-weight: bold;
}

.brandy {
    /*font-size: 1.1em;
    font-weight: bold;
    font-variant:small-caps;
    color: navy;*/
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    color: darkslategray;
    margin: 15px 0 2px 5px;
}

.brand-name {
    margin: 0;
    font-size: 2em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 10px;
    /*background: #fff;*/
    /*background: rgba(255,255,255,0.9);*/
    background-color: rgba(248, 248, 255, 0.9); /* GhostWhite */
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

figure {
    margin: auto;
}

.figure:hover {
    background-color: aliceblue;
    transform: scale(1.05);
}

figcaption {
    font-style: italic;
    padding: 2px;
    text-align: center;
}

figure-img {
    max-width: 280px;
    max-height: 280px;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

    footer .copyright {
        margin: 0;
        font-size: 0.9em;
        padding: 20px 0;
    }

ul.icons {
    padding: 20px 0;
    list-style: none;
}

    ul.icons li {
        display: inline-block;
        padding: 0 1.25em 0 0;
        font-size: 1.75em;
    }

        ul.icons li a {
            text-decoration: none;
        }

table {
    background-color: transparent;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 5px 0 5px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        /*font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-size: 3.25em;
        font-weight: 700;
        line-height: normal;
        color: black;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.10em;
        font-weight: 400;
        letter-spacing:1px;
        color: black;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav > li > a {
        padding: 35px;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
