/*  FONTS   */
@import url(http://fonts.googleapis.com/css?family=UnifrakturMaguntia);

body
{
    margin: 0;
    color: #16161D;
    font-family: sans-serif;
    background-color: #E9E9E2;
}
.wrapper
{
    margin: 0 auto;
    width: 48rem;
}
.one
{
    width: 15rem;
    height: 15rem;
    margin: .4rem;
    border: solid .1rem #E9E9E2;   
}
.two
{
    width: 30rem;
    height: 15rem;
    margin: .4rem 1rem .4rem 1rem;
}
.one h1
{
    text-align: center;
}
.one.block
{
    background-color: #16161D;
    border-color: #16161D;
}
.top
{
    margin-top: 0;
}
.row
{
    float: left;
}
#moto
{
    text-align: center;
}
.letter
{
/*    font-family: 'UnifrakturMaguntia', cursive;*/
}
#moto a
{
    color: #16161D;
}
#fname, #lname
{
    line-height: 25%;
}
#lname a
{
    text-decoration: none;
    color: #16161D;
}
.bullet:before
{
    content: "\25CF";
    color: #980002;
}
.hyphen:before
{
    content: "\002D";
    color:  #980002;
}
