


  @font-face {
	font-family: "UniNeue";
	src: url("../fonts/UNINEUELIGHT.TTF") format("truetype");
	font-weight: 100;
	font-style: normal;
  }
  
  @font-face {
	font-family: "UniNeue";
	src: url("../fonts/UNINEUEBOOK.TTF") format("truetype");
	font-weight: 400;
	font-style: normal;
  }

  @font-face {
	font-family: "UniNeue";
	src: url("../fonts/UNINEUEHEAVY.TTF") format("truetype");
	font-weight: 600;
	font-style: normal;
  }

body { font-family: 'UniNeue', sans-serif; }


	.main-bg { background: url(../img/Rwood-Landingpage-BG.jpg) center top no-repeat; height: 100vh; padding: 50px 0px; }
		.main-bg img { width: 240px; margin-bottom: 32px; }
		.main-bg h2 { color: #be1522; font-size: 30px; line-height: 36px; font-weight: 600; margin: 0px 0px 25px 0px; }
		.main-bg h3 { color: #fff; font-size: 22px; line-height: 28px; font-weight: 600; margin: 0px 0px 15px 0px; }
		.main-bg p { color: #fff; font-size: 18px; line-height: 24px; font-weight: 400; padding-right: 35px; margin: 0px 0px 25px 0px; }
		.main-bg h4 { color: #be1522; font-size: 22px; line-height: 28px; font-weight: 600; margin: 0px 0px 25px 0px; }
		.main-bg h4 a { color: #fff; text-decoration: none; }
		.main-bg h4 a:hover { color: #666; }



		@media screen and (max-width: 1200px) {	
		
		.container { width: 100%; }
	
		}


		@media screen and (max-width: 767px) {	
			.main-bg { background-position: -490px top; padding: 30px 0px 30px 0px; }
				.main-bg img { width: 200px; margin-bottom: 32px; }
				.main-bg h3 { font-size: 19px; line-height: 25px; }
				.main-bg p { font-size: 16px; line-height: 22px; }
		}

		@media screen and (max-width: 500px) {	
			.main-bg { background-position: -690px top; }
		}

		