html, body {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    background: url(../images/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.reading {
    font-size:16px;
    line-height:150%;
}

.col {
    text-align:center;
}

.reading p, .reading ul {
    margin-bottom:15px;
}

.reading ul {
    margin-top:5px;
}

.reading ul li {
}

.reading strong {
    font-weight:bold;
}

.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    margin-bottom: -60px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 5%;
}

.wrapper:after {
    content: "";
    display: block
}

header {
    margin-bottom: 50px
}

header img {
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .33)
}

#content {
    width: 80%;
    margin: 0 auto 100px
}

#intro {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    padding: 50px 20px;
    width: 94%;
    margin: 0 auto 10px
}

#intro a {
    color:#000000;
}

h1 {
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 4px;
}

h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    margin-bottom:20px;
    padding-top:20px;
}

h3 {
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
}

.line-separator {
    height: 1px;
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #000;
    width: 200px;
    margin: 20px auto
}

#contact, #contact a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none
}

#mail {
    float: left;
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, .8);
    margin-bottom: 10px
}

#telephone {
    float: right;
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, .8);
    margin-bottom: 10px
}

.wrapper:after, footer {
    height: 60px
}

.col {
    padding-bottom:10px;
}

footer {
    background-color: #fff;
    width: 100%
}

footer p {
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 150%
}

footer p span {
    white-space: nowrap;
    display: inline-block
}

footer a {
    display: block;
    float: right
}

.footerWrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bolder {
    font-weight: 600;
    text-transform: lowercase
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.showsmall {
    display: none;
    visibility: hidden
}

@media screen and (max-width: 800px) {
    .wrapper {
        margin-bottom: -120px
    }

    .footergroup {
        display: inline
    }

    .footergroup:after {
        content: "\a";
        white-space: pre
    }

    footer {
        height: 120px
    }

    footer p {
        text-align: center
    }

    footer a {
        display: none;
        visibility: hidden;
        float: none
    }

    .showsmall {
        display: inline;
        visibility: visible
    }

    .showsmall img {
        margin-top: 10px
    }

    .hide {
        display: none;
        visibility: hidden
    }

    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 17px
    }
}

@media screen and (max-width: 560px) {
    header {
        margin-bottom: 50px
    }

    header img {
        width: 100px
    }

    #mail, #telephone {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #fff;
        padding: 12px 0;
        background-color: rgba(0, 0, 0, .8);
        margin-bottom: 10px
    }

    .footerWrapper {
        width: 96%
    }

    h1 {
        font-size: 20px
    }

    h2 {
        font-size: 15px
    }
}

@media screen and (max-width: 321px) {
    header {
        margin-bottom: 30px
    }

    header img {
        width: 100px
    }

    #mail, #telephone {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #fff;
        padding: 12px 0;
        background-color: rgba(0, 0, 0, .8);
        margin-bottom: 10px
    }

    .footerWrapper {
        width: 96%
    }

    h1 {
        font-size: 20px
    }

    h2 {
        font-size: 15px
    }

    #contact, #contact a {
        font-size: 12px
    }
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}