* ---------------------------------------------		
reset
---------------------------------------------- */	

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none;}



/* ---------------------------------------------		
hold styles
---------------------------------------------- */	

body {background: #a1dfd3;
	margin: 0;
	font-family: 'radikallight';
	font-family: 'radikalmedium';
	}
	
#container {float: left;
	width: 100%;
	height: auto;
	margin: 0;
    background-image: url(../images/swirl.png); 
    background-position: top;
	}
	
.logo {
	margin: 36px auto 124px auto;
	width: 298px;
	height: 300px;
	}	

.logo img {width: 100%;
	height: auto;
	}
	
.logo h1 {text-indent: -9999px;}	

.intro {
	max-width: 885px;
	height: auto;
	margin: 0 auto 100px auto;
	text-align: center;
	padding: 0 15px 0 15px;
	}

.intro2 {
	max-width: 885px;
	height: auto;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 0 15px 0 15px;
	border: 1px solid #003764;
	}

	
.intro h2,
.intro2 h2{font-family: 'radikallight', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 140%;
	color: #003764;
	}	

.intro p {font-family: 'radikallight', sans-serif;
	font-size: 19px;
	line-height: 140%;
	color: #003764;
	}

.intro p span {font-weight: 600;}

.push {width: 620px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
    text-align: center;
    border-top: 1px solid #003764;
    border-bottom: 1px solid #003764;
	}

.push p {font-family: 'radikallight', sans-serif;
    font-size: 29px;
	line-height: 140%;
	color: #003764;}



.social-section {float: none;
	width: 100%;
	height: auto;
	margin: 60px auto 100px auto;
	text-align: center;
}

.social-holder {width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0px;
	}
	
.social-links {
    text-align: center;
    margin: 10px 0 40px 0;
	}	
	
.social-links a {
    display: inline-block;
    margin: 0 2px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
	}

.social-links a:hover {
    opacity: 0.5;
	}	
	
.social-links a {
    display: inline-block;
    margin: 0 2px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
	}

.social-links a:hover {
    opacity: 0.5;
	}		
	
.social-links img {width: 56px;
	height: auto;
	}

.follow {float: none;
    max-width: 300px;
	margin: 0 auto 0 auto;}

.follow p {font-family: 'radikallight', sans-serif;
    font-size: 22px;
	line-height: 140%;
	color: #003764;
}

.intro a,
.footer a {color: #fff;
	font-weight: 400;
	transition-property:color .1s linear 0s; -moz-transition:color .1s linear 0s; -webkit-transition:color .1s linear 0s; -o-transition:color .1s linear 0s; 
	text-decoration: none;
	}
	
.intro p a:hover,
.footer p a:hover {color: #a1dfd3;}	


.footer {max-width: 100%;
	height: auto;
	margin: 100px auto 0 auto;
    padding: 40px 0 100px 0;
    background:  #003764;
    text-align: center 
	}

.footer h4 {font-family: 'radikallight', sans-serif;
    font-size: 29px;
	line-height: 140%;
	color: #a1dfd3;
    font-weight: 100;
	}

.footer h4 span {font-family: 'radikallight', sans-serif;
    font-size: 24px;
	line-height: 140%;
	color: #a1dfd3;
    font-weight: 100;
	}

.footer p {	font-family: 'radikallight', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #a1dfd3;
	text-align: center;
	margin: 40px 0 0 0;
	}
	
.footer p span {color: #fff;
font-family: 'radikalmedium', sans-serif;
}	

	
@media only screen and (max-width: 480px) {
    /* Mobile stylesheet for iPhone and Android */
	
    .push {width: 300px;}
    .footer: width: 300px;}