body {
    color: white;
    margin: 0px;
    background-color: #333333;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
}

header {
    background: #3ada3b;
}

header div.mid_container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    background: url(i/gymaholic_cover.png) no-repeat top right;
    background-size: auto 100%;
}

img.applogo {
    display: inline-block;
    vertical-align: middle;
    border-radius: 25%;
}

header img.applogo {
    box-shadow: 7px 14px 36px 0px #006900b0;
}

header div.logo_container {
    padding: 14% 0 0 7%;
}

div.logo_container {
    white-space: nowrap;
}

div.logo_container div {
    margin: 0.5% 0 0 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2%;
}

header div.logo_container div span {
    font-size: 2.3em;
    color: #333333;
}
header div.logo_container div span.appssubname {
    font-size: 0.8em;
}
header div.logo_container div span.appname_1 {
    font-weight: bold;
}

header div#appslogen {
    margin: 3% 0 0 7%;
}

header div#appslogen {
    font-size: 2.2em;
}
header span#appslogen_3 {
    font-size: 0.5em;
}
header span#appslogen_2 {
    padding-left: 4em;
}

header a#itunes span {
    padding: 1% 0 7% 0;
    display: block;
    clear: left;
    color: #333333;
    font-size: 0.8em;
}

header a#itunes {
    display: block;
    margin: 3% 0 0 7%;
}

div.scont {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

section div.scont div {
    padding-top: 8%;
}

section#s1 {
    background: #333333;
}

section h1 {
    color: #4ae342;
    font-weight: normal;
}
section h2 {
    font-weight: normal;
}
section#s1 img#s1-img {
    float: left;
    margin-left: 10%;
    width: 45%;
}
section#s1 img#s1-img-small {
    display: none;
}
section#s1 ul {
    list-style-type: none;
    padding: 0 0 2% 10.5%;
    margin-bottom: 0px;
}
section#s1 ul li {
    display: flex;
    align-items: center;
    font-size: 0.6em;
    font-weight: bold;
    white-space: nowrap;
    color: #767676;
    margin-bottom: 10px;
}
section#s1 ul li img {
    width: 3%;
    margin-right: 15px;
}

section.smain {
    background: #e5eae3;
    color: #333333;
}
section.smain img.big {
    width: 45%;
    filter: drop-shadow(20px 20px 20px #aaa);
}
section.smain img.small {
    display: none;
    filter: drop-shadow(20px 20px 20px #aaa);
}
section.smain.sright img.big {
    float: right;
    margin-right: 5%;
}

section.smain.sleft img.big {
    float: left;
    margin-left: 5%;
}

section.smain div.scont div {
    display: block;
    padding-left: 7%;
}

section.slast div.scont img {
    padding-bottom: 7%;
}

section#scontact {
    background: #ea8231;
}

section#scontact ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
section#scontact ul li {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
}
section#scontact ul li {
    background: #ea8231;
}
section#scontact ul li a {
    color: #ea8231;
}

section#scontact h2 {
    font-weight: normal;
}
section#scontact p {
    color: #333333;
}
section#scontact a {
    display: inline-block;
    background-color: white;
    text-align: center;
    padding: 12px 40px;
    font-size: 12px;
    border-radius: 20px;
}

section#text {
    padding: 0 6%;
}

footer {
    text-align: center;
}

footer ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

footer div.logo_container {
    text-align: left;
    padding: 5% 5%;
}
footer div.logo_container div {
    padding-left: 6%;
}
footer div.logo_container div span {
    font-size: 2.3em;
    color: white;
}
footer div.logo_container div span.appssubname {
    font-size: 0.8em;
}
footer div.logo_container div span.appname_1 {
    font-weight: bold;
}
footer div#appslogen {
    margin: 3% 0 0 7%;
}
footer li#footer-2 img {
    margin-right: 20px;
}
footer img#device_watch {
    height: 35px;
    margin-left: auto;
}
footer img#device_phone {
    height: 35px;
}
footer img#device_pad {
    height: 35px;
}
footer img#device_tv {
    height: 45px;
}
footer img#device_vision {
    height: 20px;
}
footer img#store {
    border: solid 1px white;
    border-radius: 10px;
}

footer hr {
    clear: both;
    margin: 0 5%;
    background-color: #767676;
    height: 1px;
    border: 0;
}

footer ul#footer-info {
    margin: 0 20%;
}
footer ul#footer-info li {
    width: 33%;
}
footer ul#footer-info li a {
    color: white;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

@media screen and (max-width: 700px) {
    header div.mid_container {
        background: url(i/gymaholic_cover_mobile2.png) no-repeat bottom right;
        background-size: 100% auto;
    }

    header div.logo_container {
        padding: 7% 0 0 7%;
    }

    header span#appslogen_2 {
        padding-left: 0;
    }

    header a#itunes {
        display: block;
        text-align: center;
        margin: 70% 0 0 7%;
    }

    section#s1 img#s1-img,
    section.smain img.big {
        display: none;
    }
    section#s1 img#s1-img-small,
    section.smain img.small {
        display: block;
        width: 70%;
        margin: auto;
    }

    section div.scont div {
        margin: 5% 5%;
        padding-top: 0;
        padding-left: 0;
    }

    footer ul,
    section#scontact ul {
        display: block;
    }
    footer ul li,
    section#scontact ul li {
        width: auto;
    }
}
