/*
    Date: Sept 2022
    Description: Custom styles, or over-writing default bootstrap styles
*/

/*
*   Standard elements
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
header {
    position: relative; 
}
h2, h3, h4 {
    color: #666666;
}
p {
    font-size: 1.2em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.guiding strong {
    color: #666666;
}
label  {
    font-size: 1.2em;
    color: #666666; 
}

/*
*   Custom JM CSS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.masthead {
    background-color: #cccccc;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.masthead_minor {
    background-color: #B0B0B0;
    height: inherit; 
    text-align: center; 
    padding: 15px;
    padding-bottom: 100px;
}
.masthead_minor_alt {
    background-color: transparent;
    text-align: center; 
    padding: 15px;
}
/*
.masthead_home {
    background-image: url('../images/hero_home_1920.jpg');
}
*/
.masthead h1 {
    color: #FFFFFF !important;
}
.masthead_contact {
    background-image: url('../images/hero_contact_1920.jpg');
}
.masthead_faq {
    background-image: url('../images/hero_faq_1920.jpg');
}
.masthead_reviews {
    background-image: url('../images/hero_reviews_1920.jpg');
}
.masthead_guiding {
    background-image: url('../images/hero_guiding_1920.jpg');
}
.masthead_guiding_melvin {
    background-image: url('../images/hero_guiding_melvin_1920.jpg');
}
/*
.masthead_guiding_glencar {
    background-image: url('../images/hero_guiding_glencar_1920.jpg');
}
*/
.masthead_guiding_erne {
    background-image: url('../images/hero_guiding_erne_1920.jpg');
}
.masthead_guiding_keenaghan {
    background-image: url('../images/hero_guiding_keenaghan_1920.jpg');
}
.masthead_guiding_key {
    background-image: url('../images/hero_guiding_key_1920.jpg');
}
.masthead_guiding_other {
    background-image: url('../images/hero_guiding_other_1920.jpg');
}
.masthead_catch {
    background-image: url('../images/hero_catch_1920.jpg');
}
.masthead_flies {
    background-image: url('../images/hero_flies_1920.jpg');
}
.masthead_blogs {
    background-image: url('../images/hero_blogs_1920.jpg');
}
.masthead_blog_32 {
    background-image: url('../images/hero_blogs_32_1920.jpg');
}
.masthead_blog_31 {
    background-image: url('../images/hero_blogs_31_1920.jpg');
}
.masthead_blog_30 {
    background-image: url('../images/hero_blogs_30_1920.jpg');
}
.masthead_blog_29 {
    background-image: url('../images/hero_blogs_29_1920.jpg');
}
.masthead_blog_28 {
    background-image: url('../images/hero_blogs_28_1920.jpg');
}
.masthead_blog_27, 
.masthead_blog_26 {
    background-image: url('../images/hero_blogs_27_1920.jpg');
}
.masthead_blog_25 {
    background-image: url('../images/hero_blogs_25_1920.jpg');
}
.masthead_blog_24, 
.masthead_blog_23, 
.masthead_blog_22, 
.masthead_blog_21, 
.masthead_blog_20 {
    background-image: url('../images/hero_blogs_24_1920.jpg');
}
.masthead_blog_19 {
    background-image: url('../images/hero_blogs_19_1920.jpg');
}
.masthead_blog_18 {
    background-image: url('../images/hero_blogs_18_1920.jpg');
}
.masthead_blog_17 {
    background-image: url('../images/hero_blogs_17_1920.jpg');
}
.masthead_blog_16 {
    background-image: url('../images/hero_blogs_16_1920.jpg');
}
.masthead_blog_15 {
    background-image: url('../images/hero_blogs_15_1920.jpg');
}
.masthead_blog_14 {
    background-image: url('../images/hero_blogs_14_1920.jpg');
}
.masthead_review {
    background-image: url('../images/hero_review_1920.jpg');
}
.masthead_special {
    background-image: url('../images/hero_special_1920.jpg');
}
.masthead_species {
    background-image: url('../images/hero_species_1920.jpg');
}
.masthead_species_trout {
    background-image: url('../images/species_bg_trout_1920.jpg');
}
.masthead_species_gillaroo {
    background-image: url('../images/species_bg_gillaroo_1920.jpg');
}
.masthead_species_sonaghan {
    background-image: url('../images/species_bg_sonaghan_1920.jpg');
}
.masthead_species_seatrout {
    background-image: url('../images/species_bg_seatrout_1920.jpg');
}
.masthead_species_salmon {
    background-image: url('../images/species_bg_salmon_1920.jpg');
}
.masthead_privacy {
    background-image: url('../images/hero_privacy_1920.jpg');
}
.masthead_sitemap {
    background-image: url('../images/hero_sitemap_1920.jpg');
}

.masthead h2, h3, h4 {
    color: #ffffff; 
    font-style: italic;
}
.masthead h2 {
    font-size: 3.5em;
}

.hero-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-text {
    text-align: left;
}
.card-body img {
    min-width: 300px;
}

.row h2, .row h3, .row h4 {
    color: #000000;
    font-style: normal;
}
.colour-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    justify-content: right;
}
.jm_article {
    border: 1px solid #C0C0C0;
}
.nav-item .disabled {
    color: #B0B0B0;
}



.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.mb-4 a svg {
    margin-left: 20px;
    margin-right: 20px;
}

.navbar a, 
.navbar span {
    color: #FFFFFF; 
    font-size: 1.4em;
    margin-left: 20px;
}

a.active {
    color: coral !important;
}
.alert {
    border: 2px solid #C0C0C0;
    color: #006300;
    font-weight: bold
}


