*, *::before, *::after {
  box-sizing: border-box;
}

body, html {font-size: 100%; padding: 0; margin: 0; height: 100%;}

body {
	font-family: 'Quattrocento Sans', Arial, sans-serif;
	color: #373737;
	background: #fafafa;
	font-size: 1.6em;
	font-weight: normal;
}

a {text-decoration: none;}

.container {min-width: 1001px; padding-left:200px; padding-top: 125px;}

@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

h1 {
	display: block;
	font-family: 'Quattrocento', Arial, sans-serif;
	font-size: 3.1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
  animation: fadeIn 1s ease-in forwards;
}

.lll {float: right;}

.btnbig {
	border: none;
	font-family: inherit;
	font-size: 1.8em;
	color: #373737;
	background: none;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	margin: 0px 0px;
	outline: none;
	position: relative;
	width: 600px;
	text-align: left;
	transition: all 0.3s;
  text-shadow: 0 2px 4px #d9d9d9, 0px -2px 1px #fff;
  border-radius: 20px;
  animation: fadeIn 1s ease-in forwards;
}

.btn-1 {
	color: #373737;
}

.btn-1a:hover,
.btn-1a:active {
	color: #fff;
	background: #222222;
	text-shadow: none;
  border-radius: 0px;
}


.btn {
	border: none;
	font-family: inherit;
	font-size: 1.2em;
	color: #373737;
	background: none;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	margin: 0px 0px;
	outline: none;
	position: relative;
	text-align: left;
	transition: all 0.3s;
  animation: fadeIn 1s ease-in forwards;
}

.btn-2 {
	color: #373737;
}

.btn-2a:hover,
.btn-2a:active {
	color: #fff;
	background: #222222;
	text-shadow: none;
  border-radius: 0px;
}