/* Basic navbar styling */
* {
    margin: 0;
    padding: 0;
}

.top_nav_bar {
    background-color: #7bafee;
    display: grid;
    grid-template-columns: 1fr 20fr 20fr 20fr 25fr 25fr 1fr;
    grid-template-areas: '. calendar bus fundraising scouts-facebook venturers-facebook .';
    text-align: center;
    width: 100vw;
    height: auto;
}

.top_nav_bar_text {
    color: black;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

.bottom_nav_bar {
    background-color: #295127;
    display: grid;
    grid-template-columns: 1fr 20fr 20fr 20fr 20fr 1fr;
    grid-template-areas: '. joeys cubs scouts venturers .';
    text-align: center;
    width: 100vw;
    height: 30px;
}

.bottom_nav_bar ul li {
    list-style-type: none;
    background-color: #295127;
    text-align: center;
    height: 25px;
    line-height: 25px;
    visibility: visible;
    z-index: 100;
    max-width: 150px;
    min-width: 80px;
    visibility: visible;
    z-index: 100;
}

.bottom_nav_bar ul li a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 15px;
}

.bottom_nav_bar> ul {
    display: inline-flex;
    justify-content: space-evenly;
    text-align: center;
}

.bottom_nav_bar> a:hover {
    display: block;
    background-color: #4CAF50;
}

.bottom_nav_bar a.active {
    background-color: #4CAF50;
}

nav> ul {
    display: inline-flex;
    justify-content: space-evenly;
    text-align: center;
}

nav ul li ul li {
    display: none;
}

nav> ul >li:hover ul li {
    display: block;
}


/* header image */
.head_row {
    background-image: url(../header_photos/header_vista.jpg);
}

/* Basic footer styling */
footer {
    background-color: seagreen;
    max-height: 62px;
}

.copyright {
    font-size: 15px;
    color: white;
    line-height: 31px;
    text-align: center;
}

.disclaimer {
    font-size: 15px;
    color: white;
    line-height: 31px;
    text-align: center;
}

.committee {
    font-size: 15px;
    color: white;
    line-height: 31px;
    text-align: center;
}

.contact {
    font-size: 15px;
    color: white;
    line-height: 31px;
    text-align: center;
}

.jota {
    font-size: 15px;
    color: white;
    line-height: 31px;
    text-align: left;
}

