﻿
/* Colors */

:root {
    --bucsgrey: #b1babf;
    --bucspewter: #34302b;
    --bucsblack: #0a0a08;
    --bucsred: #d50a0a;
    --bucsorange: #ff7900;
    --angmidblue: #003263;
    --angred: #ba0021;
    --angmaroon: #862633;
    --hudblue: #0e63ad;
    --navyblue: #05445e;
    --bluegrotto: #189ab4;
    --bluegreen: #75e6da;
    --babyblue: #d4f1f4;
    --lightestcolor: #ebf8fa;
}

.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}


/* Card Styles */

.card {
    border-radius: 8px;
    border: 1px solid var(--bluegreen);
    background-color: var(--lightestcolor);
}

.account {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: inherit;
    font-weight: 500;
}