body{
	margin:0;
	background-image: url("images/background_plants.png");
	repeat!important;
	background-size: 200px 200px!important;
	zoom: .9;
	font-family: "Arial", sans-serif;
}


header {
	font-size: 20px;
    background: url("images/header.jpeg") repeat;
    background-size: 200px 200px;
	height: 75px;
}

#topbar{
	width:75%;
	margin-left: auto ;
	margin-right: auto ;
}

nav {
	float: right;
}

nav li{
	display: inline;
	padding-right: 30px;
}

.logo {
	float:left;
	font-size:40px;
	padding-left:20px;
	padding-top:20px;
}

.box{
	margin-top: 20px;
	width:75%;
	margin-left: auto ;
	margin-right: auto ;
	height: 400px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 4px;
}

.column {
	flex: 50%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: middle;
	/*
	margin-left: auto;
	margin-right: auto;
	display: block;
	*/

}



.blog-post{
    background-color: #fff;
    max-width: 800px!important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 13px dotted #c905c6;
    border-top-color: rgb(201, 5, 198);
    border-top-style: dotted;
    border-top-width: 13px;
    border-right-color: rgb(201, 5, 198);
    border-right-style: dotted;
    border-right-width: 13px;
    border-bottom-color: rgb(201, 5, 198);
    border-bottom-style: dotted;
    border-bottom-width: 13px;
    border-left-color: rgb(201, 5, 198);
    border-left-style: dotted;
    border-left-width: 13px;
    border-image-source: url("images/border.png");
    border-image-slice: 18;
    border-image-width: 13px;
    border-image-outset: initial;
    border-image-repeat: round;
    border-image-source: url("images/border.png");
    border-image-slice: 18;
    border-image-width: 13px;
    border-image-repeat: round;
}

.blog-postxy{
	margin-top:20px;
	float:left;
}

.welcome-title{
	font-size: 36px;
	text-align: center;
	padding-bottom: 15px;
}

.welcome-sun{
	font-size: 36px;
	text-align: center;
	padding-bottom: 30px;
}


.review-title{
	font-size: 26px;
}

.review-author{
	font-size: 16px;
}

.review-date{
	font-size: 16px;
}

.sidebar{
	float:right;
	padding-right: 30px;
}

footer{	
	color: white;	
	margin-left: auto ;    
	margin-right: auto ;	
	font-size:16px;	
	min-height: 50px;	
	padding:20px;	
	background-color: black;	
}

#footer{	
	width:75%;
	margin-left: auto ;    
	margin-right: auto ;
}

