a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a:link
{
    font-family: 'Futura', 'Century Gothic', sans-serif;
    text-decoration: none;
    color: #B60000;
}

a:visited
{
    color: #B60000;
    text-decoration: none;
    font-family: 'Futura', 'Century Gothic', sans-serif;
    underline: no;
}

a:hover
{
    color: #F07878;
}

body {
    font-family: 'Futura', 'Century Gothic', sans-serif;
}

#logo {
    display: block;
    border: 5px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 50px;
}

@media (max-width:480px) {
    #logo {
        height: 300px;
    }
}

.wrap {
    width: 850px;
    height: 575px;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    background: white;
    width: 975px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.thumbwrapper {
    margin: 15px;
    overflow: auto;
    height: 600px;
    padding-left: 50px;
    padding-right: 50px;
}

.bio-copy { float: right; margin-top: 25px; font-size: .8em; width: 650px; padding-left: 15px; padding-right: 15px; border: 1px solid grey; margin-right: 75px; }

.bio-page .vertical-logo { float: left; clear: right; border: 5px solid black; margin-left: none; margin-right: none; margin-top: 25px; margin-bottom: 50px; width: 60px; }

.capt {
    color: #3F3F3F;
}

.step-links {
    font-size: 80%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    width: 150px;
}

.step-links.prev-link {
    float: left;
}

.step-links.next-link {
    float: right;
}

.thumb {
    border: none;
    max-height: 110px;
    max-width: 110px;
}

.grey {
    color: lightgrey;
}

.thimble {
    float: left;
    width: 132px;
    height: 120px;
}

.heading {
    text-decoration: none;
    font-size: 1.3em;
}

#vertical {
    border: 4px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background: red;
}

#first-bio-p:first-letter {
    font-size: 2.4em;
    float: left;
    margin-top: -2px;
    margin-right: 2px;
}

div#image-thumbs {
    width: 620px;
    min-height: 100px;
}

div#image-thumbs img {
    width: 80px;
    margin-right: 7px;
    float: left;
}

div#image-thumbs img:hover {
    box-shadow:         2px 2px 18px rgba(50, 50, 50, 0.75);
}

.visible-mobile {
    display: none;
}

.hidden-mobile {
    display: inherit;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .visible-mobile {
        display: inherit;
    }

    .hidden-mobile {
        display: none;
    }

    .bio-copy {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 1em;
    }

    .bio-page .vertical-logo {
        float: left;
        margin: 15px 15px 15px 0px;
    }

    .wrap, .wrapper {
        width: 100%;
        height: auto;

    }

    .wrapper .bigimg {
        width: 100%;
    }

    .step-links {
        width: 25%;
        padding: 15px;
    }

    .step-links.prev-link {
        text-align: left;
    }

    .step-links.next-link {
        text-align: right;
    }

    .thumbwrapper {
        width: 100%;
        overflow: auto;
        padding: 0;
        height: auto;
        margin: 15px auto;
    }

    .thimble {
        width: 50%;
    }
}