@media (min-width:1440px) {
    heading   
    
       .top_nav_bar {
        grid-template-rows: 30px;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 15px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 2fr 32fr 22fr 0fr 1fr;
        grid-template-rows: 23px 61px 110px 31px 36px 4px 27px;
        grid-template-areas: '. . . . .' '. . . scouts_logo .' '. . . scouts_logo .' '. . . scouts_nsw_1 .' '. group_name group_name scouts_nsw_2 .' '. . . . .' '. . . . .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 37px;
        color: white;
    }

    .nsw_logo {
        max-width: 120%;
        height: auto;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: -75%;
        font-size: 25px;
        color: white;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: -75%;
        font-size: 17px;
        color: white;
    }

    .nav2 ul li {
        width: 280px;
        font-size: 15px;
    }

    /* Add a color to the active/current link */
    .headmenu a.active {
        color: black;
    }

    .menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        background: none;
    }

    .logo {
        order: 0;
    }

    .item {
        order: 1;
        position: relative;
        display: block;
        width: auto;
    }

    .button {
        order: 2;
    }

    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
        top: 68px;
        background: #111;
    }

    .toggle {
        display: none;
    }

    .submenu-active {
        border-radius: 0;
    }

    /* desktop footer styling */
    footer {
        max-height: 62px;
    }

    .copyright {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .disclaimer {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .committee {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .contact {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .jota {
        font-size: 15px;
        color: white;
        line-height: 31px;
        text-align: left;
    }
}

/* Desktop menu */
@media (min-width:992px) and (max-width:1440px){
    heading   
    
     .top_nav_bar {
        grid-template-rows: 30px;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 15px;
    }

    .bottom_nav_bar ul li a {
        font-size: 15px;
    }

    .bottom_nav_bar ul  li {
        min-width: 130px;
        max-width: 150px;
        height: 30px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 2fr 32fr 22fr 5fr 1fr;
        grid-template-rows: 18px 104px 32px 31px 36px 4px 27px;
        grid-template-areas: '. . . . .' '. . . scouts_logo .' '. . . scouts_logo .' '. . . scouts_logo .' '. group_name group_name scouts_nsw_1 .' '. . . scouts_nsw_2 .' '. . . . .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 37px;
        color: white;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: -50%;
        font-size: 15px;
        color: white;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: -60%;
        font-size: 12px;
        color: white;
    }

    .nsw_logo {
        max-width: 120%;
        height: auto;
    }

    /* Add a color to the active/current link */
    .headmenu a.active {
        color: black;
    }

    .menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        background: none;
    }

    .logo {
        order: 0;
    }

    .item {
        order: 1;
        position: relative;
        display: block;
        width: auto;
    }

    .button {
        order: 2;
    }

    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
        top: 68px;
        background: #111;
    }

    .toggle {
        display: none;
    }

    .submenu-active {
        border-radius: 0;
    }

    /* desktop footer styling */
    footer {
        max-height: 62px;
    }

    .copyright {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .disclaimer {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .committee {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .contact {
        font-size: 15px;
        color: white;
        line-height: 31px;
    }

    .jota {
        font-size: 15px;
        color: white;
        line-height: 31px;
        text-align: left;
    }
}

/* Tablet menu */
@media (min-width:768px) and (max-width:991px) {
    heading   
    
     .top_nav_bar {
        grid-template-rows: 30px;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 15px;
    }

    .bottom_nav_bar ul li a {
        font-size: 15px;
    }

    .bottom_nav_bar ul  li {
        min-width: 130px;
        max-width: 150px;
        height: 25px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 13fr 262fr 101fr 41fr 34fr 14fr;
        grid-template-rows: 13px 56px 32px 27px 27px 31px;
        grid-template-areas: '. . . . . .' '. . . . scouts_logo .' '. . . . scouts_logo .' '. . . . scouts_nsw_1 .' '. group_name group_name . scouts_nsw_2 .' '. . . . . .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 30px;
        vertical-align: middle;
        color: white;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: -10%;
        font-size: 15px;
        color: white;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: -10%;
        font-size: 10px;
        color: white;
    }

    .nsw_logo {
        max-width: 130%;
        height: auto;
    }

    /* Button up from tablet screen */
    .menu li.button a {
        padding: 10px 15px;
        margin: 5px 0;
    }

    .button a {
        background: #0080ff;
        border: 1px royalblue solid;
    }

    .button.secondary {
        border: 0;
    }

    .button.secondary a {
        background: transparent;
        border: 1px #0080ff solid;
    }

    .button a:hover {
        text-decoration: none;
    }

    .button:not(.secondary) a:hover {
        background: royalblue;
        border-color: darkblue;
    }
}

/* Tablet footer styling */
footer {
    max-height: 62px;
}

.copyright {
    font-size: 12px;
    color: white;
    line-height: 31px;
}

.disclaimer {
    font-size: 12px;
    color: white;
    line-height: 31px;
}

.committee {
    font-size: 12px;
    color: white;
    line-height: 31px;
}

.contact {
    font-size: 12px;
    color: white;
    line-height: 31px;
}

.jota {
    font-size: 12px;
    color: white;
    line-height: 31px;
    text-align: left;
}

/* Submenu up from mobile screens */
@media (min-width:500px) and (max-width:767px) {
    heading   
    
      .top_nav_bar {
        grid-template-columns: 1fr 20fr 20fr 20fr 23fr 26fr 1fr;
        grid-template-rows: 35px;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 12px;
        text-align: center;
    }

    .bottom_nav_bar ul li a {
        font-size: 12px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 15fr 190fr 13fr 62fr 26fr 18fr 9fr;
        grid-template-rows: 16px 12px 41px 33px 22px 33px;
        grid-template-areas: '. . . . . . .' '. . . . . scouts_logo .' '. . . . . scouts_logo .' '. . . . . scouts_nsw_1 .' '. group_name group_name . . scouts_nsw_2 .' '. . . head_menu head_menu head_menu .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 25px;
        color: white;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: +25%;
        font-size: 15px;
        color: white;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: +8%;
        font-size: 10px;
        color: white;
    }

    .nsw_logo {
        max-width: 120%;
        height: auto;
    }

    /* Up from Mobile styling */
    footer {
        max-height: 62px;
    }

    .copyright {
        font-size: 10px;
        color: white;
        line-height: 31px;
    }

    .disclaimer {
        font-size: 10px;
        color: white;
        line-height: 31px;
    }

    .committee {
        font-size: 10px;
        color: white;
        line-height: 31px;
    }

    .contact {
        font-size: 10px;
        color: white;
        line-height: 31px;
    }

    .jota {
        font-size: 10px;
        color: white;
        line-height: 31px;
        text-align: left;
    }
}

/* Mobile menu navbar */
@media (min-width:360px) and (max-width:499px) {
    heading   
    
     .top_nav_bar {
        grid-template-rows: 30px;
        grid-template-columns: 1fr 20fr 20fr 23fr 26fr 29fr 1fr;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 10px;
    }

    .bottom_nav_bar ul li a {
        font-size: 10px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 23fr 47fr 268fr 69fr 133fr 30fr 29fr;
        grid-template-rows: 5px 5px 24px 27px 30px 5px;
        grid-template-areas: '. . . . . . .' '. . . . . scouts_logo .' '. . . . . scouts_logo .' '. . . . . scouts_nsw_1 .' '. group_name group_name group_name . scouts_nsw_2 .' '. . . . . . .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 18px;
        color: white;
    }

    .nsw_logo {
        max-width: 100%;
        height: auto;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: +37%;
        font-size: 15px;
        color: white;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: +28%;
        font-size: 10px;
        color: white;
    }

    /* Mobile footer styling */
    footer {
        max-height: 62px;
    }

    .copyright {
        font-size: 6px;
        color: white;
        line-height: 31px;
    }

    .disclaimer {
        font-size: 9px;
        color: white;
        line-height: 31px;
    }

    .committee {
        font-size: 9px;
        color: white;
        line-height: 31px;
    }

    .contact {
        font-size: 9px;
        color: white;
        line-height: 31px;
    }

    .jota {
        font-size: 9px;
        color: white;
        line-height: 31px;
        text-align: left;
    }
}

/* Sub Mobile menu */
@media (min-width:200px) and (max-width:359px) {
    heading   
    
     .top_nav_bar {
        grid-template-rows: 30px;
        grid-template-columns: 1fr 20fr 20fr 25fr 26fr 29fr 1fr;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 7px;
    }

    .bottom_nav_bar {
        grid-template-columns: 1fr 20fr 20fr 20fr 20fr 1fr;
        height: 30px;
    }

    .bottom_nav_bar ul li a {
        font-size: 7px;
    }

    .bottom_nav_bar ul  li {
        min-width: 45px;
        height: 20px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 12fr 58fr 268fr 43fr 79fr 30fr 29fr;
        grid-template-rows: 5px 24px 0px 27px 35px 19px;
        grid-template-areas: '. . . . . . .' '. . . . . scouts_logo .' '. . . . . scouts_logo .' '. . . . . scouts_logo .' '. group_name group_name group_name . scouts_nsw_1 .' '. . . . . scouts_nsw_2 .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 19px;
        color: white;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: -5%;
        font-size: 15px;
        color: white;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: -35%;
        font-size: 10px;
        color: white;
    }

    .nsw_logo {
        max-width: 100%;
        height: auto;
    }

    /* Mobile footer styling */
    footer {
        max-height: 62px;
    }

    .copyright {
        font-size: 8px;
        color: white;
        line-height: 31px;
    }

    .disclaimer {
        font-size: 9px;
        color: white;
        line-height: 31px;
    }

    .committee {
        font-size: 9px;
        color: white;
        line-height: 31px;
    }

    .contact {
        font-size: 9px;
        color: white;
        line-height: 31px;
    }

    .jota {
        font-size: 9px;
        color: white;
        line-height: 31px;
        text-align: left;
    }
}

/* Mobile portrait - non Viewport  to suit old fixed width slideshow pages */
@media (min-width:800px) and (max-width:1450px) and (orientation: portrait) {
    heading   
    
     .top_nav_bar {
        grid-template-rows: 70px;
        grid-template-columns: 1fr 20fr 20fr 23fr 26fr 29fr 1fr;
    }

    .top_nav_bar_text {
        color: black;
        font-size: 27px;
    }

    .bottom_nav_bar {
        width: 100vw;
        height: 70px;
    }

    .bottom_nav_bar ul li {
        text-align: center;
        height: 55px;
        line-height: 55px;
        max-width: 170px;
    }

    .bottom_nav_bar ul li a {
        font-size: 25px;
    }

    .head_row {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 2fr 32fr 9fr 7fr 3fr;
        grid-template-rows: 18px 104px 32px 31px 36px 4px 47px;
        grid-template-areas: '. . . . .' '. . . scouts_logo .' '. . . scouts_logo .' '. . . scouts_logo .' '. group_name group_name scouts_nsw_1 .' '. . . scouts_nsw_2 .' '. . . . .';
    }

    .group_name {
        grid-area: group_name;
        font-size: 45px;
        color: white;
    }

    .nsw_logo {
        max-width: 110%;
        height: auto;
    }

    .scouts_nsw_1 {
        grid-area: scouts_nsw_1;
        margin-top: -25%;
        font-size: 35px;
        color: white;
        text-align: center;
    }

    .scouts_nsw_2 {
        grid-area: scouts_nsw_2;
        margin-top: -25%;
        font-size: 30px;
        color: white;
        text-align: center;
    }

    /* Mobile non viewport mobile footer styling */
    footer {
        max-height: 50px;
    }

    .copyright {
        font-size: 25px;
        color: white;
        line-height: 31px;
    }

    .disclaimer {
        font-size: 25px;
        color: white;
        line-height: 31px;
    }

    .committee {
        font-size: 25px;
        color: white;
        line-height: 31px;
    }

    .contact {
        font-size: 25px;
        color: white;
        line-height: 31px;
    }

    .jota {
        font-size: 25px;
        color: white;
        line-height: 31px;
        text-align: left;
    }
}
}
}


    }
}
}

    
}
    
}
}
}
}
}
}