@import url(https://fonts.googleapis.com/css?family=Lato|Stint+Ultra+Expanded);

body {
	color: #545454;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
	word-wrap: break-word; /* old name */
	overflow-wrap: break-word;
}

a,a:visited {
	color: #ffacc0;
	text-decoration: none;
	-webkit-transition:all 0.4s ease-in-out;
}

a:hover {
	color: #858585;
	text-decoration: none;
	-webkit-transition:all 0.4s ease-in-out;
}

input,
label,
select,
textarea {
	color: #575757;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: none;
}



h1 {
	color: #fe9aae !important;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 14px;
	margin:1px 0 0 0;
	text-transform: uppercase;
}

h2 {
	color: #fe9aae !important;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 13px;
	margin: 5px 0 0 0;
	text-transform: lowercase;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}


.avatar {
	background-color: #fff;
	border: 0px solid #ddd;
	-moz-box-shadow: 0px 0px 8px #c8c6c6 !important;
	-webkit-box-shadow: 0px 0px 8px #c8c6c6 !important;
	box-shadow: 0px 0px 8px #c8c6c6 !important;
	margin: 0 0 7px 0;
	padding: 4px;
	text-align: center !important;
}



a img {
	border: none;
}

}
.container {
 		height: 600px;
        background: #ffffff;
		overflow: hidden;
}