/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-message .promo-banner + h1 { margin-top: 10px; }

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/* Professional Footer Map Styling */
.footer-map-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    margin-top: 10px;
}

.footer-map-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
}

.footer-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.footer-map iframe {
    transition: transform 0.3s ease;
}

.footer-map:hover iframe {
    transform: scale(1.02);
}

.map-info {
    text-align: center;
}

.map-address {
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.map-address i {
    color: #777;
    margin-right: 8px;
    font-size: 16px;
}

.map-contact {
    color: #555;
    font-size: 14px;
    margin-bottom: 0;
}

.map-contact i {
    color: #777;
    margin-right: 8px;
    font-size: 14px;
}

.map-contact a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
}

.map-contact a:hover {
    color: #004494;
    text-decoration: underline;
}

/* Contact Modal Styling - Minimalistic & Compact */
#contactModal .modal-dialog {
    max-width: 480px;
}

#contactModal .modal-header {
    background-color: #f8f8f8;
    color: #333;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px;
}

#contactModal .modal-header .close {
    color: #777;
    opacity: 0.6;
    text-shadow: none;
    font-size: 20px;
    font-weight: 300;
    margin-top: -2px;
}

#contactModal .modal-header .close:hover {
    opacity: 0.9;
    color: #333;
}

#contactModal .modal-title {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    margin: 0;
}

#contactModal .modal-title i {
    margin-right: 8px;
    color: #777;
    font-size: 16px;
}

#contactModal .modal-body {
    padding: 20px;
}

/* Compact form styling */
#contactModal .contact-form-container {
    margin: 0;
}

#contactModal .form-group {
    margin-bottom: 15px;
}

#contactModal .form-group:last-of-type {
    margin-bottom: 10px;
}

#contactModal .form-control {
    padding: 8px 12px;
    font-size: 14px;
    height: auto;
}

#contactModal textarea.form-control {
    padding: 10px 12px;
    min-height: 80px;
    resize: vertical;
}

#contactModal label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #555;
}

#contactModal .contact-submit-btn {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

/* Minimalist validation - just red borders */
#contactModal .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.15);
}

#contactModal .form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.15);
}

/* Hide validation text messages */
#contactModal .invalid-feedback {
    display: none !important;
}

/* Success message styling in modal - compact and elegant */
#contactSuccess {
    border-radius: 4px;
    border-left: 3px solid #28a745;
    background-color: #f8fff9;
    border-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 14px;
}

#contactError {
    border-radius: 4px;
    border-left: 3px solid #dc3545;
    background-color: #fff5f5;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-map-container {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-map-container {
        margin-top: 30px;
        padding: 20px;
    }
    
    .footer-map iframe {
        height: 150px;
    }
    
    .footer-map-title {
        font-size: 16px;
    }
    
    .list-footer li {
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }
    
    .footer-menu-divider {
        display: none;
    }
    
    .list-footer {
        text-align: center;
        padding-left: 0;
    }
    
    /* Compact contact modal on mobile */
    #contactModal .modal-dialog {
        margin: 10px;
        max-width: none;
    }
    
    #contactModal .modal-body {
        padding: 15px;
    }
    
    #contactModal .modal-header {
        padding: 12px 15px;
    }
    
    #contactModal .modal-title {
        font-size: 16px;
    }
}