/* Custom Styles */

/* Adjust Hero Section Text Shadow */
.hero-text {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* Footer Link Hover Effect */
footer a:hover {
    text-decoration: underline;
    color: #ffc107; /* Optional highlight color */
}

/* Customize Button Styles if needed */
.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
}

.bg-primary {
    background-color: #122f55 !important;
}

/* Optional: Add Custom Margins or Padding for Specific Sections */
section {
    padding: 4rem 0;
}

section h2 {
    margin-bottom: 1.5rem;
}

.header-logo{
    width:100px;
}

.footer-photo{
    width:150px;
}

.footer-list{
    list-style-type: none;
    padding: 0;
    font-size: .9rem;
    color:darkgray;
}

.footer-list li:hover{
    color: white;
    cursor: pointer;
}

.footer-sub-font{
    color:darkgray;
}

.middle-section{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.footer-list a {
    color: white;
    text-decoration: none;
}

.footer-list a:hover {
    color: yellow;
    text-decoration: none;
}