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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* 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;
}
body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  background-image: radial-gradient(circle, #004e98 0.1%, transparent 5%), radial-gradient(circle, #004e98 0.1%, transparent 5%);
  background-size: 24px 24px;
  background-position: 0 0, 0 0;
}
h1,
h2,
#footer {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #333333;
}
h1 span,
h2 span,
#footer span {
  color: #004e98;
  font-weight: bold;
}
#title-container {
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h1 {
  font-size: 5.5em;
  letter-spacing: 4px;
  font-weight: bold;
}
h2 {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 100px;
  text-transform: uppercase;
}
#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 15px;
}
/*ul {
  width: 100%;
  text-align: center;
  li {
    //display: inline-block;
    vertical-align: top;
    width: 100%;
    //border: 1px solid @mainColor;
    padding: 20px;
    list-style: none;

    h3 {
      color: @mainColor;
      margin-bottom: 10px;
      font-weight: 600;
    }
    p {
      //text-align: left;
    }
  }

}*/
/*# sourceMappingURL=style.css.map */