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

/*Structure*/

body  {background-image: url("images/seamless-baby-blue-patterns-17.jpg");}

#container  {
			width:85%;
			border-radius: 25px;
			border: groove 2px black;
			margin: auto;
			background-color:#dcebf9;
}


/*images*/
.banner  {
		width:100%;
		border-top-left-radius:25px;
		border-top-right-radius:25px;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
		margin:auto;
}

/*fonts*/
@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('fonts/Walkway_SemiBold-webfont.eot');
    src: url('fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'walkway_boldregular';
    src: url('fonts/Walkway_Bold-webfont.eot');
    src: url('fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_Bold-webfont.woff') format('woff'),
         url('fonts/Walkway_Bold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_Bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
	@font-face {
    font-family: 'poilet_taperregular';
    src: url('fonts/poilettaper-webfont.eot');
    src: url('fonts/poilettaper-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poilettaper-webfont.woff') format('woff'),
         url('fonts/poilettaper-webfont.ttf') format('truetype'),
         url('fonts/poilettaper-webfont.svg#poilet_taperregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



h1 {   font-family: 'walkway_boldregular';
	color: red;
	text-align: center;}
	

	
h3  { font-family: 'poilet_taperregular';
color: green;
	text-align: center;}

	
.centerquote  {font-family:'poilet_taperregular';
	line-height:-10em;
	text-align: center;}