
/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */




#content {
	width: 800px;
	float: left;
	padding: 2px 15px;
}






@media screen and (max-width: 980px) {
	

	#content {
		width: auto;
		/* width: 41%; 
		padding: 1% 4%; */
	}




}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	



}






/* Bottom
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.list {
  font-family:sans-serif;
  margin:0;
  padding:20px 0 0;
}
.list > li {
  display:block;
  background-color: #eee;
  padding:10px;
  box-shadow: inset 0 1px 0 #fff;
}

.avatar {
  max-width: 150px;
}
img.thumbnail {
  max-width: 100%;
  float: left; 
  padding: 5px; 
  margin-right: 25px;
  border: 2px solid gray;
}
li > a {
  font-size: 16px;
  margin:0 0 0.3rem;
  font-weight: normal;
  font-weight:bold;
  color:#336699;
}



p {
  margin:0;
  
}

input {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.sort {
  padding: 2px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #28a8e0;
  height:38px;
}
.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}




.bottom {

  background-image: url('../images/chalkboard_black.jpg');
  background-size: cover;
  color: #fff;  
  max-width: 850px;


}

.breadcrumb
{
float:left;
padding-top: 15px;

}

.talk-title
{

padding-top: 90px;
font-size: 3.5rem;
color: #003366;
max-width: 850px;

}



.talk-description
{

font-size: 1.2em;
line-height: 1.5;
font-weight: 300;
/* color: #333;*/
max-width: 800px;
padding-top: 15px;
padding-bottom: 15px;



}




.banner_logo
{
float:right;
height: 42px;
width: 93px;
margin-top: 20px;
margin-bottom: 10px;
margin-right: 80px;

background-image: url("../images/keen-logo.png");
background-repeat: no-repeat;
display: flex;
text-indent: -9999em;


}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */


@media (min-width: 550px) {



}

/* Bigger than 750 */
@media (min-width: 750px) {



}

/* Bigger than 1000 */
@media (min-width: 1000px) {


}