* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html {
	font-size: 62.5%;
}

@font-face {
	font-family: 'DK-Lemon-Yellow-Sun';
	src: url('../fonts/DK-Lemon-Yellow-Sun.eot');
	src: url('../fonts/DK-Lemon-Yellow-Sun.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DK-Lemon-Yellow-Sun.otf') format('opentype');
	font-weight: normal;
  	font-style: normal;
}

@font-face {
	font-family: 'Myriad-Pro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro-Regular.otf') format('opentype');
	font-weight: normal;
  	font-style: normal;
}

@font-face {
	font-family: 'Myriad-Pro-Bold';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro-Bold.otf') format('opentype');
	font-weight: normal;
  	font-style: normal;
}


body {
	font-family: 'DK-Lemon-Yellow-Sun', sans-serif;
	font-weight: normal;
	color: #535854;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

a, a:hover, a:focus {
	outline: 0;
	text-decoration: none;
	color: #535854;
}

.container {
	width: 100%;
	max-width: 960px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#contact {
	margin: 60px 0 10% 60px;
	display: inline-block;
	width: auto;
}

#contact-address {
	font-family: 'Myriad-Pro-Bold', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
}

#contact-address-small {
	font-family: 'Myriad-Pro-Regular', sans-serif;
	font-size: 10px;
	text-align: right;
	margin-right: 10%;
}

#photo, #text {
	float: left;
	box-sizing: border-box;
	padding: 0 2%;
}

#photo {
	width: 50%;
}

#text {
	width: 50%;
}

#text {
	margin-top: 2.5%;
}

p.description {
	font-family: 'Myriad-Pro-Regular', sans-serif;
	font-size: 10px;
	margin-top: 15px;
	max-width: 512px;
	text-transform: uppercase;
}

span.bold {
	font-family: 'Myriad-Pro-Bold', sans-serif;
}


h1 {	
	font-size: 112px;
	font-size: 11.2rem;
	font-weight: normal;
	margin: -12px 0 10px 0;
}

 ul.skills {
	list-style: none;
}

ul.skills li {
	font-size: 53px;
	font-size: 5.3rem;
	line-height: 60px;
}

@media only screen and (max-width: 825px) {
	html {
		font-size: 50%;
	}
}

@media only screen and (max-width: 690px) {
	html {
		font-size: 40%;
	}	
}

@media only screen and (max-width: 574px) {
	html {
		font-size: 30%;
	}

	#photo, #text {
		width: 100%;
		clear: both;
		text-align: center;
	}

	h1 {
		margin-top: 0;
	}
}