body, html {
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #cccccc;
    background: #2a2e39;
    height: 100%;
}

a {
    color: #cccccc;
}

header {
    text-align: center;
    margin-top: 10px;
}

header.homepage {
    margin-top: 40px;
    height: 400px;
    background-image: url('/img/header-742x400.png');
    background-repeat: no-repeat;
    background-position: center;    
}

img.header {
    height: 400px;
}

.logo {
    width: 300px;
    margin-top: 50px;
}

nav {
    text-align: center;
    margin-bottom: 20px;
}

.main {
    margin: auto;
}

.content {
    margin: 60px 0 60px 0;
}

.inverted-layout {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #f98528;
    background: #bec2d2;
    border-top: 4px solid #ed6a00;
    border-bottom: 4px solid #ed6a00;
}

.app-icon-container {
    text-align: right;
    display: inline-block;
    margin-right: 30px;
}

.app-icon {
    border-radius: 22.5%;
}

.app-description-container {
    display: inline-block;
    color: #2a2e39;
    width: 600px;
    vertical-align: top;
    padding-top: 20px;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.app-store-button-container {
    margin-top: 40px;
    text-align: center;
}

.app-store-icon {
    border-radius: 13px;
    height: 63px;
}

.play-store-icon {
    height: 63px;
}

.inner-container, .apps-inner-container {
    margin: 100px auto;
    width: 890px;
}

.apps-inner-container {
    margin: 0 auto;
}

.greeting {
    text-align: right;
    color: #838383;
}

#cirqlz-app {
    color: #5d657d;
}

#contact-data {
    margin: auto;
    width: 290px;
    color:#2a2e39;
}

#credentials {
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
}


@media only screen
    and (max-device-width: 736px) {

        body, html {
            font-size: 38px;
        }

        header.homepage {
            margin: 100px auto 150px auto;
            height: 400px;
            background-image: url('/img/header-850x458.png');
        }

        .logo {
            width: 850px;
        }
        
        #contact-data {
            width: 660px;
            margin-top: 20px;
        }

        #credentials {
            margin-top: 250px;
            margin-bottom: 300px;
        }
}