html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: rgba(255,255,255,1.0);
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #f9f9f9;
/*  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);*/
}
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}
a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: rgba(255,255,255,1.0);
}
h1 {
  display: block;
  margin: 0 -6px 0 auto;
  padding: 0px 0px 0px 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
  font: 700 16px/28px "Montserrat", Helvetica, Arial, san-serif;
}
p {
  display: block;
  margin: 0 auto;
  padding: 0px;
	letter-spacing: 2px;

  font: 500 11px/26px "Montserrat", Helvetica, Arial, san-serif;
}
p:last-child {
  padding: 20px;
}
.flexwrap {
  min-height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;*/
  justify-content: center;
  resize: vertical;
}
.flexwrap img {
  max-width: 100%;
height: auto;
}
article {
  max-width: 640px;
  margin: 0px auto 0px auto;
  padding: 40px 0 40px 0;
  resize: vertical;
}