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



body { font-family: CaslonTwoTwentyFour-Book; color: white; background-color: #3793e4;
}
h1 {
    display: inline-block;
    font-family: CaslonTwoTwentyFour-Book;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}
.content {
    display: inline-block;
    font-family: CaslonTwoTwentyFour-Book;
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    line-height: 65px;
	font-color: white;
}

.copy {
    margin: 2% 15% auto 12%;
    width: 55%;
}
.contact {
    margin-top: 2%;
    vertical-align: top;
    width: 55%;
		font-color: white;

}

@media (max-width: 1050px) {
.content {
    font-size: 65px;
    line-height: 72px;
	font-color: white;
	    margin: 2% 15% auto 12%;

}
.copy {
    width: 55%;
}
}
@media (max-width: 900px) {
.content {
    font-size: 42px;
    line-height: 46px;
    margin: 2% 15% auto 12%;
}
.copy {
    width: 65%;
}
}
@media (max-width: 750px) {
.content {
    font-size: 36px;
    line-height: 40px;
    margin: 2% 15% auto 12%;
}
.copy {
    width: 65%;
}
}
@media (max-width: 550px) {
.content {
    display: block;
    font-size: 32px;
    line-height: 36px;
    margin: 3% 15% auto 12%;
    width: 72%;
}
}
@media (max-width: 400px) {
.content {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 3% 10% auto 5%;
    width: 80%;
}
.content {
    margin-top: 0;
}
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #777777;
    transition: all 0.2s linear 0s;
}
a:visited {
    color: #white;
    transition: all 0.2s linear 0s;
}