.here {
	background-color: #333333;
	color: #add8e6;
}
.thumbnail {
  float: left;
	margin: 5px 10px 0 5px;
}

/* carousel styles */
.carousel-item img {
  width: 100%;
  height: 100%;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
  max-width: 1700px;
}
.carousel-inner div {
  max-width: 1700px;
}

/* additional styles */

h2 {
  padding: 1% 0 0 0;
  clear: left;
}
figure {
  float: left;
  margin: 5px 10px 10px 0;
}
#form {
  margin-top: 30px;
  margin-left: 30px;
}
.infoText {
  margin: 20px;
}

.resultStyle {
  color: #00f;
  margin: 25px 0;
  border: 1px solid #00f;
  min-width: 400px;
  max-width: 500px;
  padding: 5px;
}

body {
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}

footer {
	clear: both;
}

ul {
  padding-left: 20px;
  list-style-type: square;
}

div.btn-group {
  padding-bottom: 20px;
}

div.container-fluid img {
  margin: 0 10px 0 0;
}
/* styles from previous version of website*/

.media_pic {
	float:left;	
	margin: 0px 15px 0px 0px;
	padding: 0% 0% 2% 0%;
}
.news {
	margin: 0 auto;
	padding: 15px 5px 20px 5px;
	border-top: 1px solid #666666;
}
.socialmedia {
	font-weight: bold; 
	font-family: Helvetica,Arial,sans-serif;
	margin: 0 14px 14px 0; 
}
.socialmediaicon {
	padding: 14px 14px 14px 0;
}

.downloads {
	margin: 0 auto;
	border-top: 1px solid #666666;
	padding: 2% 4% 8% 2%;
	list-style-type:none;
	clear:both;
}
ul#downloads {
	margin: 0 auto;
	width: 90%;
	padding: 2% 4% 2% 4%;
}
ul#downloads li {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type:none;
}

/* new styles */

body {
	background-color: #dddddd;
}

a {
	color: #007700;
	font-weight: bold;
	text-decoration:none;
	
}

em {
	font-style:italic;
}

header {
	text-align: center;
}

main  {
	background-color: #eeeeee;
	padding: 0 5%;
}

a:hover {
	color: #005500;	
	text-decoration:underline;
}
a:visited {
	color: #007777;
	text-decoration:none;
}

.bg-efkgreen {
	background-color: #33cc00;
}

ul.news {
	border-top: 0px solid #666666;
	padding: 5px 5px 15px 30px;
}

/* Override Bootstrap for accessibility */

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.6);
}

.btn-success {
	background-color: #008800;
	border-color: #008800;
}

a.btn-success {
	color: #ffffff;
	text-decoration:none;
}

a:visited.btn-success {
	color: #eeeeee;
	text-decoration:none;
}

/* Spotify player accessibility */

#spotifyPlayer {
	max-width:95%;
}
