﻿.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; }

.headerPanel {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    background-color: #1d84b3;
    border-bottom: rgb(219, 220, 221) 1px solid;
}


.logo {
    background-image: url('../new_cashlend.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 32px;
    background-color: transparent;
    border: none;
    display:block;
}

.container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.toolbar {
    color: white;
    background-color: transparent;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    height: 64px;
}

.fill-remaining-space {
    flex: 1 1 auto;
}



@media only screen and (max-width: 992px) {
    .mainMenu {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .topMenuButton {
        display: none;
    }
}


#BG {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../investing.jpeg) no-repeat;
    background-size: cover;
}


.loginCard {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 50px;
    padding: 30px;
    max-width: 800px;
    border-radius: 7px;
    background-color: white;
    opacity: 0.85;
}


.loginButton {
    background-color: #1d84b3;
    color: white;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    height: 44px;
}

.welcome-title
{
    color:silver;
}



.nav-item a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 7px;
}

.nav-item a:hover {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.dropdown-menu a {
    text-decoration: none;
    color: darkgrey;
    font-size: 16px;
    font-weight: bold;
    padding-left: 7px;
}

.dropdown-menu a:hover {
    text-decoration: none;
    color: darkgrey;
    font-size: 16px;
    font-weight: bold;
    padding-left: 7px;
}
