/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}


nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url(../images/road.jpg) no-repeat 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

body {
    -ms-background-size: cover;
}

.banner img {
    margin-top: 1em;
}

.banner {
    background-size: 4px;
    -webkit-background-size: 4px;
    -moz-background-size: 4px;
    -o-background-size: 4px;
    text-align: center;
    padding: 12em 0;
}

.banner {
    -ms-background-size: 4px;
}

.copyright p {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1em;
    color: #fff;
    margin: 4em 0 4.5em;
    line-height: 1.8em;
}

.copyright p a {
    color: #80C340;
}

.copyright p a:hover {
    text-decoration: underline;
}

.banner h1 {
    font-size: 4em;
    color: #fff;
    font-family: 'Candal', sans-serif;
}

.banner h1 span {
    display: block;
    font-size: .25em;
    letter-spacing: 10px;
    line-height: 1.5;
}

.banner h2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
    margin: 3em auto 5em;
    width: 50%;
    padding: 8em 0;
}

#note {
    color: #eee;
    font-size: 12px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width: 400px;
}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1080px) {
    .banner h1 {
        font-size: 3.5em;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 10em 0;
    }

    .banner-info h2 {
        width: 55%;
    }
}

@media (max-width: 800px) {
    .banner h2 {
        width: 68%;
        margin: 3em auto 4em;
    }
}

@media (max-width: 768px) {
    .copyright p {
        margin: 4em 0 2em;
    }
}

@media (max-width: 736px) {
    .copyright p {
        font-size: 0.95em;
    }

    .banner h2 {
        width: 80%;
        margin: 3em auto 4em;
        font-size: 0.95em;
    }

    .banner {
        padding: 4em 0;
    }
}

@media (max-width: 667px) {
    .banner h2 {
        width: 90%;
    }
}

@media (max-width: 640px) {

}

@media (max-width: 600px) {
    .copyright p {
        font-size: 0.92em;
    }

    .banner h2 {
        margin: 3em auto 3em;
    }
}

@media (max-width: 538px) {
    .banner h1 {
        font-size: 3.2em;
    }

    .copyright p {
        font-size: 0.85em;
    }

}

@media (max-width: 480px) {

    .banner h1 {
        font-size: 3em;
    }

}

@media (max-width: 414px) {

    #note {
        width: 375px;
    }

}

@media (max-width: 384px) {

    .banner {
        padding: 3em 0;
    }

    #note {
        width: 357px;
    }

    .copyright p {
        margin: 4em 0 1em;
    }

    .banner h2 {
        margin: 2em auto 2em;
    }

}

@media (max-width: 375px) {
    #note {
        width: 349px;
    }

    .banner h1 span {
        display: block;
        font-size: .25em;
        letter-spacing: 5px;
        line-height: 1.9;
    }

    .banner h1 {
        font-size: 2.2em;
    }
}

@media (max-width: 320px) {
    #note {
        width: 253px;
    }

    .banner h2 {
        width: 99%;
        font-size: 0.8em;
    }

    .copyright p {
        margin: 2em 0 1em;
        font-size: 0.8em;
    }

}