@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Source Sans Pro', Myriad Pro, Helvetica, Arial, sans-serif;
	line-height: 1;
	font-size: 16px;
		transition: width 2s;
-moz-transition: width 2s; /* Firefox 4 */
-webkit-transition: width 2s; /* Safari and Chrome */
-o-transition: width 2s; /* Opera */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	margin:auto;
	width: 100%;
	
}

.fullsceren {
	height: 100%;	
}


#welcome {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	
}

.logo {
	width: 95px;
	margin: 50px auto;	
}

img {
	width: 100%;

}

h1, h2 {
	color: #602c6e;		
}

h1 {
	font-size: 2.2em;
	font-weight: 300;	
	font-style: italic;
	margin: auto;
	 margin-bottom: 25px;
	line-height: 130%;
}

h2 {
	
}

.slogan {
	max-width: 700px;
	padding: 0 20px;
	font-size: 2.2em;
	font-weight: 300;	
	font-style: italic;
	margin: auto;
	text-align:center;	
	line-height: 145%;
}

.arrow {
	width: 75px;
	margin: 150px auto 0 auto;	
}

#about {
		background-color: #bebdc2;
		padding: 25px;
}

#about p {
	font-size: 18px;
	font-weight: 400;
	line-height: 162%;
	margin-bottom: 25px;
	color: #453F4B;
}

.copy {
	margin: auto;
	max-width: 800px;	
}

h3.email {
	padding: 20px;
	font-size: 20px;
	font-weight: 300;	
	font-style: italic;
	margin: auto;
	text-align:center;	
	line-height: 145%;
}


a:link {color: #602c6e;	 text-decoration: none;}
a:visited {color: #602c6e;	text-decoration: none;}
a:hover {color: #722B8C;	text-decoration: underline;}
a:active {color: #602c6e;	text-decoration: none;}

@media screen and (max-width: 960px) {
	
	.copy {
	max-width: 700px;	
}
}

@media screen and (max-width: 758px) {
	.copy {
	max-width: 600px;	
}

.logo {
		width: 90px;
		margin: 25px auto;	
	}	

	h1 {
	font-size: 2.2em;
	line-height: 120%;
}
	

}

@media screen and (max-width: 640px) {


}

@media screen and (max-width: 320px) {
	
	.logo {
		width: 70px;
		margin: 25px auto;	
	}	
	
h1 {
	font-size: 14px;
	line-height: 120%;
	
}

	
	.slogan {
	max-width: 700px;
	
	font-size: 1.4em;
	line-height: 125%;
}
	.arrow {
	width: 65px;
	margin: 80px auto 50px auto;	
}



	#about p {
	font-size: 10px;
	 
}

h3.email {
	padding: 20px;
	font-size: 1em;
}
	

}