
/*font imports*/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Product+Sans);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whiteText{
	color:#fff !important;
}
html{
	font-family: "Times New Roman", Times, serif;
	color:black;
	background-color: #424242 !important;
}
.mainContainer{
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
}
.sideContainer{
	background-color: #B8A865;
	border-radius: 12px;
	margin-bottom: 20px;
	margin-left: 0%;
	-webkit-box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
}
.sideContainer a{
	color:#fff !important;
}
.carousel-caption{
	background-color: rgba(15,15,15,.5);
	border-radius: 10px;
	box-shadow: 0px 10px 52px -5px rgba(0,0,0,0.55);
}
.content{
	width:75%;
	margin-right: 12.5%;
	margin-left: 12.5%;
	}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	border-radius: 5px;
	border: 7px  #B8A865 ridge;
	width:90%;
	margin: auto;
	box-shadow: inset 0px 0px 0px -5px rgba(0,0,0,0.55);
	}
header{
	font-family: Product Sans;
	width: 100%;
	height:150px;
	overflow: hidden;
	position: relative;
	color:#fff;
	text-align:center;
	font-size:50px;
	top: 0;
	left: 250;
	z-index: 900;
	background-color: #424242;
	margin-bottom: 20px;
	transition: all 0s;
	box-shadow: 0 71px 16px -70px #111;
	}
header h1{
	padding-top: 30px;
	}
@media (max-width: 500px){
	.headerimg{
		width:100%;
	}
	body{background-color: #424242 !important;}
	.content{
		width:95%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
}
@media (max-width: 991px){
	body{background-color: #424242 !important;}
	.sideContainer{
	border-radius: 12px;
	margin-bottom: 20px;
	margin-left: 0%;
	}
}

  
