@charset "utf-8";
body {
    -webkit-text-size-adjust: 100%;
    font-size: 0.88em;
    line-height: 1.8;
}

nav li {
    width: 50%;
    margin-left: 0;
}

nav a {
    border: 1px solid #f8f8ff;
}

.twitter-tweet {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#about .left p {
    width: 90%;
}

.gym {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#price .left p,
#access .left p {
    width: 75%;
}

table .left {
    width: 90%;
}

#qa table th {
    width: 10%;
}

#qa table td {
    width: 90%;
}

#qa img,
#pegetop img {
    width: 100px;
}

#contact iframe {
    width: 100%;
}

.hover {
    opacity: 0.5;
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 200%;
    }
    .iframe-wrapper {
        position: relative;
        width: 100%;
        padding: calc(450 / 600 * 100%) 0 0;
    }
    #access .iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    table {
        width: 100%;
    }
    footer small {
        letter-spacing: normal;
    }
    #price .left p,
    #access .left p {
        width: 90%;
    }
#news.left {
    
    margin: 10px auto;
    text-align: left;
}
}