@font-face {
	font-family: 'OpenSans Regular';
	src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1,h2,h3,h4,h5 {font-family: 'OpenSans Regular';}
.icon-bar{margin:2px;padding:1px;}


.thumbnail,.img-thumbnail {box-shadow:none;border-style:none;}
.caption h3 	{color:white;margin:20;}

 #black {background-color:#090102;}
 .media-body {padding:10px;}
 .media-body	{
	 font-size:12px;
 	 font-weight:800;
 }
 .media-body img	{
	 border-radius:45px;
	 max-width:54%;
 }
.background	{height:500px;}
.jumbotron {height:auto;background-color:transparent;}
.jumbotron img {width:50%;border-radius:20px;}

footer {height:100px;width:100%;background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 2px 0 rgba(255,255,255,.15),0 2px 5px rgba(0,0,0,.075);position:relative;top:350px;}

footer p	{text-align:left;padding:5px;}


.media	{margin:5px; padding:5px;background-color:rgba(165,165,165,0.61);height:auto;border-radius:10px;font-family: 'OpenSans Regular'; box-shadow:black 1px 1px ;}

.center-block img{border-radius:175px;box-shadow:1px 1px 2px gray;margin-bottom:10px;
	
	}
	
	@media screen and (min-width:768px) and (max-width:1023px){
		.center-block h2 {display:none;
	
	
	}
	}
@media screen and (max-width:767px){
	.center-block img{display:none;
	
	
	}
	
.media-body img	{
	 border-radius:35px;
	 max-width:80%;
 }

}














