body{
    background-image: url('../images/bg_PP_02.jpg');
	background-repeat: repeat;
	background-size: auto 100%;
	background-position: center;

}
.home-bg{
    background-image: url('../images/bg_PP_01.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	height: 100vh;
}
a,p,span,h2,body {
	font-family: 'Open Sans', sans-serif;
}
body>.container-fluid{
    padding: 54px 10px 10px;
}
.bg-grey{
	background-color: #202020;
}
.bg-red{
	background-color: #b90000;
	color: white;
}
.bg-grey a{
	color: white;
	text-transform: uppercase;
}
.bg-white{
	background-color: white;
	opacity: 0.9;
}
.r-0{
	position: absolute;
	right: 0;
	left: auto;
}
.nav-item img{
	height: 20px;
}
.nav-item img:hover{
	cursor: pointer;
}
.navbar{
	padding: 0px 0.5rem;
	width: 100vw;
}
#desc{
	position: absolute;
	bottom: 20px;
	z-index: 1000;
}
/*.description{
	max-height: 40vh;
	overflow: auto;
}*/
.description p{
	font-size: 0.9rem;
}
.press span{
	line-height: 25px;
	padding: 5px;
	color: white;
	cursor: pointer;
	display: inline-block;
}
.press .material-icons{
	font-size: 25px;
	line-height: 25px;
	padding: 5px;
	color: white;
	cursor: pointer;
}
.header-desc h2{
	color: #b90000;
	font-weight: 600;
	margin: 0px;
}
.header-desc span{
	color: ;
	font-size: 0.8rem;
}
.border-t span{
	border-top: 1px solid grey;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
}
.color-f2{
	color: 	#f2f2f2;
}
.font-w{
	font-size: 1.0rem;
	color: white;
	line-height: 25px;
}
.wstep-navy{
	position: fixed;
	bottom: 15px;
	z-index: 1000;
	padding-bottom: 10px;
	width: 100%;
}
#wstep{
	font-size: 1.0rem;
}
.wstep h4{
	color: white;
	font-weight: 600;
	font-size: 1.5rem;
}
.wstep h1{
	color: #b90000;
	font-weight: 900;
	font-size: 2.5rem;
}
.wstep a:hover,
.place-list a:hover{
	text-decoration: none;
}
.place-list a{
	font-family: 'PT Serif', serif;
	color: #363636;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.8rem;
}
.place-list .list-group-item{
	border-radius: 0;
	padding: .25rem 0.5rem;
	border: 4px solid #363636;
}
.btn.bg-red{
	border-radius: 0px;
}

/* mobile */
@media screen and (max-width: 746px) {
body{

}

}
.carousel{
  height:70vh !important;
  width: 100%;
}
.carousel-item img{
  max-height:70vh !important;
  width:auto !important;
  height: auto !important;
  max-width: 100vw !important;
}

