
body {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar-title {
    font-size: 2rem;
    color:#2e6ab3;
    margin-left: 10px;
    word-break: break-word;
}

.navbar {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-bottom: 5px solid #a5be00;
    display: flex;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.smk-parameters-info {
    max-width:fit-content;
    margin: 0.1rem auto;
    padding: .75rem .75rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.3rem;
    line-height: 1.4;
    background-color: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    color: #111827;
    justify-content: space-between;
}

.contentbox {
    margin: 0.1rem auto; 
    width: 80%;
    float: center;
    align-items: center;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-content: space-between;
    align-items: flex-start;

} 

.col-sm-6 { 
    width:50%;
    float: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align:justify;   
}

.col-sm-6 h2{
    margin-top: 30;
    font-size: 1.5rem;
    margin-bottom: 0rem;
    font-weight:lighter;
    text-align: center;
    background-color: #284976;
    color: white;
}

.col-sm-6 h3{
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 0rem;
    font-weight: lighter;
    text-align: center;
    background-color: #5478AB;
    color: white;
}


.col-sm-6 h4{
    width:100%; 
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 0rem;
    font-weight: normal;
    background-color: white;
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #eaebed;
    color: #5478AB;
    width:100%;
  }

div {
    display: block;
    unicode-bidi: isolate;
}

.footer {
    border-top: 10px solid #ccc;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-block-end: auto;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 0.9em;
}

.footer-content {
    background-color: white;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footer-content-extra {
    background-color: #ebf2fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    justify-content: center;
    font-weight: normal;
    margin:10px;
}