/* General Styles */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #4A5568;
    min-height: 100%;
    background-color: #F7FAFC;
    line-height: 1.6;
}

a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.conf-link {
  font-size: 12px;
  font-weight: bold;
}

a:hover {
    color: #2C5282;
}

/* Navbar */
.navbar {
    background-color: #2D3748;
}

.navbar-toggler {
    width: 100%;
}

.navbar-brand {
    color: #EDF2F7 !important;
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-link {
    color: #CBD5E0 !important;
    font-family: sans-serif;
    font-variant: small-caps;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 1rem;
    transition: color 0.3s ease-in-out;
}

.nav-link:hover {
    color: #A0AEC0 !important;
}

/* Dropdown Menu */
.dropdown-menu {
    background-color: #2D3748;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #EDF2F7;
    padding: 0.75rem 1.5rem;
}

.dropdown-item:hover {
    background-color: #4A5568;
    color: #FFFFFF;
}

/* Sections */
h2 {
    color: #2D3748;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

section {
    padding: 4rem 0;
}

/* Footer */
footer {
    background-color: #2D3748;
    color: #EDF2F7;
    padding: 2rem 0;
    font-size: 1rem;
    text-align: center;
}

/* Set max height of carousel images to 40% of the viewport height */
.carousel-item img {
    object-fit: fill;
    margin: 0 auto;
    width: 100%;
}

hr {
    border-top: 14px dotted;
    width: 10%;
    margin: auto;
}

.custom-navbar-dd-item {
    background-color: slategrey; 
    box-shadow: 2px 2px 2px 2px; 
    font-family: sans-serif; 
    font-variant: small-caps;
}

.card {
    box-shadow: 2px 2px 2px 2px;
    background-color: #2D3748;
    text-align: left;
}

.card-text {
    color: #CBD5E0;
}

.card-title {
    font-family: sans-serif;
    font-variant: small-caps;
    color: #d8d8d8;
}

.card-body hr {
    width: 100%; 
    border: 1px solid; 
    margin-top: 4px; 
    margin-bottom: 6px;
    color: white;
}

button.card-footer {
  border: none;
  background: inherit;
  color: #d8d8d8;
  font-family: sans-serif;
  font-variant: small-caps;
  border-top: 0.1px #626976 solid;
}

button.card-footer:hover {
  background: #708090;
}

.jic-button {
    background: #2D3748;
    color: #d8d8d8;
    font-family: sans-serif;
    font-variant: small-caps;
}

.jic-button:hover {
    background: #708090;
}

.slide-img {
    box-shadow: 0px 0px 8px 8px #2D3748 inset; 
}

.custom-h {
    font-family: sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    padding-bottom: 1rem !important;
}

.map-area {
    box-shadow: rgba(0,0,0,0.35) 0 5px 15px;
    height: 20vh;
}

.map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.custom-div-form {
    box-shadow: rgba(0,0,0,0.5) 0 4px 8px;
}

.link-footer {
    color: #f8f8f8;
}

.link-footer:hover {
    color: #708090;
}

.pg-content-par {
    margin:0;
}
