@charset "utf-8";
/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}
body {
	width:100%;
  	background-color: black;
	color:white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.segment{
	margin-top:2%;
}

hr{
	color:white!important;
	background-color:white!important;
}

.navbar-brand{
	
  font-family: "Rye", serif;
  font-weight: 400;
  font-style: normal;
}


nav a{
	color:aliceblue;
    text-align: center;
	font-size:larger;
	font-weight:bold;
	text-shadow: 1px 1px black;
	text-decoration: none;
	
}

nav a:hover{
	background-color:transparent !important;
	color:lightblue;
	}

nav a:active{
	background-color:transparent !important;
	}

.navbar-header{
	border-style:solid;
	border-color:#47040a;
	border-radius:8px;
}

a{
	color:black;
	text-decoration: underline;
}



footer {
	bottom: 0;
  	background-color:black;
	text-align:center;
	color:aliceblue;
	font-size:small;
  	}
footer a{
	color:white;
	text-decoration: underline;
	font-size:small;
}


