/* nav */

.pure-menu-heading {
    color: #FFFFFF;
}

.pure-menu-link {
	color: #FFFFFF;
}

/* header */

.header {
    background: #0040d0;
    background: linear-gradient(to right, #0040d0, #319aff)
}

.header svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.header svg.highlight {
    width: 100%;
    height: 80px;
}

.header-cont {
    padding-bottom: 130px;
    padding-top: 150px;
    padding-left: 60px;
    background: none;
    width: 100%;
    z-index: 1;
}

.header-cont h1 {
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    margin: 0px 0px;
}

.header-cont p {
    color: #e7f7fd;
    font-size: 1.0em;
    line-height: 1.5em;
    padding: 30px 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.btn-createacc {
    background: #FFFFFF;
    color: #417ede;
    font-weight: 700;
}

.btn-createacc:active {
    background: #eaeaea;
}

.login-href {
    margin-top: 20px;
    font-size: 0.9em;
    color: #FFFFFF;
    transition: color 0.2s;
}

.login-href:hover {
    color: #f0f0f0;
    cursor: pointer;
    text-decoration: underline;
}

/* /HEADER CSS */

/* FEATURES CSS */

.payments {
    padding: 80px 0px;
    position: relative;
}

.feature-title {
    color: #647982;
}

.features-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}

.feature-icon {
    height: 40px;
    width: 40px;
    display: flex;
    margin-bottom: 15px
}

.feature-icon img {
    margin: auto auto;
    height: 100%;
}

.feature-text {
    font-size: 0.85em;
    line-height: 1.5em;
    margin-top: 15px;
}

.btn-payments {
    color: #FFFFFF;
    background: #0877e4;
    background: linear-gradient(to right, #0877e4, #319aff);
    margin-left: 20px;
}

.payments-text {
    padding-bottom: 50px;
}

/* /FEATURES CSS */

/* PRODUCTS TILE */

.product-text {
    padding: 30px 20px;
    padding-top: 0px;
    font-size: 0.95em;
}

.product-title {
    padding: 0px 20px;
    position: relative;
    display: flex;
}

.product-title .brand {
    position: absolute;
    left: 20px;
    font-size: 0.95em;
}

.product-title h2 {
    margin: 0px;
    font-weight: 400;
    margin: 15px 0px;
    margin-right: 20px;
}

.product-image {
    height: 55px;
    width: 55px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
    margin-top: -5px;
}

.btn-storefront {
    color: #FFFFFF;
    background: #09d5c2;
    background: linear-gradient(to left, #5eedc3, #09d5c2);
    margin-left: 20px;
}

.btn-tippr {
    color: #FFFFFF;
    background: #fa734c;
    background: linear-gradient(to right, #fa734c, #fead4c);
    margin-left: 20px;
}

/* /PRODUCTS-TILE */

/* PRODUCTS SECTION */

.products {
    padding: 80px 0px;
}

/* /PRODUCTS-SECTION */


@media only screen and (max-width: 767px) {
    .features-box {
        text-align: center;
    }
    
    .feature-icon {
        margin-left: auto;
        margin-right: auto;
    }
    
    .header-cont {
        padding-left: 20px;
        padding-right: 20px;
    }
    
	
	label.toggle {
		color: #FFFFFF;
	}
    
    .whitebg label.toggle {
        color: #676767;
    }
    
    .pure-menu-list-c {
        display: block !important;
    }
    
    .login-href {
        margin-top: 20px;
        font-size: 0.9em;
        color: #FFFFFF;
        transition: color 0.2s;
        display: inline-block;
    }
    
    .login-href:hover {
        color: #f0f0f0;
        cursor: pointer;
        text-decoration: underline;
    }

}