@charset "utf-8";
/* CSS Document */

.navbar {
    position: fixed; 
    width: 100%; 
    top: 0; 
    z-index: 1000;
}

.navbar .nav-link {
    font: 500 19px 'roboto', sans-serif;  
    color: white;
}

.navbar .nav-link:hover {
    color: white;
}

.navbar-toggler:focus,
.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
}

.nav-link {
    padding: 10px 8px 12px 8px !important;
}

#nav-home:hover {background-color: #91008b;} /*purple*/
#nav-donate:hover {background-color: #0200ac;} /*blue*/
#nav-donors:hover {background-color: #05bd08;} /*green*/
#nav-curate:hover {background-color: #f91d05;} /*red*/
#nav-stats:hover {background-color: #91008b;} /*purple*/
#nav-gallery:hover {background-color: #0200ac;} /*blue*/
#nav-directory:hover {background-color: #05bd08;} /*green*/
#nav-about:hover {background-color: #f91d05;} /*red*/
#nav-contact:hover {background-color: #91008b;} /*purple*/

#nav-social-share,
#nav-social-follow {
    background-color: #14171A; 
    min-width: 100px;
}

.nav-social-icon-size {
    height: 20px;
}

#nav-social-gettr:hover {background-color: #ff0000;}
#nav-social-instagram:hover {background-color: #D300C5;}
#nav-social-linkedin:hover {background-color: #0073b1;}
#nav-social-reddit:hover {background-color: #FF4500;}
#nav-social-telegram:hover {background-color: #0088CC;}
#nav-social-tiktok:hover {background-color: #FE2C55;}
#nav-social-truth:hover {background-color: #5448ee;}
#nav-social-x:hover {background-color: #14171A;}
#nav-social-facebook:hover {background-color: #1877F2;}
#nav-social-pinterest:hover {background-color: #e60023;}

@media only screen and (max-width: 1400px) {
    not fixed {
		text-align: left;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        display: inline-block;
    }
}
