html{ height:100%; width:100%; }
body { text-align:center; padding:0px; color:#fff; background-color: rgb(111, 79, 109); 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: 'Pinyon Script', cursive; font-size:5.5em; margin:2% 0 0 0; color:#fff; } /* largest header, use custom google font */
h2 { font-family: sans-serif; margin: 2% 0 1% 0; font-size:2.75em; color:#fff; } /* subheader, use custom google font */
h3 { line-height:1; font-size:1.75em; color:#fff; }
h4 { margin: 3% 0 2% 0; font-size: 1.1em; }
#ulynkapi_number { height:100px; width:550px; font-size:4em; padding:10px; background-color: rgba(255, 255, 255,.3); color:rgb(81, 49, 79); border: white 2px solid; }
span.highlight {color: rgb(111, 79, 109);} /* Highlight text - Keywords and phone numbers */
.myButton { /* Change gradient of button */
	-moz-box-shadow:inset 0px 1px 0px 0px #FACB73; /* Highlight */
	-webkit-box-shadow:inset 0px 1px 0px 0px #FACB73; /* Highlight */
	box-shadow:inset 0px 1px 0px 0px #FACB73; /* Highlight */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EFB242), color-stop(1, #E09F26));
	background:-moz-linear-gradient(top, #EFB242 5%, #E09F26 100%);
	background:-webkit-linear-gradient(top, #EFB242 5%, #E09F26 100%);
	background:-o-linear-gradient(top, #EFB242 5%, #E09F26 100%);
	background:-ms-linear-gradient(top, #EFB242 5%, #E09F26 100%);
	background:linear-gradient(to bottom, #EFB242 5%, #E09F26 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFB242', endColorstr='#E09F26',GradientType=0);
	background-color:#EFB242;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #E09F26;
	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, #E09F26), color-stop(1, #EFB242));
	background:-moz-linear-gradient(top, #E09F26 5%, #EFB242 100%);
	background:-webkit-linear-gradient(top, #E09F26 5%, #EFB242 100%);
	background:-o-linear-gradient(top, #E09F26 5%, #EFB242 100%);
	background:-ms-linear-gradient(top, #E09F26 5%, #EFB242 100%);
	background:linear-gradient(to bottom, #E09F26 5%, #EFB242 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E09F26', endColorstr='#EFB242',GradientType=0);
	background-color:#E09F26;
}
.myButton:active {
	position:relative;
	top:1px;
	border: 0px;
}

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

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

.video {width:560px; height:315px;}

@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; }
	.video { width:310px; height:174px; }
}