/* 

Website: http://www.upstech.co.za

Author: Matthew Reynard

My CSS style sheet for upstech.co.za

This overwrites the standard bootstrap CSS files to add more customisation

*/

body {
	/*font-size: 120.0%;*/
	font-size: 1.5em;
	/*font-family: arial, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	/*background-color:#999;*/

}

.jumbotron{
	/*background-image: url('images/table-mountain-4a.png');*/
	background-color:#CCC;
}

.carousel-caption h1{
	font-size: 4.0em;
}
.carousel-caption p{
	font-size: 2.0em;
}

/*Ensuring an even height accross thumbnails*/
.thumbnail{
	min-height: 28em;
}