a {
	color: #3333AA;
}

a:hover {
	color: #5555AA;
}

a:visited {
	color: #3333AA;
}


/* Navigation bar + override of BS */

.navbar  {
	background-color: transparent;
	border: 0px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-radius: 0px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 	
}

.navbar-default .navbar-nav>.active>a {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #000000;
}

.navbar-default .navbar-nav>li>a {
	color: #222222;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: rgb(230, 230, 230);
	color: #222222;
}


/* Custom styles */

.links {
	text-align: center;
}

.links img {
	margin-bottom: 20px;
}

.main-text {
	text-align: justify;
}

.amcc-footer {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	border: 0px;
	border-top: 1px solid #111111;
	text-align: center;
}
.amcc-header {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border: 0px;
	border-top: 1px solid #111111;
	text-align: center;
}

/* Cookies banner */
#cookie_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: 40px;
    background: rgba(200,200,200,.85);
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: none;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}