
body{
    color:#555;
    line-height:1.5;
}
strong,h1,h2 {
    color: #333;
}
.fat-row {
    margin-bottom:15%;
}

.header-row {
    margin-top:15%;
    margin-bottom:15%;
}

.header-row h1 {
    font-family:"Volkhov", serif;
    line-height:200px;
}

.header-row img {
    width:100%;
    max-width:200px;
    max-height:100%;
}

.title-left {
    text-align: right;
    margin-left:4% !important;
    margin-right:0;
}

.title-right {
    text-align: left;
    margin-left:0;
    margin-right:4%
}

.title-center {
    text-align: center;
    margin-left: 0;
    margin-right:0;
}

.image-row img {
    max-width:100%;
    height:auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow: 10px 10px 40px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px -20px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px -20px rgba(0,0,0,0.75);
}

p.blurb {
    font-size:150%;
}

.link-row {
    text-align:center;
}

