﻿body {
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(248, 248, 251, 1);
    font-family: "Lato";
}

main {
    /*min-height: 500px;*/
    /*padding-bottom: 50px;*/
}

footer {
    color: White;
    background-color: #191919;
    box-shadow: 0px 1000px 0px 1000px #191919;
}

    footer a, footer a:hover {
        color: Gray;
        text-decoration: none;
    }

        footer a:hover{
            color: rgba(254, 171, 0, 1);
        }

        footer h4, footer h3 {
            color: #fff;
            /*font-weight: bold;*/
        }

    footer p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins";
    color: #494949;
}

#mastheadWrapper {
    background-color: black;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
    color: #555;
}

    p.boldP {
        font-weight: bold;
    }

ul {
    color: #555;
}

a {
    color: #1f5ce7;
    font-weight:bold;
    word-wrap: break-word;
}

    a:hover {
        color: #555;
        text-decoration:none;
    }

.center {
    text-align: center;
}

.nav, .pagination, .carousel, .panel-title a, .toggle, .rating {
    cursor: pointer;
}

.tooltip.customClass .tooltip-inner {
    text-align: left;
    min-width: 300px;
}

.dropshadow {
    height: auto;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
}

.fa {
    padding-right: 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #ffab00;
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background-image: none;
}

nav {
    font-weight: 500;
    font-family: Poppins;
}

p {
    font-size: 18px;
}

.container-fluid {
    padding-left: 2%;
    padding-right: 2%;
}

.navbar-default {
    box-shadow: none;
}

.button {
    color: rgba(254, 171, 0, 1) !important;
    font-weight: bolder;
    font-size: larger;
}

    .button:hover {
        color: black !important;
    }

.pointer{
    cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Navbar - Top Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.topHeader-bar {
    background-color: #221F20;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center; 
    border-bottom: 3px solid #ffcc01;
    z-index: 997;
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center;
}

.topHeader-container {
    display: flex;
    align-items: center;
}

@media (max-width: 450px) {
    .topHeader-bar {
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Navbar - Second Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.header-bar {
    z-index: 996;
    background-color: #000;
    width: auto;
    display: block;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
    min-height: 150px;
}

@media (max-width: 450px) {
    .header-bar {
        position: fixed;
        height: 90px;
        padding-top: 0px;
        min-height: 0;
        top: 61px;
        left: 0px;
    }
}

.headerimage {
    padding-top: 15px;
}

.image-container {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    width: 100%;
    height: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Navbar - Menu/Tabs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navbar.navbar-fixed-below-header {
    margin-bottom: 0px !important;
}


@media (max-width: 450px) {
    .navbar-fixed-below-header {
        position: fixed;
        top: 150px; /* same as header-bar height */
        left: 0;
        width: 100%;
        z-index: 995; /* just below header-bar */        
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Social Media Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.socialheader {
    position: fixed;
    /*top: 5px;*/
    right: 5px;
    text-align: right;
    align-items: center;
    z-index: 998;
}

.socialicon {
    padding-top: 10px;
    color: #ffcc01;
    font-size: 25px;
    z-index: 999;
    cursor: pointer;
    cursor: hand;
}

    .socialicon a {
        padding-right: 10px;
        color: #d5d5d7;
    }

        .socialicon a:hover {
            color: #ffcc01;
        }


.fa.fa-twitter {
    font-family: sans-serif;
}

    .fa.fa-twitter::before {
        content: "𝕏";
        font-size: 1.2em;
    }


@media (max-width: 300px) and (min-width: 250px) {
    .socialicon {
        padding-top: 0;
    }

    .fa-instagram, .fa-twitter, .fa-youtube-play, .fa-facebook {
        font-size: .5em !important;
    }
}

@media (max-width: 249px) {
    .socialheader {
        visibility: hidden;
    }
}

@media (max-width: 300px) {
    .socialheader {
        visibility: hidden;
    }
}

/* On smaller screens, make sure the <main> stays under the fixed headers */
@media (max-width: 450px) {
    main {
        margin-top: 210px; /* or padding-top: 90px; depending on your layout */
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Shell ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shellDiv {
    background-image: url('img/USAHEC Army Expo 2025.png');
    background-size: cover;
    padding-top: 50px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer-left-img {
    padding-left: 25px;
}

.footer-center {
    text-align: center;
}

.footer-center-span {
    display: block;
    text-decoration: none;
}

.footer-right-a {
    display: inline-block;
    text-align: center;
}

.footer-right-img {
    padding-right: 25px;
    max-width: 75px;
    max-height: 75px;
    display: block;
    margin: 0 auto;
}

.footer-right-span {
    display: block;
    padding-right: 25px;
    text-decoration: none;
}

@media (max-width: 340px) {
    .footer-left-img {
        padding-left: 10px;
    }

    .footer-center-span {
        visibility: hidden;
    }

    .footer-right-img {
        padding-right: 0;
    }

    .footer-right-span {
        visibility: hidden;
    }
}