html {
}

body {
	margin: 0; 
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 16px;
	text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    font-weight: 300;
    color: #666;
	line-height: 1.42857143;
	background: #fff;/* rgba(0,0,0,.5); */
}

#header {
	border-top: 2px solid #dbd6b7;
	/* background-color: #3f3f3f; */
	margin: 0; 
	padding: 0px;
	width: 100%;
	height: 60px;
	background-color: #e8e6e9;
	/* box-shadow: 0 0 0 transparent; */
}

#header div {
	margin: 0 auto; 
	height: 60px;	
	width: 920px;
	/* background: linear-gradient(90deg,transparent 15%,rgba(0,0,0,.7)); */
}

#header div img {
	margin-top: 15px;
}

#header div a {
	float: right;
	color: #002e78;
	font-size: 14px;
}

#content {
	width: 100%;
}


#content_upper {
	width: 100%;
	height: 600px;
	background: url('newyork_1.jpg') center;
	background-size: cover;
	background-position: center center;
	text-align: center; 
}
#content_upper_wrapper {
	width: 920px;
	margin: 0 auto;
}

#content_upper_text {
	padding-top: 150px;
	width: 550px;
	margin: 0 auto;
	text-align: left; 
    font-size: 32px;
    /* line-height: 50px; */
    color: #fff;
	-webkit-font-smoothing: antialiased;
    font-family: "Prata";
	font-weight: 400;
    /* margin-bottom: 2rem; */
}

#content_upper_box {
	margin-top:10px;
	padding: 10px 0;
	color: #fff;
    border: 1px solid #fff;
	width: 200px;
	font-family: "halvetica";
	font-weight: 400;
	font-size: 16px;
	text-align: center; 
}


#content_middle {
	margin: 0 auto;
	width: 920px;
	height: 460px;
	
}

#content_middle_title {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	-webkit-font-smoothing: antialiased;
    font-family: "Prata";
	font-weight: 100;
	font-size: 36px;
	padding-bottom: 10px;
}

#content_middle_left {
	float:left;
	width: 50%;
	/* text-align: center; */
	-webkit-font-smoothing: antialiased;
    font-family: "halvetica";
	font-weight: 100;
	font-size: 18px;
}
#content_middle_left_text{
	margin: 20px 20px;
}

#content_middle_left div{
	margin-bottom: 8px;
}

#content_middle_right {
	display:inline-block; 
	width: 50%;
	/* text-align: center; */
	-webkit-font-smoothing: antialiased;
    font-family: "halvetica";
	font-weight: 100;
	font-size: 18px;
}

#content_middle_right_text {
	margin: 20px 20px;
}

#content_middle_left_title {
	font-family: "halvetica";
	font-weight: 200;
	font-size: 28px;
}

#content_middle_right_text div{
	margin-bottom: 8px;
}

.text_box {
	padding: 30px;
	margin: 200px 0 0 0;
	float: right;
	width: 55%;
	height: 650px;
	background: #eaeaea;
	background-color: rgba( 255, 255, 255, 0.8 );
}

.text_box h1 {
	font-size: 28px;
	font-weight: 300;
    color: #777258;
	margin-bottom: 16px;
}

.text_box p {
    margin: 0 auto 20px;
	font-size: 16px;
	line-height:24px;
}

.line_seperator {
	height: 2px;
}


footer {
	/* position: fixed;
    left: 0;
    right: 0;
    bottom: 0; */
    z-index: 11;
	padding: 20px 0;
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
	background: rgba(0,0,0,.5);
	clear: both;
	display: block;
	box-sizing: border-box;
}

footer #footer_wrapper {
	height:22px;
	width: 920px;
	margin: 0 auto;
}

footer #footer_wrapper div {
	margin-top:4px;
	margin-left: 16px;
	color: #dbd6b7;
	line-height: 1.2;
    font-size: 13px;
}

footer #footer_wrapper a {
	margin: 0 6px;
	color: #dbd6b7;
	text-decoration: underline;
}