footer {
    background-color: #071D49;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    color: white;
    line-height: 1.42857143;
    margin: 0;
    font-size: 85%;
    font-style: normal;
    border-top: 0.5em solid #FA4616;
}

    footer a {
        color: #FA4616;
    }

        footer a:hover {
            color: #83a8f3;
        }

p-small {

}

a {
    color: #83a8f3;
    /*#FA4616;*/
    font-style: normal;
    text-decoration: none;
}

    a:hover {
        color: #FA4616;
    }

.a-home {
    color: #FFF

}
    .a-home:hover {
        color: #FFF;
        text-decoration: none;
    }

/*.btn-primary {
    color: #FFF;
    background-color: #071D49;
    border-color: #FA4616;
}
    .btn-primary:hover {
        color: #071D49;
        background-color: #FFF;  
        border-color: #FA4616;
    }*/

body {
    font-family: "Roboto", "Open Sans", sans-serif;
    /*'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /* Margin bottom by footer height */
    /*    margin-bottom: 60px;
    padding-bottom: 60px;*/
    background-color: white;
    font-size: 1rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;   
}

h2 {
    font-family: "Bebas Neue", "Roboto Condensed", sans-serif;
    /*'Coda', Tahoma, Geneva, Verdana, sans-serif;*/
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 3px;
}

h3 {
    font-family: "Bebas Neue", "Roboto Condensed", sans-serif;
    /*'Coda', Tahoma, Geneva, Verdana, sans-serif;*/
    text-transform: uppercase;
    /*Hubballi*/
}

h4 {
    background-color: transparent;
}

.isportsman-logo {
    background-image: url(/image/is_full-alt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 50px;
}

.link-title {
    color: white;
/*    text-decoration: underline;*/
}

.content-container {
    /* Margin bottom by footer height */
    max-width: 3000px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 170px;
    height: fit-content;
    position: relative;
    margin-bottom: 100px;
}

.hr-small {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    
}

.menu-margin {
    width: 85%;
}

.right-border {
    border-right: 1px solid black;
}

.container {
    max-width: 3000px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
    height: fit-content;
    font-size: 2.5vw;
}

.navbar {
    background-color: #071D49;
    color: white;
    box-shadow: 2px 2px 10px 2px #888888;
    border-bottom: 0.5em solid #FA4616;
}

.navbar-brand {
    float: none;
    background-color: transparent;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.navbar-toggler-icon {
    color: white;
}

.navbar-nav {
    background-color: transparent;
    color: white;
}

h1 {
    color: white;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    font-size: 3vh;
    /*    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;*/
}

.banner-container {
    background-image: url(/files/Banner.jpg);
    background-color: #E7E0D1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 30vh;
    width: 100%;
}

.list-group {
    background-color: transparent;
    color: white;
}

.menu-link {
/*    text-decoration: underline;*/
    font-size: 1rem;
    font-weight: normal;
    margin: 3px;
}

.menu-link-parent {
    margin-top: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
}

.footer-logo {
    margin-top: 16px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.card-btn {
    color: #071D49;
    font-size: 1.2rem;
}
    .card-btn:hover {
        color: #FA4616;
    }

.card-btn-img {
    background-image: url(/Content/topnav-fourcards/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: #071D49;
    height: 1.5rem;
    width: 1.5rem;
}

.account-col {
    border-left: 1px;
    border-color: white;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

.social-media {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    position: absolute;
    background-color: #071D49;
    height: 50vh;
    width: 100vw;
}

#collapsible {
    background-color: transparent;
    border: none;
}

#icon-close #icon-list {
    width: 3rem;
    height: 3rem;
}

    #icon-close #icon-list :hover {
        color: #FA4616;
    }

.round-box {
    border-radius: 5px;
    border: 75px solid #FA4616;
    width: 300px;
    height: 300px;
    font-size: 1rem;
    z-index: 1;
    position: relative;
    color: #071D49;
    /*overflow-x: hidden;*/ /* Hide horizontal scrollbar */
    /*overflow-y: scroll;*/ /* Add vertical scrollbar */
}

footer .col-3 {
    margin: 0px;
    padding: 0px;
}

.card-btn-all h3{
    font-size: 1.5rem;
}

@media (max-width: 600px) {
    h2 {
        font-size: 1.5rem;
        max-width: 200px;
    }

    h3 {
        font-size: 20px;
        /*Hubballi*/
    }

    .navbar-collapse  {
        font-size: 0.8rem;
    }

    .menu-link {
        font-size: 0.8rem;
    }

    .isportsman-logo {
        background-image: url(/image/is_thumb.png);
        width: 70px;
        height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .banner-container {
        display: none;
    }
}

#icon-shop {
    border-image: url(/Content/topnav-fourcards/images/bag-outline.png) 100;
}

#icon-check {
    border-image: url(/Content/topnav-fourcards/images/check-outline.png) 100;
}

#icon-user {
    border-image: url(/Content/topnav-fourcards/images/user-outline.png) 100;
}

#icon-alert {
    border-image: url(/Content/topnav-fourcards/images/alert-outline.png) 100;
}

#icon-hunting {
    border-image: url(/Content/topnav-fourcards/images/hunting-outline.png) 100;
}

#icon-fishing {
    border-image: url(/Content/topnav-fourcards/images/fishing-outline.png) 100;
}

#icon-contact {
    border-image: url(/Content/topnav-fourcards/images/contact-outline.png) 100;
}

#icon-huntmap {
    border-image: url(/Content/topnav-fourcards/images/huntmap-outline.png) 100;
}

.instagram {
    background-image: url(/Content/topnav-fourcards/images/is-insta-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.facebook {
    background-image: url(/Content/topnav-fourcards/images/is-fb-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.twitter {
    background-image: url(/Content/topnav-fourcards/images/is-twitter-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.linkedin {
    background-image: url(/Content/topnav-fourcards/images/is-linkedin-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.row {
    margin: 0px;
}

/* ---animations--- */

    .fade-in-image1 {
        animation: fadeIn 0.5s;
    }
    .fade-in-image2 {
        animation: fadeIn 1.5s;
    }
    .fade-in-image3 {
        animation: fadeIn 2.5s;
    }
    .fade-in-image4 {
        animation: fadeIn 3.5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .fall-animation1 {
        animation: fadeInDown 0.5s;
    }
    .fall-animation2 {
        animation: fadeInDown 1s;
    }
    .fall-animation3 {
        animation: fadeInDown 1.5s;
    }
    .fall-animation4 {
        animation: fadeInDown 2s;
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

/* ---------------- */