/******** FONT DEFINITIONS *********/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/******** COLOR DEFINITIONS ********/
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-family: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline; }

body, html {
  height: 100%; }

body {
  background: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  color: #5F5F6F; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;}

.navbar {
  background: #fff;
  height: 80px;
  position: relative; }
.navbar__inner {
  border-bottom: 1px solid #DDDDE5;
  box-shadow: none;
  min-height: 100px; }
.navbar__brand {
  margin-left: 48px; }
.navbar__brand__image {
  margin-top: 30px;
  width: 300px; }

.main {
  min-height: calc(100% - 322px);
  width: 90%;
  margin: 0 auto;
  padding: 0 16px 0 16px;
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center; }
.main__hero-image {
  height: 490px;
  width: 596px;
  background-image: url("../img/maintenance-illustration-ga.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  order: 1; }
.main__description {
  padding-top: 190px;
  padding-right:40px;
  order: 0;
  width: 360px; }
.main__description .header {
  color: #33333F;
  letter-spacing: -0.4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px; }
.main__description .text {
  font-size: 16px;
  line-height: 32px; }

.footer {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  padding: 48px 48px 42px 48px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #DDDDE5;
  background: #003a4d; }
.footer a {
  text-decoration: none;
  font-weight: 400;
  color: #ffffff; }
.footer a:hover {
  opacity: 0.7;
  transition: 0.2s; }
.footer__seal {
  opacity: 0.4;
  display: block;
  margin-right: 32px; }
.footer__seal img {
  height: 48px; }
.footer__copyright {
  line-height: 48px;
  margin-right: 8px; }
.footer__copyright::after {
  margin-left: 4px;
  content: "·"; }
.footer__disclaimers {
  line-height: 48px; }
.footer__social-media {
  margin-left: auto;
  text-align: right;
  line-height: 48px; }
.footer__social-media i {
  font-size: 20px;
  margin: 0 12px 0 12px; }

@media only screen and (max-width: 840px) {
  .main {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    margin-top: 16px; }
  .main__hero-image {
    width: 400px;
    margin: 0 auto;
    order: 0; }
  .main__description {
    margin: 0 auto;
    padding-top: 16px;
    padding-right: 0px;
    order: 1; }
  .footer {
    text-align: center;
    flex-direction: column;
    font-size: 14px;
    padding: 40px 24px; }
  .footer__seal {
    order: 2;
    opacity: 0.4;
    display: block;
    margin-right: 0;
    margin-top: 16px; }
  .footer__seal img {
    height: 48px; }
  .footer__copyright {
    order: 3;
    line-height: 48px;
    margin-right: 8px; }
  .footer__copyright::after {
    margin-left: 0;
    content: none; }
  .footer__disclaimers {
    order: 1;
    line-height: 48px; }
  .footer__social-media {
    order: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 48px; }
  .footer__social-media i {
    font-size: 18px;
    margin: 0 12px 0 12px; } }
