/* 

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:#111;*/

}

.jumbotron{

	/*background-size: cover;*/
	background-attachment: fixed;
	/*filter: blur(10px);*/
	height: 350px;
}

#websiteTitle{
	font-size: 3.8em;
	/*font-size: 7.5em;*/
	vertical-align: middle;
	color: #070099;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

}
#websiteSlogan{
	font-size: 2.0em;
	/*font-size: 4.2em;*/
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	
}

.carousel-caption h1{
	font-size: 3.0em;
}
.carousel-caption p{
	font-size: 1.8em;
}

/*Ensuring an even height accross thumbnails*/
.thumbnail{
	min-height: 27em;
}