@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans serif;
    color: #222;
    text-align: center;
    text-rendering: optimizeLegibility;

    background-color: rgb(246, 246, 248);
    /* background-image: url(../img/bg2.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 100%;
    width: 100%;
    min-height: 100%; */

    /* -webkit-transition:all 0.8s ease-out;
    -moz-transition:all 0.8s ease-out;
    -o-transition:all 0.8s ease-out;
    -ms-transition:all 0.8s ease-out;
    transition:all 0.8s ease-out; */
}

h1 {
    display: inline;
    font-size: 28px;
    font-weight: 300;
}
h2 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 48px;
}
p {
    font-weight: 300;
}
a {
    /* color: #22b55b; */
    border-bottom: 1px solid #ccc;
    color: #888;
    display: inline-block;
    padding-bottom: 2px;
    text-decoration: none;
}
a:hover {
    /* color: #2e3192; */
    color: #000;
}
a.noline,
a.noline:hover {
    border-bottom: none;
}

.wrapper {
    overflow: auto;
    padding-bottom: 100px;
}

.large {
    font-size: 18px;
    line-height: 1.4;
}


.intro {
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    overflow: auto;
    padding: 56px 0 48px 0;
    text-align: left;
    width: 75%;
}
.logo {
    float: left;
    width: 100px;
}
.header {
    float: left;
    padding-top: 12px;
}
.header p {
    display: inline;
    font-size: 14px;
    font-weight: 300;
}

.content {
    /* background: rgba(255,255,255,0.7); */
    margin: 0 auto;
    padding: 16px;
    text-align: left;
    width: 75%;
}
@media (min-width: 941px) {
    .content {
        width: 940px;
    }
}
@media (max-width: 767px) {
    .content {
        /* width: 90%; */
    }
}

.row {
    overflow: auto;
}
.row-half {
    float: left;
    width: 50%;
}
.row-third {
    float: left;
    text-align: center;
    width: 33%;
}
.row-half img,
.row-third img {
    border-radius: 4px;
    width: 96%;
    height: auto;
}
@media (max-width: 767px) {
    .row-half,
    .row-third {
        float: none;
        width: 100%;
    }
    .row-half img,
    .row-third img {
        width: 100%;
        height: auto;
    }
}

.feature img {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: auto;
    margin-bottom: 24px;
    width: 99%;
}
.feature img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature p {
    margin-top: 36px;
}

.sites,
.apps {
    /* float: left;
    padding-right: 12px;
    width: 45%;
    */
    float: none;
    width: 100%;
}
.apps {
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .sites,
    .apps {
        float: none;
        width: 100%;
    }
}
.brands {
    clear: both;
    margin-top: 36px;
    width: 100%;
}

.sample img {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: auto;
    margin-bottom: 16px;
    margin-top: 48px;
    width: 99%;
}

.caption {
    font-size: 16px;
    margin-bottom: 48px;
    margin-top: 8px;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    .caption {
        width: 100%;
    }
}