body {
    margin: 0;
    padding: 0;
    background-color: #c8c6b6;
    width:100%;
	font:Normal 2.5em Georgia, "Times New Roman", Times, serif;
	color: #353535;
    line-height: 1.25;
}

a {
    color: #d63c30;
    text-decoration: none;
    -moz-transition:color 250ms ease;
    -webkit-transition:color 250ms ease;
    transition:color 250ms ease;
}

a:hover	{
	color:#009933;
}

p {
  display: block;
  margin: 0;
  padding: 0;
 }

#main {
	margin: 0 auto;
    padding: 0% 15%;
    width:auto;
    height: 100%;
    border-top: 7px solid #d63c30;
}

#intro-left {	
	margin: 8% auto;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#footer {
	width:100%;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#footer p{
	color: #000000;
	text-align: right;
}

#photo {	
	margin: auto;
	background-image: url('./martin2.jpg');
	height: 467px;
	width: 486px;
	
}

#martin2 {
	margin:auto;
	display:block;
	max-width: 100%;
}

#photo-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#credit	{
	font:20px;
	display: inline-block;
	text-align: right;
	position: relative;
	bottom: 0;
}

div.contact-link a{	
	color: #008ba6;
	text-decoration: none;
    -moz-transition:color 250ms ease;
    -webkit-transition:color 250ms ease;
    transition:color 250ms ease;
}

@media screen and (max-device-width: 480px) and (orientation: portrait){
	p {
		font-size: 150%;
		}
	#main {
		padding:0% 8%;
	}
	#martin2 {
		min-width: 100%;
	}
	#intro-left {
		margin: 15% auto;
	}
}

@media screen and (max-device-width: 667px) and (orientation: landscape){
	#main {
		padding:0% 7%;
	}
	p {
		font-size: 90%;
		}
	#martin2 {
		min-width: 75%;
	}
}