#home_summer2021 {
    	height: 1080px;
    	width: 1920px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background: url("manhattan-skyline-0553.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px 0px 0px;
}

#text_box {
    height: 600px;
    width: 850px;
    padding-top: 60px;
    padding-left: 70px;
}

#text_box h1 {
    padding-left: 0px;
    padding-bottom: 24px;
    margin: 0 0 0 0;
    font-family: "Open Sans", "Helvetica", "sans-serif";
	font-weight: 300;
    font-size: 22px;
	letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    width: auto;
}

#text_box p {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 17px;
    margin: 0 0 0 0;
    font-family: "Open Sans", "Helvetica", "sans-serif";
	font-weight: 300;
    font-size: 22px;
    line-height: 30px;
	font-kerning: auto;	
    color: #ffffff;
}
#text_box a {
	text-decoration:UNDERLINE;
	color:#ffffff;
}
#text_box a:hover {
	text-decoration:underline;
color:#ffffff;
}

#footer {
	height: auto;
	width: 1920px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#footer address{
font-family: "Open Sans", "Helvetica", "sans-serif";
font-size:18px;
font-style:normal;
line-height:48px;
color:#818181;
}
#footer a {
	text-decoration:UNDERLINE;
	color:#818181;
}
#footer a:hover {
	text-decoration:underline;
color:#818181;
}
