/* reset all */

html {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

:root {
	font-size: 16px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

a,
img {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
	display: inline-block;
}

/* body set-up */

body {
	font-family: 'verdana', sans-serif;
	font-size: .75rem;
	line-height: 1.4;
	color: #000;
	background: #fff;
	font-weight: normal;
}

/* main style */

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}

u {
	text-decoration: underline;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: underline;
}

p {
	margin: 0 0 1.25rem;
	text-align: justify
}

*::selection {
	background: #7E7E7E;
	color: #fff;
}

h1 {
	display: block;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.2;
	margin: .312rem 0;
	font-family: Georgia;
}

h1 span {
	font-size: 0.7em;
	margin-top: .625rem;
}

h2 {
	text-align: left;
	font-size: 13px;
	margin: 0 0 .25rem;
	font-family: "verdana";
}

h3 {
	font-size: 11.5pt;
    line-height: 12pt;
    margin: 10px 0;
    font-weight: bold;
    color: #000;
    font-family: verdana;
    padding: 0;
}

ul {
	padding: 0;
	margin-bottom: 1.25rem;
	list-style: none;
}

ul li {
	padding-left: .937rem;
	margin-bottom: 5px;
}

ul li:before {
	content: "\2022"/* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
	;
	float: left;
	margin-left: -.737rem;
}

/* layout  */

#wrapper {
	display: block;
	max-width: 522px;
	margin: .625rem auto;

}

#wrapper > section {
	padding: .937rem;
	border: 1px solid #000;
	position: relative;
}

header {
	margin: -.937rem -.875rem .625rem;
}

header a {
	display: block;
	margin: 0 auto .625rem;
	width: 13.437rem;
}

header img {
	display: block;
	max-width: 100%;
}

header p {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
}

article p:nth-of-type(1) {
	margin-bottom: 0;
}

article p:nth-of-type(3) {
	text-align: justify
}

article p:last-of-type {
	margin: 0;
}


#wrapper > a {
	margin-bottom: .937rem;
	margin-top: 1.25rem;
	width: 100%;
	left: 0;
	padding: 1.125rem 1.875rem;
	background: #ffe500;
	color: #878787;
	font-size: 1.062rem;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

#wrapper > a:hover {
	background: #ffd200;
	text-decoration: none
}

/*--use clearfix when float get's overflowed--*/

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

/*----------------- footer --------------------*/

footer {
	color: #fff;
	margin: 0 -.937rem -1.562rem;
	padding: 0 .937rem 2.5rem;
	position: relative;
}

footer p a {
	font-family: Georgia;
	font-size: 18pt;
	color: #878787;
	text-decoration: none;
	font-weight: bold;
}

footer > a {
	position: absolute;
	right: 0;
	bottom: .937rem;
	max-width: 12.5rem
}

/*--use when you have phone number--*/

footer span {
	white-space: nowrap;
}

p a {
	display: inline;
	white-space: normal
}

@media only screen and (max-width:540px) {
	#wrapper {
		margin: 0 auto;
		border: 0;
		padding: .625rem;
	}
	#wrapper > section {
		padding: 0;
		border: 0
	}
	a {
		font-weight: bold;
	}
	footer {
		margin: 0 -.625rem -.625rem;
		padding: .625rem;
	}
	header {
		margin: -.625rem -.625rem .625rem;
		padding: .625rem;
	}
	h1 {
		margin: .312rem 0;
	}
	h2 {
		font-size: .875rem;
	}
	article p br {
		display: none;
	}
	article p:nth-of-type(1) {
		margin-bottom: 0;
	}

	article p:nth-of-type(3) {
		text-align: left
	}

	article p:last-of-type {
		margin: 0;
	}
	footer p {
		text-align: center;
	}
	footer p a {
		font-size: 1.125rem
	}
	footer > a {
		position: static;
		margin: 0 auto;
		display: block;
	}
	p {
		margin: 0 0 .625rem;
		text-align: left;
	}
}

@media only screen and (max-width:479px) {
	body {
		font-size: .812rem;
	}
	h1 {
		font-size: 1.125rem;
	}
	#wrapper > a {
		position: static;
	}
}
