@charset "utf-8";


.navbar-default .navbar-text {
  color: #777;
}

body { background:#AAE9F1  }

.col-sm-6{
border-radius: 10px;	
	padding:10px;
	border: 5px solid #AAE9F1;
}

.jumbotron{
	color: #AAE9F1 ;
	text-shadow: 1px 1px #000000;
	 background: #C0C0C0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#C0C0C0, #E1E1E1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C0C0C0, #E1E1E1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C0C0C0, #E1E1E1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#C0C0C0, #E1E1E1); /* Standard syntax */
	min-height:200px;

	
	
}
.jumbotronwidth
{
max-width:100px;


}

