body {
    background:top center repeat url('/images/bg-pattern.png') #222;
    background-attachment: fixed;
    font-family: Georgia, Times New Roman, Serif;
    padding-bottom: 100px;
}
h1 {
    font-size: 500%;
    margin: 1.5em 0 0.75em;
    font-style: italic;
}
h2 {
    font-size:220%;
    margin: 1.25em 0 1.15em;
    font-style: italic;
}
a, a:hover, a:focus, a:visited {
    color: #222;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px solid #222;
}
#header {
    color:white;
    padding:100px 0;
    text-transform: lowercase;
}
#header p {
    font-size:120%;
    margin: 0em 0 1em;
    text-transform: uppercase;
}
#header p span {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding:3px 0;
}
#contact {
    background:white;
    color: #222;
}
.icon-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #222;
    color:white;
    margin:0 auto 20px;
    padding:18px 0 0 0;
    font-size:120%;
}
#notice {
    color:white;
    padding-top:40px;
}
@media (max-width:767px){
    h1 {
        font-size: 350%;
        margin: 1.25em 0 0.5em;
    }
    h2 {
        font-size:170%;
    }
    #header {
        padding:60px 0;
    }
    #header p {
        margin: 0em 0 0.75em;
    }
    .icon-circle {
        font-size:140%;
    }
}

@media (max-width:400px){
    h1 {
        font-size: 325%;
        margin: 1.25em 0 0.5em;
    }
    h2 {
        font-size:160%;
    }
    #header .logo {
        width:60%;
    }
    .icon-circle {
        font-size:145%;
    }
}

@media (max-width:350px){
    h1 {
        font-size: 300%;
        margin: 1.25em 0 0.5em;
    }
    h2 {
        font-size:150%;
    }
    .icon-circle {
        font-size:150%;
    }
}