@font-face{
  font-family: 'ArialRoundedMT-Light';
  src: url('/fonts/ArialRoundedMT-Light.eot?#iefix') format('embedded-opentype'),  url('/fonts/ArialRoundedMT-Light.woff') format('woff'), url('/fonts/ArialRoundedMT-Light.ttf')  format('truetype'), url('/fonts/ArialRoundedMT-Light.svg#ArialRoundedMT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	background-color: #efefef;
	overflow-x:hidden;
}
#page {
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
	background-image: url(/imgs/page-bg.png?x=2);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-attachment: fixed;
}
.headerStrip{
	overflow:hidden;
	margin-top:20px;
	background-color:#FFF;
}
.headerStrip img{
	width:100%;
}
/* #theDrawingOffice {
	position: absolute;
	top: 4px;
	left: 10px;
	right: 0;
	bottom: 0;
	font-family: ArialRoundedMT-Light, Arial, sans-serif;
	font-size: 5vw;
	letter-spacing: 4px;
}
@media only screen and (max-width: 1020px) {
	#theDrawingOffice {
		font-size: 4.5vw;
		top: 8px;
	}
}
@media only screen and (max-width: 730px) {
	#theDrawingOffice {
		font-size: 4vw;
		letter-spacing: 3px;
		top: 8px;
	}
}
@media only screen and (max-width: 560px) {
	#theDrawingOffice {
		top: 6px;
	}
}
@media only screen and (max-width: 490px) {
	#theDrawingOffice {
		font-size: 3.5vw;
	}
}
@media only screen and (max-width: 415px) {
	#theDrawingOffice {
		font-size: 3vw;
		letter-spacing: 2px;
	}
}
@media only screen and (max-width: 290px) {
	#theDrawingOffice {
		font-size: 2.5vw;
		letter-spacing: 1px;
	}
}*/

.designsFor {
	background-color: #FFF;
	font-family: ArialRoundedMT-Light, Arial, sans-serif;
	padding-top: 4px;
	margin-left: 14vw;
	font-size: 2vw;
}
.designsFor ul{
	list-style:none;
	display:inline-block;
	padding-left:2vw;
}
.designsFor li{
	display:inline-block;
	margin-right:20px;
}
@media only screen and (max-width: 1000px) {
	.designsFor{
		font-size:1.9vw;
	}
}
@media only screen and (max-width: 850px) {
	.designsFor{
		font-size:1.8vw;
	}
}
@media only screen and (max-width: 700px) {
	.designsFor{
		font-size:1.7vw;
	}
}
@media only screen and (max-width: 550px) {
	.designsFor{
		margin-left:7vw;
	}
}
@media only screen and (max-width: 440px) {
	.designsFor{
		margin-left:5vw;
	}
	.designsFor li{
		margin-right:10px;
	}
}
@media only screen and (max-width: 310px) {
	.designsFor{
		margin-left:2vw;
	}
}

.topGrid {
	height: 6.9vw;
	background-image: url(/imgs/bg-squares.jpg?x=2);
	background-repeat: repeat-x;
	background-size: 2.3vw 6.5vw;
}
.navbar{
	background-image:none !important;
	background-color:#8e8c76 !important;
	border:solid 1px #8e8c76;
	border-radius:0;
}

/* the screen size the menu changes */
@media (min-width: 768px){
	#menubar{	
		display: table !important;
		margin-left: auto;
		margin-right: auto;

	}
	#menubar li a{
		font-size:2vw;
	}
}
#menubar li, #menubar li.active{
	background-color:#fff;
	margin-left:1px;
}
#menubar li a{
	font-family: ArialRoundedMT-Light, Arial, sans-serif;
	color:#000;
	padding-left:3vw;
	padding-right:3vw;
	text-shadow:none;
}
#menubar li.active a{
	background-image:none;
	background-color:transparent;
	box-shadow:none;
	text-shadow:none;
	font-weight:bold;
}
#menubar li a:hover{
	background-color:#A09B63;
}

#main{
	margin-left:6vw;
	margin-right:6vw;
}

#main h1, #main h2, #main p, #main li{
	font-family: ArialRoundedMT-Light, Arial, sans-serif;
}
#main h1{
	margin-bottom: 50px;
	text-align: center;
}
#main h2{
	font-size: 40px;
	margin-top:40px;
}
#main p{
	font-size: 23px;
	/* line-height: 43px; */
	margin-bottom: 20px;
}
#main li{
	font-size: 23px;
	margin-bottom:16px;
}

#footer{
	margin-top: 80px;
}

#contactForm{
	font-family: ArialRoundedMT-Light, Arial, sans-serif;
	font-size: 23px;
}

#contactCont .contactRow, #contactCont .contactRowMessage, #contactCont .contactProjectAddress {
    position: relative;
    min-height: 26px;
    margin-bottom: 12px
}

#contactCont .contactRowMessage {
    height: 200px
}

#contactCont .contactProjectAddress {
    height: 110px
}

#contactCont .inputwrapper {
    position: absolute;
    top: 0;
    left: 180px;
    right: 12px
}

#contactCont input, #contactCont textarea {
    border: solid 1px #D9D9D9;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-weight: normal;
}

.contactNote {
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 18px;
    color: #555;
    font-size: 12px
}

#contactCont #contact-feedback {
    margin: 0;
    padding: 8px;
    padding-top: 36px;
    right: 12px;
    font-size: 16px;
    text-align: right;
    color: #000;
    left: 210px;
    font-weight: 700
}

#contact-send {
    margin-top: 16px;
}

@media screen and (max-width: 700px) {
    #contactCont .inputwrapper {
        position: absolute;
        top: 30px;
        left: 0px;
        right: 12px
    }

    #contactCont .contactRow, #contactCont .contactProjectAddress {
        margin-bottom: 40px;
    }

    .contactNote {
        top: 32px;
    }
}