div#container {
	width:500px;
	background-color:#ff6622;
	padding:10px;
	margin:100px;
	border:3px gray dashed;
}

h1	{
	color:#b30000;
	font-weight:bold;
}
h4	{
	color:#b30000;
	font-weight:bold;
	font-family: "Georgia", Charcoal, serif;
}

h5	{
	font-size:50px;
}
p	{
	font-family: "Verdana", Geneva, sans-serif;
}

h2	{
	font-family: "Verdana", Geneva, sans-serif;
}

h6	{
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}
span.emphasize{
	font-weight:bold;
}


.portfolio-thumbnail {
		background-color: #e6e6e6;
		border-width: 4px;
		border-style: solid;
		border-color: #000000;
}

.thumbnail{
	position: relative;
	width: 400 px;
	height: 400 px;
	overflow: hidden;
}

.portfolio-thumbnail img {
		height: 400px;
}

.thumbnail img	{
	position: absolute;
	left: 90%;
	top: 90%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.thumbnail img.portrait	{
	width: 100%;
	height: auto;
}
.navbar-header	{
		height: 40px;
		font-weight:bold;
}



.carousel-inner > .item > img {
    margin: 0 auto;
}

.img-responsive {display:block; }
.item {display:block; height: 400px; width: 100%;}
.image{display:block; height: 650px; width: 100%;}


	
.jumbotron h1{
	color:#b30000;
	font-size: 75px;
	font-family: "Georgia", Charcoal, serif;
}
.jumbotron h2{
	color:#b30000;
	font-family: "Times New Roman", Times, serif;
}

.jumbotron {
	background-color:#000000;
	padding-top:50px;
	padding-bottom:30px;
	top: 100px;
}
.text-danger {
	font-weight:bold;
}