body{
	background-color: white;
}

h1.logo{
	display: inline-block;
}
h1.logo a{
	color: #19BC9C;
}
header{
	background-color: #F0F2F2;
	position: relative;
}
header a{
	color: black;
	text-decoration: none;
}

header a:hover{
	color: #19BC9C;
}
header section{
	position: relative;
}

header nav{
	text-align: left;
}

header nav ul{
	list-style-type: none;
}
header nav li{
	display: inline-block;
	text-align: center;
}
header nav a{
	display: table-cell;
	height: 3em;
	vertical-align: middle;
	padding: 0 0.5em;
}
header nav a:hover{
	background-color: lightgray;
	color: black;
	border-radius: 5px;
}
header .login{
	position: absolute;
	bottom: 0;
	
	color: black;
}
header .cart{
	right: 2em;
	width: 200px;
}
footer{
	background-color: #2C3E50;
	color: white;
}
footer a{
	color: white;
	text-decoration: none;
}
footer a:hover{
	color: lightgray;
	text-decoration: underline;
}

.content{
	background-color: white;
}

.front_home{
	background-color: #19BC9C;
	color: white;
	margin-bottom: 1em;
}
.front_home h1{
	color: white;
}

.content a, .front_home a{
	color: #3C546D;
	text-decoration: none;
}

.content a:hover, .front_home a:hover{
	text-decoration: underline;
}

.front_center{
	font-size: 1.3em;
}





/*
CONTENT_PAGE
*/


article.post{
	margin-bottom: 2em;
}
article.post footer{
	background-color: rgba(0, 0, 0, 0);
    border: none;
    border-top: 1px dotted #CCCCCC;
    color: #808080;
    font-size: 0.9em;
    height: auto;
    padding: 0.5em;
    text-align: right;
}
article.post strong, article.post b{
	
}
article.post .entry-title{
	margin-top: 0;
	font-size: 2.4em;
}
article.post .entry-title a{
	/*color: #DC3522;*/
}
article.post .more-link{
	width: 50%;
	background-color: #EEE;
	margin: 0 auto;
}
article.post .more-link::before{
	content: "⇒ ";
	color:#17AA8D;
}
article.post .rbe_text, article.post .rbe_list{
	font-size: 1.2em;
}

.comment-block{
	min-height: 4em;
}
.comment-content{
	margin-left: 60px;
}
.comment .card{
	margin: 1em 0;
}
.comment-replies{
	margin-left: 2em;
}

/*
PRODUCTS
*/
.products{
	
}

.product{
	padding         : 0.5em;	
	background-color: #FFF;
	border-radius   : 2px 2px 2px 2px;
	box-shadow      : 0px 2px 4px rgba(0, 0, 0, 0.2);
	
	min-height: 300px;
	background-color: #fafafa;
	position: relative;
	padding-bottom: 3em;
	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.product-price{
	background-color: gray;
	color: white;
	padding: 0 0.5em;
	border-radius: 5px; 
}
.product .bottom{
	padding: 0.3em;
	position: absolute;
	bottom: 1em;
	width: 100%;
}

.categories{
	margin: 0 auto;
}

/*

*/
.cart_login{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 350px;
}
header>section{
	position: relative;
}
