

@font-face {
    font-family: 'willowregular';
    src: url('https://jdrscraftsman.com/fonts/willow/willow.eot');
    src: url('https://jdrscraftsman.com/fonts/willow/willow.eot?#iefix') format('embedded-opentype'),
         url('https://jdrscraftsman.com/fonts/willow/willow.woff2') format('woff2'),
         url('https://jdrscraftsman.com/fonts/willow/willow.woff') format('woff'),
         url('https://jdrscraftsman.com/fonts/willow/willow.ttf') format('truetype'),
         url('https://jdrscraftsman.com/fonts/willow/willow.svg#willowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#first_text_output {
	position:absolute;
	color:#565d37 ;
	font-family: 'willowregular';
	font-weight:normal;
   opacity:0.99;
	font-size:20px;
	line-height:auto;
	word-spacing: 3px;
	text-transform:uppercase;
	text-rendering: geometricPrecision;
	text-align:center;    
	bottom: 0;
	height: 20px;
	left: 0;
	margin: auto;
	right: 0;
	top: 22px;
	width: auto;   
}
#second_text_output {
	position:absolute;
	color:#565d37 ;
	font-family: 'willowregular';
	font-weight:normal;
	font-size:20px;
	line-height:auto;
	word-spacing: 3px;
	text-transform:uppercase;
	text-rendering: geometricPrecision;
	text-align:center;    
	bottom: 0;
	height: 20px;
	left: 0;
	margin: auto;
	right: 0;
	top: 63px;
	width: auto;   
}
#third_text_output {
	position:absolute;
	color:#565d37 ;
	font-family: 'willowregular';
	font-weight:normal;
	font-size: 19px;
	line-height:auto;
	word-spacing: 1px;
	text-transform:uppercase;
	text-rendering: geometricPrecision;
	text-align:center;    
	bottom: 0;
	height: 19px;
	left: 0;
	margin: auto;
	right: 0;
	top: 104px;
	width: auto;   
}
#fourth_text_output {
	position:absolute;
	color:#565d37 ;
	font-family: 'willowregular';
	font-weight:normal;
	font-size: 15px;
	line-height:auto;
	word-spacing: 2px;
	text-transform:uppercase;
	text-rendering: geometricPrecision;
	text-align:right;    
	bottom: 0;
	height: 19px;
	right: 50%;
   margin-right:-90px;
	top: 63px;
	width: auto;   
}

#large_text_output {
    position: absolute;
    color:#565d37 ;
    font-family: 'willowregular';
    font-weight:normal;
    font-size:65px;
    line-height:0px;
    word-spacing: 5px;
    text-transform:uppercase;
    text-rendering: geometricPrecision;
    text-align:center;    
    bottom: 0;
    height: 70px;
    left: 0;
    margin: auto;
    right: 0;
    top: 125px;
    width: auto; 
}

.mockup {
  position: relative;
}

#blank_plaque {
	display:none;
	position:absolute;
	left: 50%;	
	margin-left: -150px;
	width:100%;
	max-width:300px;
	height:auto;
	z-index: 0;
}

/* for the bottom graphic selection */
#bottomimages {
	position:absolute;
	margin: 83px 0px 0px 105px;
	width:100%;
	max-width:190px;
	height:auto;
	left: 50%;	
	margin-left: -95px;
	z-index: 0;
}
/* for the square graphic selection */
#sideimages {
	position:absolute;
	margin: 54px 0px 0px 59px;
	width:100%;
	max-width:285px;
	height:auto;
   left: 50%;	
	margin-left: -142.5px;
	z-index: 0;
}

/* colors the prompt text in text fields */
/* do not group these rules */
::-webkit-input-placeholder {
    color: #CC3300;
    opacity: .5 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #CC3300;
    opacity: .5 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #CC3300;
    opacity: .5 !important;
}

:-ms-input-placeholder {  
   color: #CC3300;
    opacity: .5 !important;
}

