@charset "utf-8";
/* CSS Document */

body {
    color: #353535; /* #6f6f6f; */
    background-color: #242424;
}

h3 {
	color: #a2277c;
	font-weight:700;
}
h5 {
	color: #3f3f3f;
	font-weight:700;
	line-height: 2;
}
nav {
    background-color:#f3f0e9; 
}
a {
    color: #a2277c;
	font-weight:500;
}
a:hover {
    color: #125d2b;
    text-decoration: underline;
	font-weight:500;
} 
.matoki-form a {
    color: #125d2b!important;
    border: 0!important;
}
.matoki-form a:hover {
    color: #125d2b!important;
    text-decoration: underline!important;
}
.nav-bg {
    background: url('./../images/nav_bg.png') repeat-x left top;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 30px;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #a2277c;
}
.creme-1 {
    background-color: #f3f0e9;
}
.creme-2 {
    background-color: #dad4c7;
}
.purple h2, .purple h4 {
    color: #a2277c!important;
}
.purple p {
    color: #a2277c!important;
    font-size: 1.5em;
}
.jumbotron {
    padding: 2rem;
}
.nav-item {
	font-weight: 700;
}
.active {
    color: #a2277c;
	text-decoration: none;
	font-weight: 700;
	
}
.matoki-form .btn-primary {
    background-color: #a2277c!important;
    border: 0!important;
}
.matoki-form .btn-primary:hover {
    background-color: #27a230!important;
    border: 0!important;
}
.matoki-form #matoki-modal {
    z-index: 2;
    cursor: pointer;
}

.matoki-form .btn {
    white-space: normal!important;
    display: inline-block!important;
}
.offer {
    padding: 8px 12px;
    text-align: center;
    background-color: #f47b22;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.prices {
    margin: 0 auto;
    display: inline-block;
    font-size: 1.5rem;
}
.before_price {
    text-decoration: line-through;
    font-size: 33px;
    margin: 3px 0 0 0;
    color: #aaa;
}
.after_price {
    font-size: 40px;
}
.matoki-form {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(135,135,135,1);
    box-shadow: 0px 0px 5px 0px rgba(135,135,135,1);
    margin: 0 0 25px 0;
}
.matoki-form .btn-lg {
    margin: 0 auto!important;
    position: relative!important;
    display: block!important;
}
.yes-purple {
    color:#a2277c; 
}
.product {
    z-index: 1;
}
.vdark {
    background-color: #353535;
}
.wheader {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.wsheader {
    color: #a2277c;
    font-size: 30px;
    font-weight: bold;
}
footer {
    background-color:#242424; 
    color: #787878;
	padding: 30px 0;
}
footer a {
    color: #787878;
	font-weight: 700;
}
footer a:hover {
    color: #fff;
	text-decoration: none;
	font-weight: 700;
}
@media screen and (max-width:200px) {
.nav-bg {
    background:none;
    background-color: #f3f0e9;
}
}
