/* css styles */

body {
    /* background-image: url('invest-background-narrow.png'); */
    background-size: cover;
    background-repeat: no-repeat;
}

.alert3 {
    padding: 20px;
    margin: 20px 0;
    color: black;
    background-color: #e2e8f0;
    border-left: 6px solid #3182ce;
    font-size: 0.9em;
    box-sizing: border-box;
    overflow: auto;
    display: inline-block;  
}

.alert1 {
    padding: 20px;
    margin: 20px 0;
    color: black;
    background-color: #f5fff1;
    border-left: 6px solid #7bac65;
    font-size: 0.9em;
    box-sizing: border-box;
    overflow: auto;
    display: inline-block;  
}

.alert2 {
    padding: 20px;
    margin: 20px 0;
    color: black;
    background-color: #f9ebf1;
    border-left: 6px solid #b18c9d;
    font-size: 0.9em;
    box-sizing: border-box;
    overflow: auto;
    display: inline-block;  
}

.alert4 {
    padding: 20px;
    margin: 20px 0;
    color: black;
    background-color: #fff9e1;
    border-left: 5px solid #ffc31e;
    font-size: 0.9em;
    box-sizing: border-box;
    overflow: auto;
    display: inline-block;  
}

.centered {
    display: flex;
    position: fixed;
    justify-content: center;
    text-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.big {
    font-size: 2.0em;
    font-weight: bold;
}

.big-med {
    font-size: 1.5em;
    font-weight: bold;
}

.highlight {
    color: #006400; /* Dark green */
    font-size: 1.0em;
    font-weight: bold;
}

.highlight2 {
    color: #097a98;
}

.highlight2_09 {
    color: #097a98;
    font-size: 0.9em;
}

.highlight3 {
    color: #de763b;
}

.highlight3_09 {
    color: #de763b;
    font-size: 0.9em;
}

.highlight1 {
    color: #006400; /* Dark green */
    font-size: 0.9em;
}

.decrease {
    font-size: 0.9em;
}

.border-type-banner {
    display: inline-block;  
    background-color: black; 
    padding: 10px; 
    border: transparent; 
    border-radius: 5px;
}

.border-type-banner-alert {
    display: inline-block;  
    background-color: white; 
    padding: 10px; 
    border: 1px;
    border-color: black;
    border-radius: 5px;
    font-size: 0.9em;
}

.smalltext-black {
    font-size: 0.8em;
}

.minitext-black {
    font-size: 0.7em;
}

.smalltext-white {
    font-size: 0.8em;
    color: white;
}

.red {
    color: #982153;
}

.blue {
    color: #5596f2;
}

.violet {
    color: #8050c2;
}

.crimson {
    color: crimson;
}

.red-1 {
    color: #982153;
    font-size: 1.2em;
}

.green {
    color: #006400;
}

.gold {
    color: #bf9000;
}

.light-green {
    color: #7bac65;
}

.black {
    color: black;
}

.white {
    color: white;
}

.whitespace {
    margin: 180px;
    padding: 20px;
}

.something1 {
    font-size: 0.9em;
}

.blank-line {
    margin: 20px 0;
}

.nav-left {
    text-align: left;
}

.nav-right {
    text-align: right;
}

.small-table {
    font-size: 14px;  
    padding: 5px;
}


/* IMPORTANT */

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 20px;
}

.grid-item {
  background-color: black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  }
  
.grid-item.background a {
  background-image: url('invest-background-dark.png');
  background-size: cover;
  background-position: center;
}

.grid-item.background1 a {
  background-image: url('hidden-pngs/invest-background-analysis.png');
  background-size: cover;
  background-position: center;
}

.grid-item.background2 a {
  background-image: url('hidden-pngs/hidden-cybersec.png');
  background-size: cover;
  background-position: center;
}

.grid-item.background3 a {
  background-image: url('hidden-pngs/hidden-cybersec.png');
  background-size: cover;
  background-position: center;
}

.grid-item.background4 a {
  background-image: url('hidden-pngs/hidden-pharma.png');
  background-size: cover;
  background-position: center;
}

.grid-item.background5 a {
  background-image: url('hidden-pngs/hidden-retail.png');
  background-size: cover;
  background-position: center;
}

.grid-item.background6 a {
  background-image: url('hidden-pngs/hidden-financialbanks.png');
  background-size: cover;
  background-position: center;
}

.grid-item a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

.grid-item:hover {
  transform: scale(1.05);
  background-color: #006400;
}

.grid-item.background:hover a {
  <!--background-color: rgba(64, 65, 65, 0.3);-->
  border-radius: 10px;
}

.grid-item.background1:hover a {
  <!--background-color: rgba(64, 65, 65, 0.3);-->
  border-radius: 10px;
}

.grid-item.background2:hover a {
  <!--background-color: rgba(64, 65, 65, 0.3);-->
  border-radius: 10px;
}

.main-text {
  font-size: 20px;
  font-weight: bold;
  color: white;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

.sub-text {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: white;
}

.mini-text {
  font-size: 10px;
  font-weight: normal;
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: white;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .grid-item {
    height: auto;
  }
  