/*sadf*/
*{
    box-sizing: border-box;
    margin: 0;
	font-family: helvetica;
}

@font-face{
	src: url('../font/EBGaramond-Bold.ttf');
	font-family: 'EBGaramondBold';
}

html{
    margin: 0;
}
body{
    /* background: blue */
    margin: 0;
	overflow: hidden
}

.section.tr,
#site-navigation,
#masthead{
    background: var(--hudson-cream);
}
.section.br{
	background: rgb(205, 205, 200);
}

.row{
	font-size: 0px;
}
.column{
	font-size: initial;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.column-2{
	max-width: 50%;
}
.column-3{
	max-width: 33%;
}
.column-4{
	max-width: 25%;
}

.subheader{
	font-family: EBGaramondBold;
}




/* TOP SECTION */

#masthead{
    position: absolute;
    margin: 0;
	width: 300px;;
	height: 200px;
	z-index: 99;
	border-right: 2px solid var(--border-grey);
}
.site-branding{
	text-align: center;
	display: inline-block;
	width: 100%;
	height: var(--top-height);
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-branding img{
	/* width: 100%; */
	/* border: 2px solid red; */
	max-height: 100%;
	max-width: 50%;
	padding-bottom: 20px;
}
#logo-add{
	position: absolute;
	top: 165px;
	z-index: 99;
	left: 50px;
	width: 200px;
	/* height: 200px; */
/*	opacity: .50*/
}
.site-title{
    /* border: 1px solid green; */
    /* margin: 0; */
}




.section .subheader{
	font-size: 1.5rem;
	color: var(--hudson-grey);
	position: absolute;
	bottom: 0px;
	right: 0px;
	bottom: 10px;
	width: 100%;
	padding-right: 30px;
	text-align: right;
	/* border: 2px solid; */
}



/* BOTTOM SECTION */

#site-navigation{
	height: calc( 100vh - var(--top-height) );
	/* border: 2px solid green; */
	max-width: 200px;
	border-top: 2px solid var(--border-grey);
	position: absolute;
	top: 200px;
	padding-top: 40px;
}
ul#primary-menu{
	/* border: 2px solid red; */
	/* display: inline-block; */
	/* width: 100%; */
	flex-direction: column;
}
ul#primary-menu li{
	/* border: 2px solid; */
	width: 100%;
	max-width: 100%;
	font-size: 1.5rem;
	text-align: right;
	transition: .4s;
}
ul#primary-menu li:hover{
	background: rgba(0, 0, 0, .15);
}
ul#primary-menu li a{
	/* color: var(--hudson-grey); */
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #685a5a;
	letter-spacing: 1px;
	padding: 15px 15px;
	
}



/* CONTACT */

body.page-template-template-contact .entry-title{
	display: none;
}
.wpcf7 input, 
.wpcf7 textarea{
	padding: 10px;
	border-radius: 0px;
}
#contact-wrap{
	padding-top: 40px;
}

body.page-template-template-contact #contact-wrap .column-2{
	padding: 0 20px;
}


.wpcf7 input,
.wpcf7 textarea{
	background: rgba(0,0,0,.1);
}

.section .subheader{
	font-size: 3.5rem;
	color: var(--hudson-grey);
	opacity: .5;
}

