*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Fira Sans Condensed', Avenir, Helvetica, Arial, sans-serif;
	color: rgb(118, 64, 4);
	background: #FFF;
	/*background: #8b4925;*/
}
.font-allerta {
	font-family: 'Allerta Stencil', sans-serif;
}
a {
	text-decoration: none;
	color: rgb(200, 118, 33);
	outline: none;
}

a:hover,dd
a:focus {
	color: #d8a540;
	background-color: #FFF;
	border-radius: 6px;
}

.italic {
	font-style: italic;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
#error {
	display: block;
	color: #FFF;
	background: rgb(0, 159, 232);
	margin: 22px auto 10px;
	padding: 10px;
	border-radius: 6px;
	z-index: 1;
	text-align: center;
}
#error p {
	font-style: italic;
	font-weight: 300;
}
#error a {
	color: #FFF;
	font-style: normal;
}	
#error .tel {
	display: none;
}

.view {
	position: relative;
	display: flex;
	/*overflow: hidden;*/
	margin: 0;
}

.content {
	z-index: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	/*height: 100%;*/
	/*margin-top: 80px;*/
	padding: 80px 0;
	background-size: auto 100%;
	flex-direction: column;
}
.deco,
.floor {
	width: 100%;
	height: 98px;
	padding: 0 28px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: fixed;
	left: 0;
	/*font-size: 2vw;*/
	font-size: 18px;
}
.floor {
	color: rgb(118, 64, 4);
}
.deco {
	z-index: 10;
	top: 0;
	justify-content: space-between;
	/*background-color: #8b4925;*/
	/*background-color: #fff4d7;*/
	background-color: #CCC;
	box-shadow: 0 5px 15px #562a15;
}
.deco__logo {
	width: auto;
	height: 72px;
	margin: 10px 0 4px;
	display: block;
	text-align: left;
	/* background: transparent url(../img/blaw-logo.png) 0 no-repeat; */
	background-size: 70px;
	/*color: #fff4d7;*/
}
.deco__logo h2,
.deco__logo p {
	font-size: 20px;
	margin: 5px 0 0 82px;
	padding: 0 5px;
}
.deco__img {
	margin-bottom: 6px;
}
.deco__text {
	font-size: 32px;
	line-height: 1;
	margin: 5px 0 0 82px;
	text-shadow: 2px 2px #FFF;
	/*background-color: #fff4d7;*/
	padding: 0 5px;
	opacity: 1;
}
.floor {
	bottom: 0;
	/*background: #fff4d7;*/
	background: #CCC;
}
.floor__section {
	width: 33.333%;
	margin: 10px auto;
	padding: 0;
	align-self: center;
}
.floor__logo {
	padding-top: 5px;
}
.floor__section-address {
	text-align: center;
}
.floor__section-telephone {
	text-align: right;
	margin-right: 10px;
}
.floor__section-telephone p {
	margin: 4px 0;
	font-size: 12px;
	line-height: 1;
}
.floor__section-telephone p a.telephone {
	font-size: 16px;
}
.nav {
	text-align: right;
	width: 37%;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav__item {
	list-style: none;
	margin: 6px 0;
}
.nav__item a {
	/*background-color: #FFF;*/
	padding: 2px 10px;
	cursor: pointer;
}
.btn {
	border: none;
	background: none;
}

.btn:focus {
	outline: none;
}

.btn--back {
	font-size: 1.5em;
	position: absolute;
	z-index: 1002;
	top: 1em;
	right: 1em;
	opacity: 0;
	color: #8b4925;
}

.btn--menu {
	font-size: 0.85em;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	margin: 10px 0 0 6px;
}

.content__columns {
	display: flex;
	flex-direction: row;
	background-color: #663300;
	position: fixed;
	/*min-height: 640px;*/
	min-height: 600px;
	z-index: -1;
}
.content__column {
	min-height: 600px; /* IE11 fix */
}
.btn--menu-active .icon--menu,
.content__column {
	opacity: .45;
	width: 33.334vw;
	border: 1px solid #8b4925;
	box-shadow: 0 0 30px #000;
}
.content__column:nth-child(1) {
	background: url(../img/uspto-dc.jpg) 50% no-repeat;
	background-size: cover;
}
.content__column:nth-child(2) {
	background: #FFF url(../img/book-cover.jpg) 50% -30px no-repeat;
	background-size: cover;
}
.content__column:nth-child(3) {
	background: url(../img/registration-on-leather.jpg) 50% 12% no-repeat;
}
.content__feature {	
	position: relative;
	min-height: 600px;
	width: 100%;
	max-width: 780px;
	margin: 20px auto;	
}
.content__features {
	margin-top: 340px;
}
.content__feature {
	box-shadow: 0 0 30px #663300;
	background-size: cover!important;
}
.content__feature-firm {
	background: url(../img/uspto-dc.jpg) 45% 0 no-repeat;
	min-height: 340px;
	
}
.content__feature-actions {
	background: url(../img/book-cover.jpg) 50% no-repeat;
	min-height: 710px;
}
.content__feature-contact {
	background: url(../img/registration-on-leather.jpg) 50% no-repeat;
	margin-top: 0;
	min-height: 500px;
}
#contact-Form {
	margin-top: 70px;
}
.content__feature-wrap {
	position: relative;
	width: 100%;
	padding: 10px 20px 20px;
	color: #000;
	background-color: #FFF;
	opacity: .85;
	/*height: 710px;*/
	height: auto;
	border: 10px solid #fff4d7;
}

