@font-face {
  font-family: "robotobold";
  src: url(/fonts/roboto-bold-webfont.eot?dd31af2a360592f3ef0dc40d51519c90);
  src: url(/fonts/roboto-bold-webfont.eot?dd31af2a360592f3ef0dc40d51519c90) format("embedded-opentype"), url(/fonts/roboto-bold-webfont.woff2?99cb203fbf1bea00d58c328a3b3b802b) format("woff2"), url(/fonts/roboto-bold-webfont.woff?c4b1739b5db00af91f140eccefa73fb8) format("woff"), url(/fonts/roboto-bold-webfont.ttf?2a949b9a94a1a529e008ef768f2faa87) format("truetype"), url(/fonts/roboto-bold-webfont.svg?e8d6aab20ed1879ad1815200c6f67cb1) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url(/fonts/roboto-regular-webfont.eot?8f66b33c3e802bce62ad0ac850f608b5);
  src: url(/fonts/roboto-regular-webfont.eot?8f66b33c3e802bce62ad0ac850f608b5) format("embedded-opentype"), url(/fonts/roboto-regular-webfont.woff2?591789aae66516a759818b2bae4c8dcf) format("woff2"), url(/fonts/roboto-regular-webfont.woff?afe944288f2b010d04a3452f38285848) format("woff"), url(/fonts/roboto-regular-webfont.ttf?b8c04b614a2625078fe85e0fafce9d40) format("truetype"), url(/fonts/roboto-regular-webfont.svg?5207b85440e65ff3ff50f61dab2b8232) format("svg");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  background-color: #fff;
  color: #003a5d;
  font-family: "robotoregular", sans-serif;
  font-weight: 200;
  height: 100vh;
  margin: 0;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.content {
  text-align: center;
}

.title {
  font-size: 64px;
}

.links a {
  text-decoration: none;
  display: inline-block;
  padding: 15px 35px;
  font-size: 16px;
  font-family: robotobold;
  color: #fff;
  background: #00c1de;
  line-height: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.links a:hover {
  background: #003a5d;
}

.m-b-md {
  margin-bottom: 30px;
}

