@charset "utf-8";
/* CSS Document */

body {
	font-family:Open sans, sans-serif;
	font-size:100%;
	background: #F8F8F8 url(bg.png) repeat 0 0; 
	color:#333;
	margin:0;
}
p {
    line-height:1.8em;
}	
h1, h2, h3, h4 {
	font-weight:normal;
	margin-bottom: 10px;
}
h1 {
	font-size:1.6rem;
}
img {
	float:left;
	margin:5px 20px 10px 0px;
	max-width: 100%;
}
a {
	color:#e60087;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
header {
	background:#ffddeb;
	width:100%;
	border-bottom:medium double #e20085;
	position:fixed;
	top: -5px;
	left:0;
	z-index:2;
}
article {
	width:66%;
	float:left;
}
article ul li {
	margin-left:-40px;
	list-style:inside;
}
section {
	overflow:hidden;
	width:100%;
	padding:20px;
	margin:10px 0;
	background:#fff;
	border-top:solid 2px #e60087;
}
aside{
	width:27%;
	float:right;
	margin:auto;
	padding:0 10px;
}
aside img {
    float:none;
    margin:auto;
    margin-top:10px;
}
aside h3 {
	border-bottom:thin double #ceac43;
	padding:10px;
	font-size:18px;
}
aside ul li {
	list-style:none;
	margin-left:-2rem;
	border-bottom:dotted thin #ccc;
	padding-bottom:5px;
}
aside a:hover {
	color:#c72521;
}
footer {
	text-align:center;
    overflow:hidden;
    padding:20px 0;
	background:#ffddeb;
	border-top:medium double #e60087;
	margin:0;
	width:100%;
	color:#000;
}
footer a {
	color:#e60087;
}
#logo {
	float:left;
	margin:15px 0;
}
#nav {
	float:right;
	margin-top:20px;
	box-sizing:border-box;
	border-radius:3px;
}
#nav ul {
    margin-left:-40px;
    margin-top:10px;
}
#nav li {
    float:left;
	list-style:none;
	margin-left:30px;
}
#nav a img {
    display:none;
}
#nav li a {
    display:block;
    padding:5px 0;
    color:#e60087;
}
#nav li a:hover {
    text-decoration:none; 
}
#nav:hover .current {
    background:none;
}
#content {
	width:50%;
	margin:auto;
	margin-top:90px;
	margin-bottom:10px;
	overflow:hidden;
}
#content ul li {
	margin-top:10px;
	line-height:1.5em;
}
article ul li {
    list-style:none;
}
#btmnav {
    float:left;
    margin-top:-20px;
}
#btmnav ul {
    margin-left:-40px;
}
#btmnav li {
    list-style:none;
    float:left;
    padding:5px 10px;
}
.description {
    float:right;
}
.button {
	float:right;	
	width:180px;
	text-align:center;
	text-transform:uppercase;
	margin-left:10px;
}
.button a {
	color:#fff;
	display:block;
	width:100%;
	padding:10px 0;
	background: none repeat scroll 0% 0% #e60087;
}
.button a:hover {
	text-decoration:none;
	opacity:0.8;
}
aside .button {
    width:100%;
    max-width:300px;
    float:none;
    margin:auto;
    margin-bottom:10px;
}
aside .button a:hover{
    color:white;
}
aside ul li {
    list-style:none;
}
.highlight {
	font-style:italic;
	font-weight:700;
}
.sitedes {
	overflow:hidden;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:solid thin #c3a034;
}
.quote {
	text-align:justify;
	background:#F7F7F7;
	padding:20px;
}
.product h3 {
	font-style:italic;
	font-size:16px;
	float:right;
	margin-top:-20px;
}
.mobile {
    display:none;
}
.wrapper {
    width:90%;
    margin:0 auto;
}
#about {
    overflow:hidden;
    padding-bottom:10px;
}
#social {
    position:fixed;
    top:70px;
    right:10px;
    z-index:100;
}
#social li {
    list-style:none;
}
#social li img {
    padding:5px;
}
.app {
    overflow:hidden;
    padding:10px 0;
    border-top:solid thin #555;
}
.col {
    background:#fff;
	border-top:solid 2px #e60087;
	padding:10px 20px;
	margin:10px 0;
}
.disc li {
    list-style: disc inside;
}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    .wrapper {width:98%;padding:0 10px;}
	#content { width:98%;margin-top:85px;}
	article {padding:10px 15px;}
	.product h3 {float:none; margin-top:10px;}
	#logo {width:50%;}
	h1 {font-size:1.4em;}
	#social {display:none;}
	#btmnav {display:none;}
	.description {float:none;display:block;overflow:hidden;text-align:center;width:100%;}
} 
/* Tabled Portrait */
@media screen and (max-width: 800px) {    
    aside {width:95%;}
    article {width:90%;}
	#nav {margin-top:12px;background:none;}
	#nav a img {display:block;}
	#nav ul {display:none;}
	#nav:hover ul {position:absolute;display:block;background:rgb(255 221 235);border:3px solid #e60086;right:30px;top:35px;width:200px;border-radius: 4px 0 4px 4px;z-index:100;}
	#nav li {margin-left:-40px;float:none;border-bottom:solid 1px white;padding:10px;}
	#nav li a:hover {border-bottom:none;opacity:0.9;}
	h1 {font-size:1.2em;}
	#logo {width:80%;}
}
@media screen and (max-width: 480px) {
    #content {margin-top:70px;width:100%;}
    article {width:100%;float:none;margin:0;padding:0;}
    section {width:95%;margin:0 auto;margin-top:10px;padding:20px;box-sizing:border-box;}
    .wrapper {padding:0;}
	#content img {float:none;display:block;margin:auto;margin-bottom:10px;}
	.product h2, .product h3, #millionaire h2 {text-align:center;}
	.desktop {display:none;}
	.mobile {display:block;}
	aside .button {margin:auto;}
	.button {float:none;margin:auto;line-height:1.5em;margin-top:20px;margin-bottom:20px;}
}
@media screen and (max-width: 375px) {
    #content {margin-top:60px;}
    #logo {width:70%;}
    #nav:hover ul {width:100%;right:0;}
    #nav li {margin-left:0;}
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}