.content__feature-wrap h2 {
	color: #754532;
}
.column__title {
	color: #ff764b;
}

.column__text {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	color: #fff4d7;
}
.content__feature-text {
	text-align: justify;
}
.content__feature--form {
	width: 100%;
}
.content__feature--form input,
.content__feature--form textarea {
	margin-left: 10px;
	border-top: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.content__feature--form td {
	padding: 10px 0;
}
.content__feature--form td.affiliates {
    padding: 5px 0;
    font-size: 12px;
    font-style: italic;
}

.column__text {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	color: #fff4d7;
}
address {
	font-style: normal;
}
@media screen and (min-width: 1024px) {
	.deco,
	.floor {
		font-size: 18px;
	}
}

@media screen and (max-width: 40em) {
	.view {
		overflow: auto;
		height: auto;
		min-height: calc(100vh - 69px);
		margin: 0;
		flex-direction: column;
	}
	.content {
		margin-top: -110px;
		padding: 0;
	}
	.content__column {
		width: 100vw;
		min-height: auto;
	}
	.content__columns {
		min-height: 660px;
		flex-direction: column;
		background: #8b4925 url('../img/background-mobile.jpg') 0 108px repeat-y;
		background-size: 100%;
	}
	.deco,
	.floor {
		width: 100%;
		padding: 6px 10px;
		display: flex;
		left: 0;
		position: relative;
		height: auto;
		font-size: 14px;
	}
	.deco__logo {
		width: auto;
		height: 83px;
		/*margin: 5px auto 0;*/
		margin: 0;
		text-align: left;
		background-position: 50% 2px;
		background-size: 40px;
	}
	.deco__logo p {
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}
	.deco__text {
		font-size: 17px;
		line-height: 1.4;
		margin: 42px 0 0 0;
		padding: 0;
		opacity: .8;
	}
	.deco__logo h2 {
		margin: 0;
		font-size: 13px;
		text-align: center;
	}
	#error {
		margin-top: 120px;
		font-weight: normal;
	}
	#error p {
		font-weight: normal;
	}
	#error .tel {
		display: inline-block;
	}
	.content__feature-wrap {
		position: relative;
		margin-top: 100px;
		width: 100%;
		border: 0;
		/*overflow: hidden;*/
		padding: 10px 20px 20px;
		background-color: #FFF;
		opacity: .85;
	}
	.content__features {
		margin-top: 0;
		/*background: url(../img/uspto-dc-mobile.jpg) 32% -167px no-repeat;*/
	}
	.content__feature {
		background-color: #FFF;
	}
	.content__feature-text {
		line-height: 1.5;		
		overflow: scroll;
		color: #000;
	}
	.content__feature-firm {
		margin-top: 440px;
		background: url(../img/uspto-dc-mobile.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	.content__feature-actions {
		margin-top: -272px;
		background: #FFF url(../img/book-cover-mobile.jpg) 50% no-repeat;
		background-size: contain;
	}
	.content__feature-contact {
		background: url(../img/registration-on-leather-mobile.jpg) 50% no-repeat;
		background-size: contain;
		margin-top: -70px;
	}
	.content__feature-actions .content__feature-wrap {
		margin-top: 300px;
	}
	#contact-Form {
		margin-top: 100px;
	}
	.content__feature--form td {
		display: inline-block;
	}
	.floor {
		flex-direction: column;
		margin-top: 16px;
	}
	.floor__section {
		width: 95%;
		margin: 10px auto;
		text-align: center;
	}
	.floor__section-telephone {
		text-align: center;
		margin: 10px auto 40px;
	}
	.floor__section-telephone a {
		line-height: 1.5em;
	}
	.nav {
		width: 55%;
		/* new */
		width: auto;
		position: absolute;
		bottom: 2px;
		right: 0;
	}
	.nav__item {
		margin: 2px 0;
		padding: 4px;
	}
	.nav__item.contact {
		font-size: 12px;
	}
}

