
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth_wght.woff2') format('woff2'),
         url('../fonts/Roboto-VariableFont_wdth_wght.woff') format('woff');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-VariableFont_wdth_wght.woff2') format('woff2'),
         url('../fonts/Roboto-Italic-VariableFont_wdth_wght.woff') format('woff');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
    font-display: swap;
}


body, .roboto {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/* Navbar */
.navbar {
    background-color:#031827;

}
.navbar-default {
    background-color:#031827;
}
.nav-background {
	background-color: #031827;
    height: 115px;
    width: 100%;
}

.navbar-img {
    height: 88.08px;
    width: 174.39px;
    top:13px;
    left: 62px;
}
/* Header */
.header-container {
    padding-left: 5%;
    padding-right: 4%;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 12px;
}

.header-text {
    font-weight: 900;
    font-family: 'Roboto',sans-serif;
    line-height: 120%;
    color:#333333;
}

.header-subtext {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-family:'Roboto', sans-serif;
    color:#333333 !important;

}

/* Card-styling  */

@media (max-width: 768px) {
  .card {
    margin: 5%; /* Adjust as needed */
  }
}

@media (max-width: 1024px) {
  .card {
    margin-bottom: 5%; /* Adjust as needed */
  }
}

.card-row{
    margin-top:20px;
    margin-bottom:20px;
}
.card-header {
    font-family:'Roboto', sans-serif ;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    vertical-align: middle;
    line-height: 120%;
    color:#333333;
}

.card-subtext {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color:#333333;

}

.card-border {
border: 2px;
color: #6C757D;
}

.card {
  border: 1px solid #ddd;       /* Light gray border */
  border-radius: 8px;           /* Rounded corners */
  overflow: hidden; 
  margin:20px;
}

.card img {
  width: 100%;
  height: auto;
  display: flex;
    padding:0px;
}

.card-body {
  padding: 16px;
  
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* aligns all child elements to the start */

}
.card-visit-portal-button{
    background-color: #006699;
    color: white;
}

.card-visit-portal-button:hover {
    color: white;
}


.toggle-expand {
  padding-left: 0.75rem;

}

/* styling for the carrot and the read more text.  */
.toggle-expand .material-icons {
  font-size: 18px;          
  vertical-align: middle;    
  margin-left: 4px;         
}


.btn-primary{
    background-color:#031827;
    border-color:#031827;
}

.btn-link{
    color: #006699 !important;
}

.header-subtext{
    color: #6C757D;
}
/* Footer Contents */
.footer-container{
    margin-top: 10%;
}
.footer-text {
        font-family:Arial, Helvetica, sans-serif;
        font-style: italic;
}


