﻿body {
    margin:0;
    padding:0;
    min-height:1000px;
}
h1 {margin:0 0 30px 0; font-family:Georgia, 'Times New Roman', Times, serif; font-size:2em; color:hotpink;}
.home-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
}

.home-image {
    float: left;
}

.focus-text {
    font-size: 1.5em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1em;
    font-style: italic;
    margin-bottom: 60px;
}

@media screen and (max-width:990px) {
    .content-body {
        width: 95%;
    }

    .logo-lg {
        display: none;
    }

    .content {
        margin-top: 200px;
    }
}

@media screen and (max-width:500px) {
    .content-body {
        width: 95%;
    }

    .logo-lg {
        display: none;
    }

    .content {
        margin-top: 150px;
    }
    .home-body img {width:90%; height:auto;}
}