body {
    background-color: #f2f2f2;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #6dbdc6;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #00bcd1;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*************************** NAVBAR *******************************/
.navbar-default {
    background: #fff;
    border-color: #f1f1f1;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    background-color: #6dbdc6;
    padding-top: 60px;
}

#headerwrap h1 {
    margin-top: 30px;
    color: white;
    font-size: 70px;
}

#headerwrap h3 {
    color: white;
    font-size: 30px;
}

#headerwrap h5 {
    color: white;
    font-weight: 700;
    text-align: left;
}

#headerwrap p {
    text-align: left;
    color: white;
}

#header-logo {
    width: 80px;
    height: 80px;
    margin-top: -20px;
}

/* DESCRIPTION */
.description-image {
    height: 160px;
    width: 160px;
}
.crsl-nav {
    display:block !important;
}
.description-slide figcaption {
    padding:0 10px;
}
#crsl-items-nav {
    height: 50px;
}
/* intro Wrap */
#intro {
    padding-top: 50px;
    border-top: #bdc3c7 solid 5px;
    margin-bottom: 0;
}

#howitworks-wrap {
    background-color: #6dbdc6;
    padding-top: 40px;
    
}
#howitworks-wrap h1 {
    text-align: center;
    color:#fff;
    font-size:70px;
}

#howitworks-wrap img {
    width:100%;
    height:auto;
}

#howitworks-wrap .ac a {
    font-size: 20px;
}

/* Ads Wrap */

#aboutus-wrap {
    display: block;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 80px;
}

#aboutus-wrap h1 {
    color: #2f2f2f;
    font-size:70px;
    display: block;
    text-align: center;
}
#aboutus-wrap p {
    color: #2f2f2f;
    text-align: center;
    font-size:20px;
    display: block;
    margin-bottom: 50px;
}
#aboutus-wrap img {
	margin-top:20px;
}

#footerwrap {
    background-color: #2f2f2f;
    color: white;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: left;
}

#footerwrap h3 {
    font-size: 28px;
    color: white;
}

#footerwrap p {
    color: white;
    font-size: 18px;
}

/* Copyright Wrap */

#c {
    background: #222222;
    padding-top: 15px;
    text-align: right;
}

#c p {
    color: white;
}
