@charset "utf-8";
/* CSS Document */

/*COLORI--------------------------------------
Verdino - #96bd1a - 
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background: #fff;
	color: #333;
	position: relative;
	font-family: 'Lato', sans-serif;
}

::-moz-selection {
    background: #666;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #666;
	color: #fff;
    text-shadow: none;
}

a, a:visited {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	/*-o-transition: all 0.1s ease;*/
}

a:focus {
    outline: 0;
}

a:hover {
	color: #333;
	text-decoration: none;
}

:focus {
    outline: 0;
}

ol {
	list-style: decimal;
	padding-left: 20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666;
}

input::-ms-clear {
    display: none;
}

input {
	font-family: 'Nunito', sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


#container {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 20px 20px;
	position: relative;
	box-sizing: border-box;
}

#container img {
	max-width: 100%;
	width: 220px;
}

#container h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 20px;
}

#container h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
}

#container .intro {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}

#container .text {
	font-size: 15px;
	line-height: 22px;
}