@font-face {
	font-family: 'Montserrat';
	src: url('font/Montserrat-Regular.woff2') format('woff2'),
		url('font/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('font/Montserrat-Medium.woff2') format('woff2'),
		url('font/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('font/Montserrat-Light.woff2') format('woff2'),
		url('font/Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}





body {

	background: #354458;
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 62.5%;


}

a, a:visited {
	color: #fff;
	text-decoration: none;
}


a:hover, a:active {

  text-decoration: underline;
}


section.topbar {

	position: fixed;
	top: 0;
	left:0;
	width:100%;
	height: 7px;
	/* IE10+ */ 
background-image: -ms-linear-gradient(left, #1FFFF3 0%, #FFD300 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #1FFFF3 0%, #FFD300 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #1FFFF3 0%, #FFD300 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1FFFF3), color-stop(100, #FFD300));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #1FFFF3 0%, #FFD300 100%);

/* W3C Markup */ 
background-image: linear-gradient(to right, #1FFFF3 0%, #FFD300 100%);

}

section.bottombar{

	position: fixed;
	bottom: 0;
	left:0;
	width:100%;
	height: 7px;
	/* IE10+ */ 
background-image: -ms-linear-gradient(left, #FFD300 0%, #1FFFF3 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #FFD300 0%, #1FFFF3 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #FFD300 0%, #1FFFF3 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1FFFF3), color-stop(100, #1FFFF3));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #FFD300 0%, #1FFFF3 100%);

/* W3C Markup */ 
background-image: linear-gradient(to right, #FFD300 0%, #1FFFF3 100%);

}

.content {

	max-width: 1024px;
	padding:1em 3em;

	margin:0 auto;
	
}

.logo {
	width: 100%;
	text-align: center;
	margin: 7em 0 0 0;
}

.logo img {
	max-width: 260px;
}


.intro {
	text-align: center;
	margin: 12em 0 0 0;
}

.intro h1 {
	text-rendering: geometricPrecision;
	font-weight: 200;
	font-size: 2.5em;
	line-height: 44px;
	text-align: center;
}

sup {
	font-size: 50%;
}

.intro h2 {

	text-rendering: geometricPrecision;
	font-weight: 200;
	font-size: 2.4em;
	line-height: 40px;

}

.intro span.freelance {

	color: #1ffff3;
}

.intro span.webdesigner {

	color: #ffd300;
}

.intro span.podcaster {

	color: orange;
}

.podcast-a {
	color: orange;
	font-size: 2em;
}

.podcast-a:visited {
	color: orange;
}


hr.shorthr {
	
	max-width: 120px;
	height: 5px;
	color: #fff;
	background-color: #fff;
	border: none;
	margin-left: 0px;
}

.intro ul {
	list-style: none;
	text-align: left;
	margin: 2em 0 0 0;
	padding: 0;

}

.intro ul li {
	text-rendering: geometricPrecision;
	font-weight: 200;
	font-size: 2.0em;
	line-height: 40px;
	padding-left: 0px;
}

p.footnote {
	margin-top: 7em;
	font-size: 1.5em;
	color: #ccceee;
}


@media (min-width: 768px) {

	.intro ul li:first-child{
	padding-left: 0px;
	}


	.intro ul li {
		display: inline;
		padding-left: 10px;

	}

	.intro ul li:last-child:after {
		padding-left: 12px;
		content: "";
	}

	.intro ul li:after {
		padding-left: 12px;
		content: "";
	}

	.intro ul li.last:after{
		content: '';
	}

	.logo img {
	max-width: 130px;
	}

	.intro {
	text-align: center;
	margin: 6em 0 0 0;
	}

}
