.container {
	width: 100%;
}

a img {border: none;}

a:link {
	color: #fdfdfd;
	text-decoration: none;
}

a:visited {
	color: #fdfdfd;
	text-decoration: none;
}

a:hover {
	color: #ffff99;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fdfdfd;
	background-color: #171717;
	background-image: url("images/background.jpg");
	background-repeat: repeat;
	background-size: cover; /*resize with browser window*/
	margin-bottom: 50px;
}

nav {
	margin-top: 2px;
}

header .container .banner {
	margin-top: 25px;
}

header .container .logo {
	margin-top: 25px;
}

.col-lg-6 {
	text-align: center;
}

.col-xxl-4 {
	text-align: center;
}

main .container .row .col-lg-6.col-xxl-4 {
	margin-top: 25px;
}

footer .container .row .col-lg-8 {
	margin-top: 75px;
	margin-bottom: 25px;
}

footer .container .row .col-lg-4 {
	margin-top: 75px;
	margin-bottom: 25px;
}

.go_right {
	text-align: right;
}

footer .container .row {
	font-size: 17px;
}


.navbar .nav-item a {
	padding-top: 12px;
	text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.75);
	color: rgb(253, 253, 253);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	padding-bottom: 12px;
}

.navbar-nav {
	width: 100%;
	background-image: linear-gradient( 90deg, rgb(225,149,1) 0%, rgb(173,121,20) 58%, rgb(173,121,20) 100%);
  background-image: -moz-linear-gradient( 90deg, rgb(225,149,1) 0%, rgb(173,121,20) 58%, rgb(173,121,20) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(225,149,1) 0%, rgb(173,121,20) 58%, rgb(173,121,20) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,149,1) 0%, rgb(173,121,20) 58%, rgb(173,121,20) 100%);
	
}

.navbar-nav .nav-item {
	margin-right: 1em;
	margin-left: 1em;
}

.navbar a:hover{
	color: rgb(234, 234, 234);
	background-color: #bc8414;
}

.navbar .dropdown-menu {
	background-color: rgb(225,149,1);
}

.nav-item {
	white-space: nowrap;
}

.logo {
	position: relative;
	color: #fdfdfd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: left;
}

.bottom-left {
	position: absolute;
	top: 50%;
	left: 10%;
	
}



















