@font-face {
    font-family: 'hemi_headbold_italic';
    src: url('fonts/hemi_head_bd_it-webfont.woff2') format('woff2'),
         url('fonts/hemi_head_bd_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 257px;
}

body {
    background-color: #8e8e8e81;
    font-family: 'Average Sans', sans-serif;
    margin-bottom: 90px;
}

/* Hero Image With Media Queries */
#hero-image {
    height: 280px;
    width: 100%;
    background: url("../images/msr_collection_mobile.png") no-repeat center center;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #hero-image {
        height: 400px;
        width: 100%;
        background: url("../images/msr_collection_tablet.png") no-repeat center center;
    }
}

/* Larger devices (landscape tablets, 1280px and up) */
@media only screen and (min-width: 1280px) {
    #hero-image {
        height: 500px;
        width: 100%;
        background: url("../images/msr_collection.png") no-repeat center center;
    }
}

/* Navigation */
.navbar-brand {
    color: #838383;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.navbar-toggler {
--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.9);
}

.nav-item {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active {
    color: #4CD6FA;
}

.navbar-nav .nav-link:hover {
    color: #4CD6FA;
}

/* Styling for Logo and Background */
.custom-bg {
    background-color: #4d4d4d !important;
}

.msr-logo {
    font-family: 'hemi_headbold_italic', Arial, sans-serif;
}

.msr {
    font-size: 120%;
    font-weight: bolder;
    font-style: italic;
    color: #fff;
    text-shadow: -3px 0px #21a6e6;
    margin-left: 10px;
    vertical-align: baseline;
}

.phl {
    font-weight: bold;
    font-style: italic;
    font-size: 80%;
    color: #fff;
}

/* Message Area */
.message-area {
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
}

.message-area-title {
    color: #007BC2;
}

/* Main Content Area */
.content-container {
    width:96%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px; 
    padding-top: 2%;
    padding-left: 5px;
    padding-right: 5px;
}

/* Styling for item container */
.equip-tools {
    width: 100%;
    margin: auto;
}

/* Styling related to cards */
.card {
    margin-left: 2%;
    margin-right: 2%;
}

.card-body {
    color: #4d4d4d;
}

.card-body p {
    margin-left: 2%;
}

.card-number {
    color: #4d4d4d;
    font-size: 150%;
    font-weight: bold;
}

.card-img-top {
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 3%;
}

.card-img-top-vertical{
    height: 400px;
    border-radius: 10px;
    object-fit: contain;
    margin-bottom: 3%;
}

/* Larger devices (1920px and up) */
@media only screen and (min-width: 1920px) {
    .item-img {
        height: auto;
        width: 1000px;
        border-radius: 5px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
    }

    h4 {
        margin-left: 3%;
    }

    h5 {
        margin-left: 3%;
    }

    .card-img-top-vertical{
        height: 600px;
        border-radius: 5px;
        object-fit: contain;
        margin-bottom: 3%;
    }

    .card-body p {
        margin-left: 5%;
    }

    .extras-li {
        margin-left: 3%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .equip-tools {
        width: 80%;
        margin: auto;
    }

    .card-body {
        margin-left: 2%;
        padding-left: 5%;
        padding-right: 3%;
    }
}

/* Styling for Extras list items */
.extras-li {
    list-style: none;
    margin-bottom: 2%;
    font-weight: bold;
    font-size: large;
}

/* Styling for Blue and Grey text */
.text-blue {
    font-weight: bold;
    color: #007BC2;
}

.text-grey {
    font-weight: bold;
    color: #4d4d4d;
}

/* Styling for links */
.blue-link {
    text-decoration: none;
    font-weight: bold;
    color: #007BC2;
}

/* Styling for site buttons */
.msr-btn {
    --bs-btn-bg: #007BC2;
    --bs-btn-border-color: #007BC2;
    margin-left: 3%;
}

.msr-btn-back {
    --bs-btn-bg: #4d4d4d;
    --bs-btn-border-color: #4d4d4d;
    margin-left: 2%;
}

/* Styling for additional equipment/tools images */
.img-additional {
    border-radius: 5px;
    margin-bottom: 3%;
}

/* Styling related to Contact  */
.contact-i {
    font-size: 250%;
    color: #007BC2;
    margin-left: 3%;
}

.email {
    font-size: 110%;
    text-decoration: none;
}

.card-text i {
    color: #007BC2;
    font-size: 120%;
    margin-right: 5%;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    width: 100%;
}

/* Footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #4d4d4d;
    margin-top: 5px;
    text-align: center;
}

footer ul {
    padding: 0;
}

.footer-links li {
    display: block;
}

.address {
    margin-bottom: 0;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .footer-links li {
        display: inline-block;
    }
}

.footer-links i {
    padding: 10px 10px;
    font-size: 150%;
    color: #4CD6FA;
}

/* Styling for Copyright notice */
.cp-notice {
    font-size: 110%;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #4CD6FA;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #007BC2;
    opacity: 0.8;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    max-width: 60px;
  }
  
#scrollToTopBtn:hover {
    background-color: #555;
}