html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colors to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colors to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border color to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

body ,html{
	height: 90%;
	min-height: 90%;
}
body {
	background: #f2f2f2;
	color: #444;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 auto;
	padding: 0!important;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

}
a{
	color: #989898;
	text-decoration: none;
	-webkit-transition: all .2s cubic-bezier(0.33,0,0.2,1),-webkit-transform .2s cubic-bezier(0.33,0,0.2,1);
	transition: all .2s cubic-bezier(0.33,0,0.2,1),-webkit-transform .2s cubic-bezier(0.33,0,0.2,1);
	transition: all .2s cubic-bezier(0.33,0,0.2,1),transform .2s cubic-bezier(0.33,0,0.2,1);
	transition: all .2s cubic-bezier(0.33,0,0.2,1),transform .2s cubic-bezier(0.33,0,0.2,1),-webkit-transform .2s cubic-bezier(0.33,0,0.2,1);
}
a:hover{
	color: #313131;
	border-bottom:1px solid;
}
h1 {
	border: 0;
	color: #444;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 20px;
	padding: 0;
	widows: 3;
	orphans: 3;
}
p {
	font-size: 14px;
	line-height: 1.7em;
	margin: 0;
}
body{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.image{
	margin: 10px 20px 40px;
}
.content{
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 6px;
	box-shadow: 0 4px 18px rgba(0,0,0,.1);
	box-sizing: border-box;
	color: #444;
	display: block;
	margin: 1.5em auto 0;
	max-width: 550px;
	overflow: hidden;
	padding: 50px 33px 35px;
	position: relative;
	text-align: center;
	zoom: 1;
}
.content img{
	max-width: 100%;
}
.copyright{
	font-size: 12px;
	color: #aaa;
	margin-top: 24px;
}

form fieldset{
	margin-bottom: 10px;
}

form fieldset label{
	float: left;
	padding-left: 20px;
}
form input{
	width: 100%;
	padding:10px 20px;
}
.wp-core-ui .button-primary{
	height: 50px;
	font-size: 20px;
	margin-top: 20px;
}
