@font-face {
  font-family: "AkkuratMonoLL-Regular";
  src: url("AkkuratMonoLL-Regular");
  src: local(""), url("AkkuratMonoLLTT-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rise-Regular";
  src: url("Rise-Regular");
  src: local(""), url("Rise-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
  
body {
    font-family: AkkuratMonoLL-Regular, serif !important;
    height: 100%;
    margin: 0;
	background-color: rgb(156, 142, 131);
	/*
    font-family: Rise-Regular, AkkuratMonoLL-Regular, serif !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #a6a8ab;
    background: -webkit-linear-gradient(white, #C1C1C1) fixed;
    background: -o-linear-gradient(white, #C1C1C1) fixed;
    background: -moz-linear-gradient(white, #C1C1C1) fixed;
    background-image: -ms-linear-gradient(top, white 0%, #C1C1C1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#C1C1C1');
    background: linear-gradient(white, #C1C1C1) fixed;
	*/
}

img.logo {
	margin-top: 5px;
	margin-left: 5px;
	height: 30px;
}

.navbar-inner {
	background-color: inherit;
}

.navbar-nav {
    padding-left: 10px;
}

#header, #footer {
    background-color: #ff6b0e;
    color: black;
    font-size: 14px;
}

#footer {
    width: 1000px;
}

#footer a {
    color: inherit;
    text-decoration: none;
}

#navigation a {
    color: black;
	font-variant-ligatures: none;
    font-size: 15px;
}

#navigation a.dropdown-item {
    color: black;
}

#navigation a:hover
{ 
    text-decoration:underline;
}

#main_content_row {
    width: 1000px;
	box-shadow: none;
    -webkit-box-shadow: none;
	/* 
	min-height: 75vh;
	*/
}

.content_outer {
    /*width: 980px !important;*/
	margin-left: 10px;
	margin-right: 10px;
}

#header .Error {
    color: yellow;
	font: inherit;
	font-weight: bold;
}

#header .content_outer .row {
    margin-bottom: 0;
}