/** Minimal style sheet for front pages etc. */

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

body {
  margin: 0;
  padding: 0;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

div.container {
  text-align: center;
  padding-top: 30vh;
}

a {
  color: #1B587C;
  text-decoration: underline
}

a:hover {
  color: rgb(21.6, 70.4, 99.2);
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

.quartal-header-primary {
  height: 48px;
  padding: 14px;
  font-weight: 500;
  background-color: rgb(27, 88, 124);
  color: #fff;
}
.quartal-header-primary a {
  text-decoration: none;
  color: #fff; 
}
.quartal-header-primary a:hover {
  color: #fff; 
}