/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: center;
}
#section0 {
    text-align: left;
}

/* Fixed header and footer.
* --------------------------------------- */

.footer a {
    font-size: 5;
    margin-left: 10px;
    margin-right: 10px;
}

#NavBarTitle span {
    color: #C0C0C0;
    font-style: italic;
    font-size: 1.5em;
}
.blockquote {
    font-size: 1.2rem;
    color: #666666; 
    font-style: italic;
}


/*
*   Media Queries
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Masthead */
@media (max-width: 1200px) {
    /*
    .masthead_home {
        background-image: url('../images/hero_home_1200.jpg');
    }
    */
    .masthead_contact {
        background-image: url('../images/hero_contact_1200.jpg');
    }
    .masthead_guiding {
        background-image: url('../images/hero_guiding_1200.jpg');
    }
    .masthead_guiding_melvin {
        background-image: url('../images/hero_guiding_melvin_1200.jpg');
    }
    /*
    .masthead_guiding_glencar {
        background-image: url('../images/hero_guiding_glencar_1200.jpg');
    }
    */
    .masthead_guiding_erne {
        background-image: url('../images/hero_guiding_erne_1200.jpg');
    }
    .masthead_guiding_keenaghan {
        background-image: url('../images/hero_guiding_keenaghan_1200.jpg');
    }
    .masthead_guiding_key {
        background-image: url('../images/hero_guiding_key_1200.jpg');
    }
    .masthead_guiding_other {
        background-image: url('../images/hero_guiding_other_1200.jpg');
    }
    .masthead_catch {
        background-image: url('../images/hero_catch_1200.jpg');
    }
    .masthead_flies {
        background-image: url('../images/hero_flies_1200.jpg');
        background-position-x: -620px;
    }
    .masthead_review {
        background-image: url('../images/hero_review_1200.jpg');
    }
    .masthead_species {
        background-image: url('../images/hero_species_1200.jpg');
    }
    .masthead_species_trout {
        background-image: url('../images/species_bg_trout_1200.jpg');
    }
    .masthead_species_gillaroo {
        background-image: url('../images/species_bg_gillaroo_1200.jpg');
    }
    .masthead_species_sonaghan {
        background-image: url('../images/species_bg_sonaghan_1200.jpg');
    }
    .masthead_species_seatrout {
        background-image: url('../images/species_bg_seatrout_1200.jpg');
    }
    .masthead_species_salmon {
        background-image: url('../images/species_bg_salmon_1200.jpg');
    }
    .masthead_sitemap {
        background-image: url('../images/hero_sitemap_1200.jpg');
    }
    .masthead_privacy {
        background-image: url('../images/hero_privacy_1200.jpg');
    }
    .masthead_blogs {
        background-image: url('../images/hero_blogs_1200.jpg');
    }
    .masthead_blog_16 {
        background-image: url('../images/hero_blogs_16_1200.jpg');
    }
    .masthead_blog_15 {
        background-image: url('../images/hero_blogs_15_1200.jpg');
    }
    .masthead_blog_14 {
        background-image: url('../images/hero_blogs_14_1220.jpg');
    }

    .masthead h2 {
        font-size: 2rem;
    }
    .masthead h3 {
        font-size: 1.5rem;
    }
    .masthead h4 {
        font-size: 1rem;
    }
}

/* Masthead */
@media (max-width: 800px) {
    .masthead h2, h3 {
        font-size: 3.5em;
    }
    .masthead h3 {
        font-size: 1.5em;
    }
    .masthead_contact {
        background-image: url('../images/hero_contact_800.jpg');
        background-position-x: -340px;
    }
    .masthead_reviews {
        background-image: url('../images/hero_reviews_800.jpg');
        background-position-x: -340px;
    }
    .masthead_species {
        background-image: url('../images/hero_species_800.jpg');
    }
    .masthead_species_trout {
        background-image: url('../images/species_bg_trout_800.jpg');
    }
    .masthead_species_gillaroo {
        background-image: url('../images/species_bg_gillaroo_800.jpg');
    }
    .masthead_species_sonaghan {
        background-image: url('../images/species_bg_sonaghan_800.jpg');
    }
    .masthead_species_seatrout {
        background-image: url('../images/species_bg_seatrout_800.jpg');
    }
    .masthead_species_salmon {
        background-image: url('../images/species_bg_salmon_800.jpg');
    }
    .masthead_guiding_other {
        background-image: url('../images/hero_guiding_other_800.jpg');
    }

    
}

@media (max-width: 400px) {
    /* CSS Specific to home page video banner */
    .masthead {
        height: 400px;
    }
    .masthead_guiding {
        background-image: url('../images/hero_guiding_1200.jpg');
        /* AOB Inputs*/
        background-position-x: -340px;
    }
    .masthead_flies {
        background-image: url('../images/hero_flies_800.jpg');
        background-position-x: -340px;
    }
    .masthead_contact {
        background-image: url('../images/hero_contact_800.jpg');
        background-position-x: -340px;
    }
    .masthead_reviews {
        background-image: url('../images/hero_reviews_800.jpg');
        background-position-x: -340px;
    }
}


@media (max-width: 375px) {
    .masthead {
        min-width: 375px;
    }
    .navbar{
        min-width: 375px;
    }
    p {
        min-width: 375px;
    }
}


@media (max-width: 768px) {
    #AndAway {
        width: 100%
    }
}

.logo_jm {
    width: 800px;
}
@media (max-width: 768px) {
    .logo_jm {
        width: 300px;
    }
}
