@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'patrick_handregular';
    src: url('../fonts/patrickhand-regular-webfont.eot');
    src: url('../fonts/patrickhand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/patrickhand-regular-webfont.woff2') format('woff2'),
         url('../fonts/patrickhand-regular-webfont.woff') format('woff'),
         url('../fonts/patrickhand-regular-webfont.ttf') format('truetype'),
         url('../fonts/patrickhand-regular-webfont.svg#patrick_handregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, html{
background: #d1b681; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #d1b681 0%, #a07656 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d1b681), color-stop(100%,#a07656)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #d1b681 0%,#a07656 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #d1b681 0%,#a07656 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #d1b681 0%,#a07656 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #d1b681 0%,#a07656 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b681', endColorstr='#a07656',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-size:cover;
background-image: url('../images/background.jpg');

}

html{
height:100%;	
}

body{
height:100%;
margin: 0;
background-repeat: no-repeat;
background-attachment:fixed;	
}


.title{
	width:100%;
	text-align:center;
	
}

.buttons{
width:100%;
text-align:center;	
}

.buttons li{
list-style:none;
margin-bottom:3%;	
}

.buttons img{
cursor:pointer;	
}

.image_background{
	position: absolute;
    top: 350px;
}

