.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;
}





