/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #10232e; font-family: "Open Sans", sans-serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #225d69;
		background-image: url('/uploads/site/background_image/55/Eiffel-Tower-Paris-Wallpaper-2560x1600.jpg');
		background-repeat: repeat;
		background-attachment: fixed;
		-moz-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 904px;
		
		
	}
		header {
			width: 904px;
		}
		h1 {
			font-family: "Raleway", sans-serif; font-weight: 200;
			color: #ffffff; font-size: 38px;
		}
		h2 {
			font-family: "Raleway", sans-serif; font-weight: 400;
			color: #ffffff; font-size: 42px;
		}
		h3 {
			font-family: "Raleway", sans-serif; font-weight: 700;
			color: #68bd51; font-size: 16px;
		}
		nav {
			font-family: Arial, Helvetica, sans-serif; color: #ffffff;
			 font-weight: bold; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


/*
-------------------
Custom CSS Setting
-------------------
*/
.text_areas h3{
font-size:55px;
}
article{
width:95%;
}