html{ height:100%; width:100%; }
/*original: body { text-align:center; padding:0px; color:#000; background-color: #c7c7c7; margin:0; } #225398*/
body { text-align:center; padding:0px; color:#000; background-color: #ffffff; margin:0; } /* Change bg color or add a bg image */ 
p { font-size:10pt; color:#fff; } /* Change text color */
h1, h2, h3, h4, p, label { font-family:Helvetica, Arial, sans-serif; font-weight:400; line-height:1.1; }
h1 { font-family:"Oswald", sans-serif; font-size:5.5em; margin:2% 0 0 0; font-weight:700; color:#000; } /* largest header, use custom google font */
h2 { font-family:"Oswald", sans-serif; margin: 0 0 1% 0; font-size:2.75em; color:#000; } /* subheader, use custom google font */
h3 { line-height:1; font-size:1.75em; color:#000;} /*color:#000; }*/
h4 { margin: 3% 0 2% 0; font-size: 1.1em; color:#fff; }
<!--
a:link {color: #b0dff8; text-decoration: underline; }
a:active {color: #b0dff8; text-decoration: underline; }
a:visited {color: #b0dff8; text-decoration: underline; }
a:hover {color: #b0dff8; text-decoration: none; }
-->
#ulynkapi_number { height:100px; width:550px; font-size:4em; padding:10px; background-color: rgb(255, 255, 255); color:#000; border: #000000 2px solid; }
span.highlight {color:#fff;} /* Highlight text - Keywords and phone numbers */
.logo { background-image:url('http://gladstonemitsubishi.landmarqdigital.com/logo.png'); background-repeat:no-repeat; background-size:cover; width:350px; height:120px; margin:3em auto; } /* add a new logo */
/*
.myButton { /* Change gradient of button //
	-moz-box-shadow:inset 0px 1px 0px 0px #052754; /* Highlight //
	-webkit-box-shadow:inset 0px 1px 0px 0px #052754; /* Highlight //
	box-shadow:inset 0px 1px 0px 0px #052754; /* Highlight //
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #034b70), color-stop(1, #478fc5));
	background:-moz-linear-gradient(top, #034b70 5%, #478fc5 100%);
	background:-webkit-linear-gradient(top, #034b70 5%, #478fc5 100%);
	background:-o-linear-gradient(top, #034b70 5%, #478fc5 100%);
	background:-ms-linear-gradient(top, #034b70 5%, #478fc5 100%);
	background:linear-gradient(to bottom, #034b70 5%, #478fc5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#034b70', endColorstr='#478fc5',GradientType=0);
	background-color:#034b70;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #AAA;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Trebuchet MS;
	font-size:2.5em;
	font-weight:bold;
	padding:12px 48px;
	text-decoration:none;
	text-shadow:0px 1px 0px black;
}
.myButton:hover { /* Gradient Hover (Opposite) //
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #478fc5), color-stop(1, #034b70));
	background:-moz-linear-gradient(top, #478fc5 5%, #034b70 100%);
	background:-webkit-linear-gradient(top, #478fc5 5%, #034b70 100%);
	background:-o-linear-gradient(top, #478fc5 5%, #034b70 100%);
	background:-ms-linear-gradient(top, #478fc5 5%, #034b70 100%);
	background:linear-gradient(to bottom, #478fc5 5%, #034b70 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#478fc5', endColorstr='#034b70',GradientType=0);
	background-color:#478fc5;
}*/

.myButton { /* Change gradient of button */
	-moz-box-shadow:inset 0px 1px 0px 0px #03283b; /* Highlight */
	-webkit-box-shadow:inset 0px 1px 0px 0px #03283b; /* Highlight */
	box-shadow:inset 0px 1px 0px 0px #03283b; /* Highlight */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #034b70), color-stop(1, #6e0615));
	background:-moz-linear-gradient(top, #034b70 5%, #6e0615 100%);
	background:-webkit-linear-gradient(top, #034b70 5%, #6e0615 100%);
	background:-o-linear-gradient(top, #034b70 5%, #6e0615 100%);
	background:-ms-linear-gradient(top, #034b70 5%, #6e0615 100%);
	background:linear-gradient(to bottom, #034b70 5%, #6e0615 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#034b70', endColorstr='#6e0615',GradientType=0);
	background-color:#034b70;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #AAA;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Trebuchet MS;
	font-size:2.5em;
	font-weight:bold;
	padding:12px 48px;
	text-decoration:none;
	text-shadow:0px 1px 0px black;
}
.myButton:hover { /* Gradient Hover (Opposite) */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6e0615), color-stop(1, #034b70));
	background:-moz-linear-gradient(top, #6e0615 5%, #034b70 100%);
	background:-webkit-linear-gradient(top, #6e0615 5%, #034b70 100%);
	background:-o-linear-gradient(top, #6e0615 5%, #034b70 100%);
	background:-ms-linear-gradient(top, #6e0615 5%, #034b70 100%);
	background:linear-gradient(to bottom, #6e0615 5%, #034b70 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e0615', endColorstr='#034b70',GradientType=0);
	background-color:#478fc5;
}

.myButton:active {
	position:relative;
	top:1px;
	border: 0px;
}

#footer {
	width: 100%;
	margin:2em auto 0;
	padding:2em 0 5em;
	background:rgb(73, 73, 73);
	box-shadow: 0px 9px 36px 4px #000;
}

#footer h4, #footer p, #footer {
	color: #fff;
}

#footer span.highlight { color:#b0dff8; }

@media only screen and (min-width : 320px) and (max-width: 700px) {
	html {font-size:.6em;}
	#ulynkapi_number { height:70px; width:90%; font-size:4em; padding:25px 5px; background-color: rgba(255,255,255,.3); color:#000; border: white 2px solid; }
	#footer { width:96%; -webkit-appearance:none; margin-bottom:5em; padding:2em 2% 5em; }
	h4 { font-size:1.4em; }
	p { font-size: 8pt; }
	.logo { background-image:url('http://gladstonemitsubishi.landmarqdigital.com/logo.png'); background-repeat:no-repeat; background-size:cover; width:275px; height:94px; margin:3em auto; } /* add a new logo */
	img { width:300px; height:225px;}*/
}

h3.signUp {
	color: #570404;	
}

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 6px groove (internal value);
	border-color:#03008D;
}