﻿.navbar-toggler {
    float: left !important;
}


#navigation{
}


html {
    background-color: #;
}
.navbar-toggler-icon {
    float: left !important;
    
}


.navbar-toggler {
    background-color: #212529 !important;
    color: #777;
    background-color: #DDD !important;
    background-color: #2E363E !important;
}

.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(231, 97, 86, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body {
    background-color: #3E2F2E !important;
    background-color: #BDBDBD !important;
    /*
    background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(62, 47, 46, 1) 100%) !important;
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(62, 47, 46, 1) 100%) !important;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(62, 47, 46, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#3E2F2E", GradientType=0 ) !important;*/
    background-image: url(../backgrounds/rando-gray-seamless.jpg);
    background-position: top left !important;
    background-repeat:repeat;
    background-size:auto!important;
    background-attachment: fixed !important;

}

@media all and (max-width: 700px) {
    body {
 
    }
}




/*experiment start
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../backgrounds/rando-gray.jpg);
    z-index: -1;
}

.navbar::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../backgrounds/rando-gold.jpg);
    z-index: -1;
}
footer.bg-dark {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../backgrounds/rando-gold.jpg);
    z-index: -1;
}
experiment end*/


/*start color edit*/
.bg-light {
    background-color: #212529 !important;
}

    .nav-link, .nav-link a:link, .nav-link a:visited, .nav-link a:active, .nav-link a:focus {
        color: #2E363E !important;
        color: #BDBDBD !important;
        filter: drop-shadow(2px 2px 2px black);
    }

        .nav-link:hover {
            color: #010101 !important;
            color: #EFEFEF !important;
            filter: drop-shadow(2px 2px 2px black);
        }



.navbar {
    background-color: #BDBDBD !important;
    background-image: url(../backgrounds/rando-gold-seamless.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-attachment: fixed;
    border-bottom: 1px solid #F9564F;
    border-bottom: 1px solid #BDBDBD;
}

@media all and (max-width: 700px) {
    .navbar {

    }
}

    h1 {
        color: #010101;
        color: #F66572;
        color: #F9564F;
        color: #BDBDBD;
        filter: drop-shadow(2px 2px 2px black);
    }

    .bg-dark { /*footer*/
        background-color: #2d232e !important;
        background-color: #BDBDBD !important;
        border-top: 1px solid #F9564F;
        border-top: 1px solid #BDBDBD;
    }

    .fs-5 {
        color: #474448;
        color: #2E363E !important;
        color: #97999B !important;
        color: #454545 !important;
        font-size: 16px !important;
        color: #BDBDBD !important;
        filter: drop-shadow(2px 2px 2px black);
    }



footer.bg-dark {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-image: url(../backgrounds/rando-gold-seamless.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-attachment: fixed;
}

@media all and (max-width: 700px) {
    footer.bg-dark {
    }
}




    /*end color edit*/
    @font-face {
        font-family: Quicksilver;
        src: url('../fonts/Quicksilver.otf');
    }

    @font-face {
        font-family: QuicksilverItalic;
        src: url('../fonts/QuicksilverItalic.otf');
    }

    * {
        font-family: Quicksilver, Helvetica, Arial, sans-serif;
    }


    @font-face {
        font-family: Baskervville-Regular;
        src: url('../fonts/Baskervville-Regular.otf');
    }

    @font-face {
        font-family: Baskervville-Italic;
        src: url('../fonts/Baskervville-Italic.otf');
    }

    @font-face {
        font-family: BebasNeue;
        src: url('../fonts/BebasNeue.otf');
    }


    * {
        font-family: BebasNeue, serif;
    }










    .navbar-nav {
        font-size: 24px;
    }
