:root {
    --greeny: #04784f;
    --greyish: #ebebeb;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.greyish{
    background-color: var(--greyish,lightgrey);
}

.greenTop{
    background: var(--greeny, darkgreen);
    height: 15px;
}

img {
    max-width: 100%;
    /*margin: 10px auto;*/
}
.logos img{
    max-height: 80px;
    max-width: 280px;
}

.allCAP {
    text-transform: uppercase;
}