
.logocolour[data-v-190a3829] {
    color: #80ffff;
}
.bg-trelos[data-v-190a3829] {
    background-color: #025587;
}


  /* .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #77c778;
  color: #fff;
} */
.logocolour {
    color: #80ffff;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* line-height: normal; */
    /* text-transform: none; */
    background-color: #025587;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin: 0;
    font:
      normal 100% 'century gothic',
      arial,
      sans-serif;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* #app {
    padding-left: 200px;
}
#app.collapsed {
    padding-left: 50px;
} */

/* body {
  padding-top: 60px;
} */

/* this is for fixed- navbar */
/* body {
  min-height: 75rem;
  padding-top: 4.5rem;
} */
html {
  position: relative;
  min-height: 100%;
}
/* this is for fixed- navbar  and fixed footer */
main > .container {
  padding: 60px 0 80px 0;
}

