/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block}
body {line-height: 1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none}
table {border-collapse: collapse;border-spacing: 0}
a {text-decoration: none;cursor: pointer;}

/* style.css */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {font-size: 62.5%}
html, body {background-color: #0B1727; font-size: 13px; font-family: "Montserrat", "Arial", sans-serif;	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; color: #FFF; width: 100%; height: 100%;}
body {
	background: url("/img/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg {position: absolute; z-index: 0; width: 100%; height: 100%; background: rgba(11,23,39,0.9);}
#page {position: relative; display: table; z-index: 1; width: 100%; height: 100%;}
#content {display: table-cell; vertical-align: middle; text-align: center;}
h1 {color: #FFF; font-size: 48px; font-weight: 700;}
h2 {color: #2A4B96; font-size: 24px; font-weight: 400; padding: 15px 0}
h3 {color: #FFF; font-size: 14px; line-height: 18px}
h3 a {color: #4475ff;}
.btn { font-weight: 700; text-transform: uppercase; text-align: center; display: inline-block; margin: 20px auto 0; padding: 12px 16px; border-radius: 99px; cursor: pointer; }
.btn.red {background: #c00c00; color: #FFF; }
.btn.linkedin {background: #319bdf; color: #FFF; margin-left: 10px;}