/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

html{
	height: 100%;	
}
body {
  background: #231f20;/*#FAD744;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 98%;
}
.footer{
	padding: 1em;
	border-top: 1px solid #231f20;
	background: #231f20;
	width: 100%;
}
.footer-text{
	color: #DDD;
	text-align: center;
	width: 100%;
}
.navbar.navbar-expand-lg.fixed-top{
	border-top: 1px solid #231f20;
	background: #231f20;
	color: #FFF;
	text-align: center;
	width: 100%;
}
.container.logo {
  position: relative;
  height: 100%;
}
section{
	height: 90%;
}
.container.logo > .row {
  position: absolute;
  top: 15%;
  width:99%;
}
.navbar-collapse{
	background: #231f20;
}
.nav-item.active, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	color: #e90000;
}