﻿.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;
}

html, body, app, .main {
    margin: 0;
    background-color: #616669;
    font-family: 'Muli';
}

h3,h4{
    font-family: 'MuliBold';
    margin-bottom:0;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.woff') format('woff');
}

@font-face {
    font-family: 'MuliSemiBold';
    src: url('../fonts/Muli-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'MuliBold';
    src: url('../fonts/Muli-Bold.woff') format('woff');
}

.brand-border {
    border-left: 1px solid grey;
    padding: 14px;
}

.site-title {
    color: white;
    font-family: 'Muli';
    text-decoration: none;
    font-size: 20px;
    padding-right: 10px;
    width: 40%;
}

.site-link-b {
    border-left: 1px solid white;
    border-radius: 0;
    color: white;
    text-decoration: none !important;
}

    .site-link-b:hover {
        /*color: white;*/
        text-decoration: underline;
        background: rgba(255,255,255,0.20);
        color: #fcdc8b !important;
    }

.navbar-custom {
    background-image: linear-gradient(to right,#141E30,#01AAEB) !important; /*#2c3e50*/
    border-bottom: 1px solid white;
}

.navbar-brand {
    cursor: default !important;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    /*color: rgba(255,255,255,.8)!important;*/
    color: white !important;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    /*color: rgba(255,255,255,.5);*/
    color: #ffffff;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.non-nav-link:hover {
    /*color: #ffffff;*/
    /* color: rgba(0, 155, 232, 0.8);*/
    color: #fcdc8b !important;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #343a40; #ff5500;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
}

    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #333333;
        background-color: rgba(255,255,255,.5);
    }

.navbar-light .navbar-toggler {
    color: white !important;
    border-color: transparent;
}