html, body { width:100%; height:100%; }
body { background: #000; color:#FFF; }

.outer { height:100%; display:table; }
.inner { height:100%; display:table-cell; width:100%; vertical-align: middle; text-align: center; }

h1 { font-family: 'Open Sans', sans-serif; color: #ffffff;margin-bottom: 0em;text-transform: uppercase;font-size: 5em;font-weight: 700;line-height: 1; margin: 0 0 10px 0; }
h1 span { font-weight: 300; }
.intro { color: #FFFFFF; font-family: "Volkhov", Helvetica, Arial, sans-serif; font-style: italic; font-size: 1.2em; margin-bottom: 10px; }
.info { padding:0; margin-bottom:20px; }
.info li { list-style: none; display: inline; color: #AAA; font-weight: 300; }
.info li.bullet { font-size: 10px; color: #FFFFFF; margin: 0 10px; vertical-align: middle; }
.button { border-style: solid; border-width: 1px; font-family: inherit; font-weight: bold; line-height: normal;margin: 0 0 1.25em; position: relative; text-decoration: none; text-align: center; display: inline-block; padding-top: 0.5625em; padding-right: 1.125em; padding-bottom: 0.625em; padding-left: 1.125em; font-size: 0.8125em; background-color: white; border-color: #e6e6e6; color: #333333; -webkit-border-radius: 20px; border-radius: 20px; text-transform: uppercase; font-size: 11px; }