﻿a {
    color: #0366d6; /*blue*/
}

.purple-anchor {
    color: #682279;
}

.white-anchor {
    color: #fff;
}

.black-anchor {
    color: #000;
}

.anchor-uline {
    text-decoration: underline;
}

/* Parallax */
body, html {
    height: 100%;
    background-color:transparent;
}

.parallax {
    /* The image used */
    background-image: url('../images/background.jpg');

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-color:transparent;
}
/*
.parallax:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    height:200%;
}
*/


/* Nav Bar overrides */
.nav.nav-pills { border: solid 0.5px white; }
.nav-item { background-color:#000000b3;} 
.nav-item:hover { background-color:white; } 
.nav-link { color:white !important; padding: 20px 40px !important; }
.nav-link:hover { color:black !important; }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(163, 162, 163, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
    
.custom-toggler.navbar-toggler {
    border-color: rgb(163, 162, 163);
}
    
/* Responsive classes */
.ob-navbar {
    font-size: 20px;
    display:block;
}

.ob-impact {
    padding:0px;
    line-height:1.1em;
    color: #000;
    font-size: 2em;
    font-weight: 700;
}

@media (min-width: 450px) {
    .ob-navbar {
        font-size: 23px;
        display:block;
    }
    .ob-impact {
        font-size: 2.5em;
    }
    .nav-link { padding: 10px 20px !important; }            
}

@media (min-width: 576px) {
    .ob-navbar {
        font-size: 24px;
        display:block;
    }
    .ob-impact {
        font-size: 3.0em;
    }
    .nav-link { padding: 4px 6px !important; }            
}

@media (min-width: 768px) {
    .ob-navbar {
        font-size: 30px;
        display:block;
    }
    .ob-impact {
        font-size: 3.5em;
    }
    .nav-link { padding: 15px 30px !important; }            
}

@media (min-width: 992px) {
    .ob-navbar {
        font-size: 40px;
        display:block;
    }
    .ob-impact {
        font-size: 4em;
    }
    .nav-link { padding: 20px 40px !important; }            
}

@media (min-width: 1200px) {
    .ob-navbar {
        font-size: 45px;
        display:block;
    }
    .ob-impact {
        font-size: 4.5em;
    }
}
