body,
html {
    width: 100%;
    height: 100%;
}

body {
    color: #1e1e1e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #fefefe;
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    width: 100%;
    height: auto;
}

a,
a:visited {
    color: #1e1e1e;
}

a:hover {
    color: #1e1e1e;
}

strong {
    font-weight: 600;
}

.content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.content-wrap img {
    max-width: 575px;
}

footer {
    font-size: 1.2rem;
    text-align: center;
    background-color: #fefefe;
    padding: 1.5rem 2rem 3rem 2rem;
}

.paragraph {
    border-top: 1px solid #1e1e1e;
    padding: 0.3rem 0;
}

.paragraph:last-child {
    border-bottom: 1px solid #1e1e1e;
}

.detail {
    position: relative;
}

.detail-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    border-top: 1px solid #1e1e1e;
}

.detail-item {
    position: relative;
    z-index: 99;
    display: inline-block;
    padding: 0 1.5rem;
    background-color: #fff;
}

@media (min-width: 480px) {
    footer {
        padding: 1.5rem 5rem 4rem 5rem;
    }
}
