/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
#features{
	text-align:center;
}

#features img{
	
	margin: 0 0 20px;
}

#features p{
	text-align:justify;
	
}
#disa{
	text-align:center;
}
/* --------------------------------------
   Typography
   -------------------------------------- */
   body{
	   -webkit-font-smoothing: antialiased;
	   text-rendering:optimizelegibility;
   }
.well .page-header{
	
	margin-top:0px;
}
.well .page-header h1{
	margin-top:0px;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */
   
   #searchInput{
      width: 200px;
   }
   
/* --------------------------------------
   Carousel
   -------------------------------------- */



/* --------------------------------------
   Global Styles
   -------------------------------------- */

.well{
	margin-top:20px 0px;
}
.alert{
	margin-top:20px;
	display:none;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
}

/* Large desktop */
@media (min-width: 1200px) {
	
}