body {
    background-color: #1c1f23;
    height: 100%;
}

html {
    height: 100%;
}

.logo {
    width: 400px;
}

/*.content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

/*.center {*/
/*    color: white;*/
/*    margin-bottom: auto;*/
/*    margin-top: auto;*/
/*}*/

.content {
    color: white;
}
.image-caption {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.soft-edge {
    -moz-box-shadow: 1px 2px 30px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 2px 30px rgba(0,0,0,.8);
    box-shadow: 1px 2px 30px rgba(0,0,0,.8);
    background-color: rgba(0.0, 0.0, 0.0, 0.7);
}

.page-space {
    margin-bottom: 50px;
}

.image-edge {

    -moz-box-shadow: 1px 2px 100px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 2px 100px rgba(0,0,0,.8);
    box-shadow: 1px 2px 100px rgba(0,0,0,.8);
    background-color: rgba(0.0, 0.0, 0.0, 0.7);
}

.img {
    background-size: cover;
    background-position: center top;
    margin: 40px;
}

.subheading {
	color: #ffffff;
}
