/* 

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:#FFFFFF;*/

}

.jumbotron{
	/*background-image: url('images/table-mountain-4a.png');*/
	background-color:#CCC;

	height: 300px;
}

#websiteTitle{
	font-size: 2.1em;
	/*font-size: 7.5em;*/
	vertical-align: middle;
	color: #070099;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	/*visibility: hidden;*/

}
#websiteSlogan{
	font-size: 1.0em;
	/*font-size: 4.2em;*/
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	/*visibility: hidden;*/
	
}
.carousel-caption h1{
	font-size: 2.5em;
}
.carousel-caption p{
	font-size: 1.5em;
}

/*Ensuring an even height accross thumbnails*/
/*Doesn't matter for this size, since it's vertical*/
.thumbnail{
	min-height: 10em;
}