body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
}
.header {
    position: fixed;
    top: 0;
    height: 60px;
    background-color: #fff;
    width: 100%;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)

}
.header-image {
    margin: 12px 5px 0 15px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.header-title {
    font-size: 18px;
    line-height: 0;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    font-weight: 300;
}
.header-blog-button {
    display: inline-block;
    padding: 5px 7px;
    margin: 17px 40px 0 0;
    border-radius: 5px;
    float: right;
    color: #ffffff;
    font-size: 14px;
    background: #7986CB;
}
.language {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
}
.language-btn {
    color: #6f6f6f;
    padding-left: 7px;
    font-size: 10px;
    border: none;
    background: 0 0;
    font-weight: 400
}
.language-arrow {
    vertical-align: middle;
    width: 12px;
    padding: 0;
    margin: 0 0 0 -1px;
}
.language-content {
    display: none;
    position: absolute;
    min-width: 30px;
    z-index: 1
}
.language-content a {
    color: #fff;
    padding: 7px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    background-color: #7986CB;
    margin: 0 0 0 2px;
    font-size: 10px;
}
.language:hover .language-content {
    display: block
}
.app-wrapper {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    font-size: 25px;
    max-width: 230px;
    margin: 0 auto 20px auto;
    font-weight: 500;
}
.app-wrapper-image {
    max-width: 100%;
    margin: 60px 0 20px 0;
}
.learn-resources-wrapper {
    margin-top: 100px;
    text-align: center;
    font-weight: 300;
}
.learn-resources-wrapper h2 {
    margin: 20px auto;
    max-width: 300px;
}
.color-container {
    background-color: #f5f5f5;
    padding: 45px 30px 70px 30px;
}
.learn-resources-text {
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: 350px;
}
.app-logo {
    border-radius: 10px;
    max-width: 130px;
    margin: 20px auto 30px auto;
}
.app-description {
    margin: 0 auto 30px auto;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    max-width: 350px;
}
.google-badge {
    max-width: 170px;
    margin: 0 auto;
}
.content-wrapper {
    margin: 50px 0 0 0;
    padding: 30px 30px 20px 30px;
    font-weight: 300;
    text-align: center;
}
h2 {
    font-size: 20px;
    font-weight: 500;
}
.content-text {
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    margin: 0 auto 30px auto;
}
.content-title {
    margin: 50px 0 0 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.content-button {
    display: inline-block;
    margin: 5px 0 0 0;
    font-weight: 500;
    padding: 0 15px;
    color: #ffffff;
    background-color: #7986CB;
    border-radius: 4px;
    line-height: 36px;
    font-size: 14px;
    min-width: 48px;
}
.button-icon {
    max-width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.button-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
h3 {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500;
}
.resources-container {
    text-align: left;
}
.resources-container h2 {
    text-align: left;
    margin: 20px 0;
}
.highlights-wrapper {
    margin-top: 30px;
}
.highlights-container {
    display: inline-block;
    width: 45%;
    line-height: 30px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
li {
    list-style: none;
}
.highlights-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.highlights-text {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    font-weight: normal;
    color: #333333;
}
.gallery-wrapper {
    margin: 70px 30px 0 30px;
    text-align: center;
}
.gallery-title {
    font-size: 25px;
    font-weight: 500;
    margin: 100px 0 20px 0;
}
.gallery-description {
    font-weight: 300;
    margin-bottom: 50px;
}
.gallery-media {
    max-width: 100%;
}
.gallery-btn {
    margin-top: 50px;
}
.decoration-bar {
    background: -webkit-linear-gradient(left, #2196f3 0%,#8081F5 100%);
    background: linear-gradient(to right, #2196f3 0%,#8081F5 100%);
    height: 2px;
    width: 100%;
    display: block;
    margin: 20px auto 30px auto;
}
p {
    margin: 0;
    padding: 0;
}
.footer {
    text-align: center;
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding-top: 50px;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
}
.footer-item a {
    color: #ffffff;
}
.contact {
    display: block;
    margin: 30px 0 10px 0;
}
.contact-email {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.contact-icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.footer-division {
    width: 80%;
    height: 1px;
    background-color: #606060;
    margin: 20px 30px;
    border: none;
}
.footer-app {
    color: #ffffff;
    margin: 0;
    max-width: 150px;
    padding: 0;
    border-radius: 5px;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}
.footer-social-wrapper {padding: 5px 0 40px 0;color: #fff;line-height: 20px;}
.footer-social-icon {
    display: inline-block;
    width: 40px;
    margin: 0 3px 0 3px;
    border-radius: 50%;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button {
    outline: none;
}
@media screen and (min-width: 1020px) { 
    body {
        font-family: 'Roboto', sans-serif !important;
    }
    h1 {
        max-width: 260px;
        font-family: 'Roboto-Bold', sans-serif;
    }
    .app-logo{
        max-width: 130px;
        margin-top: 50px;
    }
    .app-wrapper {
        margin-top: 50px;
    }
    .app-wrapper-image {
        border-radius: 10px;
    }
    .content-wrapper {
        margin: 100px auto 100px auto;
    }
    .buttons-wrapper {
        text-align: left;
        margin-top: 70px;
    }
    .app-description {
        font-family: 'Roboto-Light', sans-serif;
        max-width: 520px;
        margin: 0 auto 20px auto;
    }   
    .app-btn {
        font-family: 'Roboto-Medium', sans-serif;
    }
    h2 {
        font-family: 'Roboto-Bold', sans-serif;
        max-width: 700px;
        margin: 50px auto 0 auto;
    }
    .learn-resources-wrapper {
        background-color: #f5f5f5;
    }
    .learn-resources-wrapper h2 {
        max-width: 500px
    }
    .learn-resources-text {
        font-family: 'Roboto-Light', sans-serif;
        max-width: 500px;
    }  
    .content-wrapper {
        max-width: 700px;
        margin: 0 auto
    }
    .content-text {
        font-family: 'Roboto-Light', sans-serif;
        margin-top: 80px;
    }
    h3 {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .resources-container {
        max-width: 700px;
        margin: 0 auto;
    }
    .resources-container h2 { 
        max-width: 100%;
    }
    .description-text {
        font-family: 'Roboto-Light', sans-serif;
    }
    .description-btn {
        font-family: 'Roboto-Medium', sans-serif;
        text-align: center;
        margin: 0 auto;
    }
    .button-text {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .gallery-title {
        font-family: 'Roboto-Bold', sans-serif;
    }
    .gallery-description {
        font-family: 'Roboto-Light', sans-serif;
    }
    .gallery-media {
        max-width: 350px;
    }
    .gallery-btn {
        display: block;
        max-width: 79px;
        margin: 40px auto 0 auto;
        font-family: 'Roboto-Medium', sans-serif;
    }
    .footer {
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
        margin-top: 150px;
    }
    .footer-title {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .footer-app {
        margin: 0 auto 0 auto;
    }
    .footer-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-division {
        margin: 30px auto;
    }
    .footer-social-icon {
        margin: 0 5px 0 5px;
    }
    .contact {
        margin: 30px 0 10px 0;
    }
    .footer-legals {
        margin-left: 0;
    }  
    @font-face {
       font-family: "Roboto";
       src: url(/assets/fonts/Roboto.ttf) format("truetype");
       font-display: block;  
    }
    @font-face {
       font-family: "Roboto-Light";
       src: url(/assets/fonts/Roboto-Light.ttf) format("truetype");
       font-display: block;  
    }
    @font-face {
       font-family: "Roboto-Medium";
       src: url(/assets/fonts/Roboto-Medium.ttf) format("truetype");
       font-display: block;  
    }
    @font-face {
       font-family: "Roboto-Bold";
       src: url(/assets/fonts/Roboto-Bold.ttf) format("truetype");
       font-display: block;  
    }
}
