body {
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	color:#665452;
	background:#ede6e0;
	font-family: Windsor;
	font-weight: normal;
	font-style: normal;
}

.Windsor-normal-normal { 
	font-family: Windsor;
	font-weight: normal;
	font-style: normal;
}
.Windsor-bold-normal { 
	font-family: Windsor;
	font-weight: bold;
	font-style: normal;
}

#left-text-wrapper {
	float:left;
	width:50%;
	position:relative;
}
.left-text {
	width: 100%;
    height: auto;
margin-top:15%;
    // position: absolute;
    // top: 50%;
    // margin-top: 25%;
}	
.left-container {
	padding:0 75px;
}
.left-container ul {
	float:left;
	list-style:none;
	margin: 0;
	padding: 0;
}
.left-container li {
	float:left;
}

h1 {
	font-size:32px;
=	font-weight:bold;
	margin-bottom: -5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	//color:#777260;
}
p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
}
.roadrunner{
	max-width:90px;
}
.roadrunner img{
	width:100%;
}
svg {
	padding:0 20px 0 0;
}
.social-icon {
	fill:#a55e48;
	width:22px;
	height:auto;
}
.social-icon:hover{
	fill:#665452;
}
a:link {
	color:#a55e48;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#a55e48;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color:#a55e48;
	text-decoration:none;
	font-weight:bold;
}
#right-image {
	float:right;
	width:50%;
	background: url(images/richcombs.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
}
.photo-text {
	float: right;
    position: fixed;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    float: left;
    height: 95%;
    width: 100%;
    padding: 0 20px;
}
.photo-text a{
	color:rgba(0,0,0,0.5);
	position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 1100px) {
	.left-container {
	    padding: 0px 40px;
	}
}

@media only screen and (max-width: 900px) {
	#right-image {
	    float: left;
	    width: 100%;
	    background: url(images/richcombs-mobile.jpg) no-repeat center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    height: 500px;
	}
	
	#left-text-wrapper {
	    width: 100%;
	    margin: 0 0 50px;
	}
	.left-container {
	    padding: 0 30px;
	}
	.left-text {
	    margin: 30px 0;
	}
	h1 {
	    font-size: 27px;
	}
	.roadrunner {
		max-width: 70px;
	}
	.photo-text {
		float: right;
	    position: fixed;
	    text-transform: uppercase;
	    font-size: 11px;
	    letter-spacing: 1px;
	    position: relative;
	    float: left;
	    height: 480px;
	    width: 100%;
	    padding: 0 0 0 30px;
	}
	
}

@media only screen and (max-width: 600px) {
	#right-image {
	    float: left;
	    width: 100%;
	    background: url(images/richcombs-mobile.jpg) no-repeat center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    height: 300px;
	}
	.photo-text {
	    height: 280px;
	    width: 50%;
	    padding: 0 0 0 30px;
	}
	p{
		font-size: 18px;
	}
	svg {
		padding:0 30px 0 0;
	}
	
}
		
