body {
    font-family: arial, sans-serif;
    font-size: 24px;
}

/* GMAO */
#link-gmao { 
    background: url("../img/logo-lassi.png") no-repeat;
    height: 80px !important;
    margin: auto;
    width: 200px !important;
}
.gmao-container {
    margin: auto;
    margin-top: 150px;
    text-align: center;
    width: 300px;
}
.logo-container {
    margin: auto;
    margin-top: 40px;
    text-align: center;
}
.gmao-element {
    display: inline-block;
    margin: auto;
}

/* Google apps */
#link-mail { 
    background: url("../img/googlemail-64.png") no-repeat;
    height: 64px !important;
    margin: auto; 
    width: 64px !important;
}
#link-drive { 
    background: url("../img/drive-64.png") no-repeat;
    height: 64px !important;
    margin: auto;
    width: 64px !important;
}
#link-agenda { 
    background: url("../img/calendar-64.png") no-repeat;
    height: 64px !important;
    margin: auto;
    width: 64px !important;
}
.gapps-container {
    margin: auto;
    text-align: center;
    width: 300px;
}
.gapps-element {
    display: inline-block;
    margin: 10px;
}

/* General */

.gmao-container + .gapps-container {
    margin-top: 50px;
}

/* Footer */
.footer {
  align: center;
  font-size: 12px;
  padding-left: 20px;
  padding-bottom:5px;
  padding-top: 5px;
  position: fixed;
  bottom: 0px;
  background-color: white;
}

.footer-mobile {
  display: none;
}

@media (max-width: 768px) {
  .footer {
    display: none;
  }
.footer-mobile {
  display: block;
  align: center;
  font-size: 12px;
  padding-left: 20px;
  padding-bottom:5px;
  padding-top: 5px;
  position: fixed;
  bottom: 0px;
  background-color: white;
  }
}
