/*Getting stylesheets for fonts*/
@import url("webfonts/Novecentowide_DemiBold/stylesheet.css");
@import url("webfonts/Novecentowide_Light/stylesheet.css");
@import url("webfonts/Novecentowide/stylesheet.css");
/*CSS which applies to the whole page*/
body {
	background-color:#ececec;
	border: 0px solid;
	max-width: 640px;
	margin: auto;
}
/*CSS used for Name*/
h1 {
	color: #333333;
	text-align: center;
	font-family: "Saqare_thin", "Novecentowide_DemiBold", Futura;
	font-size: 69px;
	line-height: inherit;
	letter-spacing: 0.05em;
}
/*CSS for subtitle*/
p {
	color: #888888;
	text-align: center;
	font-family: "Novecentowide_Light";
	font-size: 20px;
	line-height: inherit;
}
/*CSS for smaller*/
.small {
	font-size:14px
}
/*CSS for small shit*/
.tiny {
	font-size: 10.5px;
	line-height: 11px;
	letter-spacing: 0.1em
}
/*link css*/
a {
	color: #333333;
	text-align: center;
	font-family: Novecentowide;
	font-size: 30px;
	text-decoration: none;
	line-height: inherit;
	letter-spacing: 0.04em
}
/*vertical line*/
.vtcln {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(136, 136, 136, 0.4);
	font-size: 18px;
}
hr{
	size:640px;
	/*width:1px;*/
	color:rgba(136, 136, 136, 0.4);
	noshade;
}

/*CSS for maps*/
googft-mapCanvas {
	alignment-adjust:central
}
