@charset "UTF-8";
@import url("thearchive.css");
/* CSS Document */

body{

background-color: rgb(19, 19, 19);	
}

.nav{
background-color: rgb(19, 19, 19);

}
.navbar-brand{
color:aliceblue;
}

.nav-link{
color: aliceblue;

}

.navbar-custom, .navbar-custom {

    background-color: rgba(19, 19, 19, 0.3);
	font-family: "Lexend Giga", sans-serif;
	font-weight: 600;
	width: 100%;
	padding: 1%;
	
	
}

.dropdown-menu {
	
 background-color: white;
	font-family: "Lexend Giga", sans-serif;
	font-weight: 600;
	border-radius: 20px;
	width: 98%;
	margin-top: 1%;	
	
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text,

.navbar-custom .navbar-nav .nav-link,

.navbar-custom .dropdown-item {

    color: white;
	

}

.navbar.fixed-top.navbar-expand-lg.col-md-12.navbar-custom .navbar-brand {
    background-position: 0% center;

}

.navbar-brand {
    width: 100px;
    height: 60px;
    background-image: url("../images/indeximg/logo.png");
    background-repeat: no-repeat;
   background-size: 100%;
    padding-left: 20px;
    background-position: 1%;
    background-position: 0% center;
	margin-left: 20px;
	
}

	


.navbar-custom .nav-item.active .nav-link,

.navbar-custom .nav-item:hover .nav-link,

.navbar-custom .nav-item:focus .nav-link,

.navbar-custom .dropdown-item:hover, 

.navbar-custom .dropdown-item:focus {

    color:gainsboro;

	text-decoration:overline;

}

.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='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

 
}


footer{
	color: white;
	text-align: center;
	background-color: rgba(19, 19, 19, 0.3);
	font-family: "Lexend Giga", sans-serif;
    width: 100%;
	padding: 20px;
}