@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=latin-ext');

body {

	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	background: url(../style/bg.jpg) center top no-repeat;

	}

body a {

	color: #72321f;
	text-decoration: none;

}

h1 {

	font-family: 'Roboto', sans-serif;
	font-size: 320%;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	
	}

h2 {

	font-family: 'Roboto', sans-serif;
	font-size: 220%;
	font-weight: 300;
	font-weight: 700;
	margin-bottom: 10px;
	
	}

h3 {

	font-family: 'Roboto', sans-serif;
	font-size: 160%;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
	
	}

h4 {

	font-family: 'Roboto', sans-serif;
	font-size: 120%;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 0px;
	
	}

.wrapper {

	margin: auto;
	width: 1000px;

	}

.button1 {

	padding: 20px;
	border-radius: 6px;
	background-color: #ff2a00;
	color: #FFFFFF;
	font-size: 160%;
	font-weight: 700;
	border: 0px;

	}

.button1 a {

	color: #FFFFFF;

	}

ul li {

	line-height: 30px

	}

.button2 {

	padding: 3px;
	border-radius: 3px;
	background-color: #006b0a;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: 400;

	}

.button2 a {

	color: #FFFFFF;

	}