body {
    font-family: Montserrat,serif;
    font-size: 1.0em;
    background-color: #484d5c;
    color: white;
}
kbd {
    font-family: 'Montserrat', serif;
    font-size: 1em;
    letter-spacing: 3px;
}
p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #ffce00;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.role {
    color: #ff9100e0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.img-alex {
    border-radius: 50%;
    border: 1px solid white;
    margin-top: 20px;
    width: 200px;
    height: 200px;
}
.img-alex-sm {
    border-radius: 50%;
    border: 1px solid white;
    margin-top: 20px;
    width: 40px;
    height: 40px;
}
div.background-image {
    background-image: url(/img/MonaPool.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
}
div.transbox1 {
    background-color: #484d5c;
    border-radius: 2px;
    border: 1px solid #c0ccd4;
    width: 86%;
    max-width: 800px;
    text-align: center;
}
div.transbox1 p {
    color: white;
    text-align: justify;
    letter-spacing: 0.03em;
}
.img-logo {
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
    width: 100px;
}