@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Ropa+Sans&display=swap");
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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  background: url(/imagens/suspended.jpg) no-repeat center center;
  background-size: cover;
}

body {
  background: rgba(151, 196, 193, 0.8);
}

body, html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

p, li {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}
p a, li a {
  color: #FFF;
}

header {
  flex-shrink: 0;
  height: 80px;
  padding: 10px 0;
  background-color: #fff;
}
header img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

main {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
  display: flex;
  align-items: center;
  justify-content: center;
}
main p {
  font-size: 18px;
}

footer {
  flex-shrink: 0;
}
footer #contacts {
  text-align: center;
}
footer #contacts .cols {
  display: block;
  margin: 10px 0;
}
footer #contacts .cols:first-child {
  margin-top: 0;
}
footer #contacts .cols:first-child {
  margin-bottom: 0;
}
footer #contacts .cols p {
  font-size: 12px;
  line-height: 1.35;
}
footer #contacts .cols p a {
  text-decoration: none;
}
footer #copy {
  padding: 10px 0;
}
footer #copy p {
  font-size: 10px;
  text-align: center;
}
footer #copy p a {
  text-decoration: none;
  color: #EEE;
}

@media only screen and (min-width: 768px) {
  header {
    height: 120px;
    padding: 20px 0;
  }

  footer {
    flex-shrink: 0;
  }
  footer #contacts {
    text-align: center;
  }
  footer #contacts .cols {
    display: inline-block;
    margin: 10px 20px;
  }
}

/*# sourceMappingURL=suspended.css.map */
