
.contact-btn {
    background: rgba(0,116,217,0.10) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
    transition: background 0.2s !important;
}
.contact-btn:hover {
    background: rgba(0,95,163,0.8) !important;
    color: #e0e0e0 !important;
    text-decoration: underline !important;
}
.contact-us-bg {
    background: rgba(0,40,100,0.7) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    background: rgba(0,116,217,0.3) !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}
.nowrap-title {
    white-space: nowrap;
}
.nav-link-custom {
    color: #b0c4de !important;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.nav-link-logo {
    height: 18px;
    width: 18px;
    margin-right: 6px;
    margin-bottom: 2px;
    vertical-align: middle;
}

/* Responsive centering for main sections */
#coaches,
#map,
#contact-us {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    max-width: 900px !important;
}

@media (max-width: 900px) {
    #coaches,
    #map,
    #contact-us {
        width: 95vw !important;
        max-width: 95vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        position: static !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 600px) {
    #coaches,
    #map,
    #contact-us {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
        position: static !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Make only nav bar internal divs flex and auto width */
.navbar .container-fluid > div {
    width: auto !important;
    flex: 1 1 0;
    display: flex !important;
    align-items: center;
}
@media (max-width: 600px) {
    #coaches > div {
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
    }
    #coaches img {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        width: 100% !important;
        height: auto !important;
        max-width: 400px !important;
        display: block !important;
    }
    #coaches > div > div {
        padding-right: 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}
@media (max-width: 600px) {
    #about {
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
    }
    #about .about-logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
    }
    #about > div[style*="margin-left"] {
        margin-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    #about > div[style*="margin-left"] ul {
        margin-left: 0 !important;
        text-align: left !important;
        display: inline-block !important;
    }
}
/* Ensure About section logo can be less wide */
.about-logo {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
/* Prevent hamburger menu button from being full width */
#navDropdown.btn {
    width: auto !important;
    min-width: 40px;
    max-width: 60px;
    padding: 6px 12px;
    display: inline-block;
}
html {
    color: antiquewhite;
}

/* remove all borders globally */
* {
    border: none !important;
}

.container, .card, .column {
    width: 100% !important;
}

.header {
    color: #a9a9a9;
    background-image: radial-gradient(rgba(2, 26, 46, 1), rgba(2, 26, 46, 0.65));
    border-color: rgb(42, 41, 41);
    border: solid 2px;
    display: block;
    border-radius: 25px;
    width: 95%;
    border-radius: 25px;
    margin: 2.5%;
    position: relative; /* allow positioning of logo */
}

.header-logo {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
    width: 120px !important;
    object-fit: cover;
    border-radius: 50%;
}
.container {
    color: #a9a9a9;
    background-image: radial-gradient(rgba(2, 26, 46, 1), rgba(2, 26, 46, 0.65));
    border-color: rgb(42, 41, 41);
    border: solid 2px;
    display: flex;
    flex-direction: column; /* stack children vertically */
    border-radius: 25px;
    width: 100%; /* full width */
    border-radius: 25px;
    margin: 2.5%;
}

#headshot {
    border-radius: 50%;
    height: 200px;
    float: left;
    margin: 20px;
    border: solid grey;
    border-width: 2px;
}

body {
    background-image: url(./assets/images/blue-dake-bomb.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.navbar {
    background-color: rgba(2, 26, 46, 0.65);
}

.row {
    padding-bottom: 50px;
}

.jumbotron {
    padding-top: 20px
}

.navbar-brand {
    border-color: grey;
}

img {
    border-radius: 25px;
    object-fit: cover;

}




.centered {
    white-space: nowrap;
    position: relative;
    top: 30%;
    left: 65%;
    transform: translate(-50%, -50%)
}

.card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid gray;
    border-width: 1px;
    border-radius: 10px;
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: center;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

#mongoose {
    background-position: center;
    height: 375px;
    background-color: black;
    background-image: url(./assets/images/fullColorBLK.svg)
}

#js {
    background-image: url(./assets/images/js_logo_icon.svg);
    background-size: auto;

}

button {

    clear: both;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    background-color: rgb(173, 216, 230);
    border-radius: 10px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: solid dimgrey;
    border-width: 2px;
}

#manufacturing {
    background-position-y: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    background-color: dimgrey;
    background-image: url(./assets/images/CAD/aussi-locker[76].png);

}

#additive {
    height: 325px;
    background-image: url(./assets/images/CAD/20200504_200143.jpg);
    background-position: top;
}

#website-tile {
    background-image: url(assets/images/website.png);
}

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .active.right {
    left: 33%;
}

.carousel-inner .next {
    left: 33%
}

.carousel-inner .prev {
    left: -33%
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-inner .item {
    background: white;

}

.card-body {
    padding-bottom: 10px;
}