/* Banner Image */
.mybanner {
min-width: 100%;
}

/* Menu */

/* Override the lila background with white */
.container-header {
background-color: #303030;
background-image: none;
}

/* Text should now be white */
.container-header .mod-menu {
color: white;
}

/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
padding: 3px 15px;
color: black;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
background-color: #eee;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
color: #0088cc;
border: 1px solid #0088cc;
}
.container-nav {
justify-content: right ;}

body {
	background-color: #F5F5F5;
}
.mod-languages__pretext {
	color: lightblue;
}
.mod-languages a {
	color: #FA8072;
	font-size: larger;
	font-weight: bold;
}
.btn-slim{
	color: black; 
	background: linear-gradient( WhiteSmoke, Silver); 
	padding: 5px; 
	font-weight: bold;
} 
.btn{
	color: black; 
	background: linear-gradient( WhiteSmoke, Silver); 
	font-weight: bold;
} 
