@charset "UTF-8";
/* CSS Document */





html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	background-color: #fff;
	overflow-x: hidden;
}
h1 {
    font-family: 'Playfair Display', serif;
	font-size: 90px;
	line-height: 90px;
	font-weight: 100;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 100;
}
h3 {
	font-size: 30px;
	line-height: 50px;
	font-weight: 700;
}
section {
    width: 100%;
    height: 100%; 
}
.left {
    width: 44%;
    height: 100%;
    padding-left: 5%;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
}
.right {
    width: 40%;
    height: 100%;
    padding: 0 5%;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    background: url(pine-bough.jpg);
    background-size: cover;
}
.homehead {
    width: 80%;
}




@media all and (max-width: 700px) {
    
    h1 {
	font-size: 50px;
	line-height: 50px;
    margin-bottom: 0;
}
    h2 {
	font-size: 25px;
	line-height: 30px;
}
    .left {
    width: 90%;
    height: 40%;
    padding: 5%;
    display: block;
    align-items: top;
}
    .right {
    width: 90%;
    height: 50%;
    padding: 5%;
    display: block;
    background-color: cadetblue;
}
    .logo {
    height: 90%;
}
    .logo src {
    height: 90%;
}
}