@charset "UTF-8";
.bodyText { /*smallest no media */
    font-size: 10px;
    letter-spacing: 2px;
}
.mailLink {
	color: #914744;
	font-size: 1.3rem;
}
a.mailLink:hover {
	color:#B4716E;
}
.telLink {
	color: #914744;
	font-size: 1rem;
}
a.telLink:hover {
	color:#B4716E;
}

#logo {
	width: 900px;
}
#leftFill {
	background-color: #C4A8A7;
/*	height: 550px; */
}
#rightFill {
	background-color: #C4A8A7;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#footer {
    letter-spacing: 5px;
	font-size: 8px;
}
@media (min-width:576px){ /*greater than 576 */
    .bodyText {
        font-size: 8px;
    }
	#footer {
		font-size: 12px;
	} 
	#logo {
		width: 800px;
	}
}
@media (min-width:768px){ /*greater than 768 */
    .bodyText {
        font-size: 9px;
    }
	#footer {
		font-size: 14px;
	}
	#logo {
		width: 900px;
	}
	#leftFill {
		height: auto;
	}
}
@media (min-width:992px){ /*greater than 992 */
    .bodyText {
        font-size: 14px;
    }
	#footer {
		font-size: 16px;
	}
	#logo {
		width: 1000px;
	}}
@media (min-width: 1200px) {
    .bodyText {
        font-size: 18px
    }
	#footer {
		font-size: 18px;
	}
	#logo {
		width: 1200px;
	}
}
