﻿* {
    font-family: Helvetica, sans-serif;
    font-size:12px;
    -webkit-text-size-adjust:100%;
}

html, body {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
    height: 100%;
    color: #222222;
}

body {
    overflow-x:hidden;
}

a {
    color: #222222 !important;
}

.bio {
    text-align: center;
}

.title {
    font-weight: bold;
}

.images {
}

.separator {
    margin-bottom: 1em;
}

.square, .hrect, .vrect {
    text-align: center;
}

.text {
    text-align: center;
    padding-top: 1em;
    margin-bottom: 4em;
}

img {
    display: block;
}

.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.rect4x3 {
    width: 100%;
    padding-bottom: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.rect3x4 {
    width: 100%;
    padding-bottom: 133%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.rect2x3 {
    width: 100%;
    padding-bottom: 150%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap, .wrap4x3, .wrap3x4, .wrap2x3 {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (orientation:portrait) {
    .wrap {
        width: 100vw;
        height: 100vw;
    }

    .wrap4x3 {
        width: 100vw;
        height: 75vw;
    }

    .wrap3x4 {
        width: 100vw;
        height: 133vw;
    }

    .wrap2x3 {
        width: 100vw;
        height: 150vw;
    }
}

@media screen and (orientation:landscape) {
    .wrap {
        width: 100vh;
        height: 100vh;
    }

    .wrap4x3 {
        width: 100vh;
        height: 75vh;
    }

    .wrap3x4 {
        width: 75vh;
        height: 100vh;
    }

    .wrap2x3 {
        width: 66vh;
        height: 100vh;
    }
}
