body {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 17px;
    background-color: #ffffff;
}
.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 20px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.header-title {
    font-size: 20px;
    line-height: 0;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px
}
.language {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 15px;
}
.language-btn {
    color: #6f6f6f;
    padding-left: 7px;
    font-size: 16px;
    border: none;
    background: 0 0;
    font-weight: 400
}
.language-arrow {
    vertical-align: bottom
}
.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: 400;
    background-color: #3333337a;
    margin-top: 7px
}
.language:hover .language-content {
    display: block
}
ol {
    margin: 80px 0 0 0;
    padding: 0 0 0 30px;
}
ol li {
    display: inline-block;
}
.linking-page {
    color: #757575;
    font-size: 15px;
    font-weight: 300;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
.content {
    margin-top: 30px;
}
.card {
    padding: 30px;
    line-height: 22px;
    font-size: 16px;   
    border-radius: 4px;
    margin: -3px 10px 13px 10px;
    border-top: none;
    z-index: 10;
}
.title-wrapper {
    margin: 0 auto;
    max-width: 200px;
}
h1 {
    font-size: 30px;
    line-height: 0;
    margin-bottom: 20px;
    font-weight: 500;
}
h2 {
    text-align: center;
    color: #2196f3;
    font-weight: 300;
    font-size: 16px;
}
.intro {
    margin: 30px 0;
    text-align: center;
}
.intro-text {
    text-align: left;
    margin-top: 40px;
}
.logo {
    height: 90px;
    width: 115px;
    background-color: #FFCC00;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.logo-inner {
    height: 74px;
    width: 100px;
    background-color: #009966;
    margin: 8px auto;
}
.logo-icon {
    width: 70px;
    margin: 0;
}
.logo-cleaner {
    height: 4px;
    width: 18px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 7px 18px;
}
.school-icon {
    max-width: 50px;
    display: inline-block;
}
.laptop-icon {
    max-width: 60px;
    display: inline-block;
}
.request-wrapper {
    margin: 80px 0 0px 0;
}
.request-header {
    display: inline-block;
    margin: 8px;
    padding: 0;
    vertical-align: top;
    list-style: none;
}
.request-title {
    font-weight: 700;
    margin: 0;
}
.request-subtitle {
    font-size: 14px;
    margin: 0;
}
.request-description {
    margin-bottom: 0px;
}
.request-btn {
    background-color: #2196f3;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    color: #FFFFFF;
    max-width: 140px;
    margin-bottom: 70px;
    font-size: 15px;
    font-weight: 500;
}
.how-work {
    font-weight: 700;
}
.share-wrapper {
    margin: 0;
}
.share-title {
    margin-top: 80px;
    font-weight: 700;
}
.share-subtitle {
    margin-top: 20px;
}
.social-share {
    margin-top: 30px;
}
.share-icon {
    max-width: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.footer {
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding-top: 50px;
    text-align: center;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    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: 0 0 0 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 {
    max-width: 150px;
    display: block;
    margin: 0 auto 30px auto;
}
.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 (max-width: 350px) {
    h1 {
        font-size: 28px;
        text-align: center;
    }
}
@media screen and (min-width: 1020px) { 
     @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;  
    }
    ol {
        max-width: 630px;
        margin: 100px auto 60px auto;
    }
    .linking-page {
        font-family: 'Roboto-Light', sans-serif;
    }
    .header-image {
        margin: 12px 5px 0 50px;
    }
    .language {        
        margin: 20px 50px;
    }
    h1 {
        font-family: 'Roboto-Bold', sans-serif;
    }
    .request-title {
        font-family: 'Roboto-Medium', sans-serif;
        font-weight: normal;
    }
    .request-btn {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .how-work {
        font-family: 'Roboto-Bold', sans-serif;
        font-weight: normal;
    }
    .share-title {
        font-family: 'Roboto-Bold', sans-serif;
        font-weight: normal;
    }
    .content {
        max-width: 700px;
        margin: 70px auto;
    }
    .contact {
        margin: 70px 0 0 0;
    }
    .footer {
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
    }
    .footer-title {
        font-family: 'Roboto-Medium', sans-serif;
    }
    .footer-app {
        margin: 0 auto 50px 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;
    }   
    
}
