﻿
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar {
    border-color: #4285F4; /* Cyan-blue */
    border-bottom-width: thick;
    border-bottom-style: solid;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6; /* Strong blue */
}


/* Not in _Layout */
.btn-primary {
    color: #fff; /* white */
    background-color: #1b6ec2; /* blue */
    border-color: #1861ac; /* blue */
}

/* .nav-link used in _Layout nav_bar menu */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff; /* White */
    background-color: #1b6ec2; /* Strongish blue */
    border-color: #1861ac; /* blue */
}


/* NB: mynav_navbar container */
.mynav_navbar {
    overflow: hidden;
    background-color: #ffffff; /* White */
    font-family: Arial;
    outline: none;
    box-shadow: none;
}

    /* navbar headings */
    .mynav_navbar a {
        float: left;
        font-size: 18px;
        color: forestgreen;
        text-align: left;
        margin-top: 0px;
        padding: 40px 16px 0px;
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }



        .mynav_navbar a:hover, .mynav_dropdown:hover {
            background-color: #4285F4; /* Strong blue */
            color: white;
        }


.dropdown-menu {
    background-color: ghostwhite; /*#f8f9fa Light background */
    border-radius: 4px;
    box-shadow: 0 12px 12px rgba(0,0,0,0.1);
    left: 50%;
    transform: translateX(-50%);
    top: 100%; /* positions it just below the parent */
    padding-top: 0px;
    padding-bottom: 30px;
    line-height: 0;
    margin-top: 0px;
}

.dropdown-item {
    color: forestgreen;
    font-size: 4px;
    text-align: left;
    padding: 0px 5px;
}

    .dropdown-item:hover {
        background-color: blue;
        color: white;
    }






/* End Added 
    Ref
    https://www.youtube.com/watch?v=LOgs-fvImV0&lc=z22yvziq4uqixduleacdp43aibhwmnculnnuyaeqbmhw03c010c
    https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_dropdown_navbar
    https://www.youtube.com/watch?v=LOgs-fvImV0
    */


    /* Index tab controls colour */
    /* Sticky footer styles
        
        html {
  font-size: 14px;
}
-------------------------------------------------- */
    



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Removed add id = "oneline" in html tag 
-------------------------------------------------- */
#oneline {
    padding: 10px;
    border-bottom: 3px solid;
    color: #4285F4;
    background-color: #fff;
}

li {
    display: inline;
    margin-right: 10px;
}


    /* Sticky footer styles
-------------------------------------------------- */
    html {
    position: relative;
    min-height: 100%;
}

body {
    /* Spread and position over entire screen */
    background-color: white;
    transform: scale(0.8);
    transform-origin: top center;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


h1 {
    font-size: 28px;
    padding-top: 2px;
    padding-bottom: 6px;
    text-indent: 30px;
    background-color: forestgreen;
    font-weight: bold;
    color: white;
    margin-left: 0px;
}

h2 {
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 6px;
    text-indent: 30px;
    color: forestgreen;
    margin-left: 0px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-indent: 60px;
    margin-left: 0px;
}

h5 {
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
}

h6 {
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 0px;
    display: block;
    width: 55%;
    margin-left: auto;
    text-align: center;
}

.footer {
    position: absolute;
    border: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    border-top-color: #4285F4;
    border-top-width: thick;
    border-top-style: solid;
}




span w {                        /* applies to wrapped text etc at local area */
    font-size: 110%;
    color: royalblue;
    font-weight: 300;
}


span {
    font-size: 1em
}

spab b {
    font-size: 130%;
    font-weight: bold;
    margin-left: 5px;
}

