.leadp {
	color: #050521;
	font-family: 'oswald';
	font-weight: 200;
	font-size: 20px
}
.news{
	position: relative;
	padding: 0px 0 0;height: 375px;
	background-color: rgba(0,0,0,0);
	
}
.news:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/paulsnight.jpg");
	content: "";
	opacity: 1;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(5,5,33,.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.room-section1{
	position: relative;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	height: auto;

	
}
.room-section1:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/meeting.jpg");
	content: "";
	opacity: .2;
}

.room-detail-tabs{
	position: relative;
}

.room-detail-tabs1{
	position: relative;
    margin: 0px;
	color: #E1D3A2;
	heigt: auto;
    padding: 20px;
    outline: 1px solid #BF7C30;
    outline-offset: -16px;
}


.socialnav {
	border-style: solid;
	border: 1px solid rgba(225,211,162,.3);
	border-bottom: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #050521;
	text-align: right;
	font-size: 20px;
}
.socialnav a {
	color: #050521;
}
.socialnav a:hover {
	color: #BF7C30;
	text-decoration: none;
}

.btn-primary {
	color: #050521;
  background-color: #E1D3A2;
  border-color: #E1D3A2;
  width: 150px;
}

.btn-primary:hover {
	color: #E1D3A2;
  background-color: #050521;
  border-color: #050521;
}
.btn-primary1 {
	color: #E1D3A2;
  background-color: #050521;
  border-color: #050521;
  width: 150px;
}

.btn-primary1:hover {
  background-color: #E1D3A2;
  border-color: #E1D3A2;
}
.linkbutton {
	font-size: 18px;
	font-family: 'Oswald';	
	color: #050521;
	text-decoration: none;
}
.linkbutton:hover {

	font-size: 18px;
	font-family: 'Oswald';	
	color: #E1D3A2;
	text-decoration: none;
	width: 200px;
}

.linkbutton1 {

	font-size: 18px;
	font-family: 'Oswald';	
	color: #E1D3A2;
	text-decoration: none;

}
.linkbutton1:hover {

	font-size: 18px;
	font-family: 'Oswald';	
	color: #050521 !important;
	text-decoration: none;
	width: 200px;
}

.card-body {
	background-color: #e7decc;
}

.contact {
	border-radius: 5px;
	background-color: #e7decc;
	padding: 0px;
}

.footer {

	margin-top: px;
	border: thin;
	border-style: solid;
	border-color: #E1D3A2;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;	
	background-color: #050521;
	
}

.col-footer {
	height: 100px;
	line-height: 33px;
	color: #E1D3A2;
	font-family: "tahoma";
	font-size: 12px;
  transition: .5s ease;
  opacity: 1;
}
.footer-link a {
	color: #E1D3A2 !important;
	font-size: 12px;
	font-weight: 500;
	transition: .5s;
}
.footer-link a:hover  {
	color: #BF7C30 !important;
	transition: .5s;
	text-decoration: none;


}

.carousel-caption {
  position: absolute;
  font-family: "Times New Roman";
  font-size: 35px;
  right: 15%;
  bottom: auto;
  top: 50%;	
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E1D3A2;
  background-color: rgba(0,0,0,.0);
  padding: 30px;
}

h4 {
	font-weight: 800;
	font-size: 3em;
	
}

.container-dev {
  position: relative;
  background-color: #000;
}

.image {
  opacity: .2;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-dev {
	
	width: 100%;
	color: #E1D3A2;
	font-family: "garamond";
	font-size: 2.5em;
	letter-spacing: -1;
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-dev:hover .image {
  opacity: 1;
}

.container-dev:hover .middle-dev {
  opacity: .0;
}

.text-dev {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}







.nospace {
	padding: 0px;
	position: relative;
}

.my-4 {
  width: 80%;
  background-color: #BF7C30;
}

.logo1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 2em;
	color: #E1D3A2 ! important;
}

@media (max-width: 576px) {
.logo1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 1em;
	color: #E1D3A2 ! important;
}
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
  transition: transform .5s, filter .5s ease-in-out;
  transform-origin: center center;
  filter: brightness(30%);

}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1);
}

/* Blur-zoom Container */
.img-hover-zoom--blur img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.2);
}

/* The Transformation */
.img-hover-zoom--blur:hover img {
  filter: blur(0);
  transform: scale(1);
}


.card:hover {
  box-shadow: 0 0 10px #000000;
  transition: .5s;	
}

.card {
  transition: .5s;
}


.link2 {

	font-size: 18px;
	font-family: 'Oswald';	
	color: #FFBA00;
	text-decoration: none;
	width: 200px;
}
.link2:hover {

	font-size: 18px;
	font-family: 'Oswald';	
	color: #000;
	text-decoration: none;
	width: 200px;
}


.link1 {

	font-size: 24px;
	font-family: 'Oswald';	
	color: #FFBA00;
}

.abouttext {

	font-size: 14px;
	font-family: 'tahoma';	
	color: rgba(225,211,162,1.00)
}

.con-top  {
	background: #E1D3A2;
	height: 50px;
	line-height: 50px;
	color: #050521;
	font-size: 14px;
}

.acon {
	color: #050521;
}

.acon:hover {
	color: #BF7C30;
}

.con-top-sm {
	background: #E1D3A2;
	height: 50px;
	line-height: 50px;
	color: #050521;
	font-size: 10px;
}

body1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#050A30), to(#000)) fixed;
	font-family: 'oswald';
}

body {
	font-family: 'oswald';
	background: rgba(5,5,33,1.00);
	font-weight: 300;
}

.nav-link {
	color: #E1D3A2 !important;
	font-size: 18px;
	font-weight: 500;
	transition: .5s;
}
.nav-link:hover {
	color: #BF7C30 !important;
	transition: .5s;


}

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



.carousel {
	width: 100%
}

.jumbotron {
	
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: auto;
background-image: url(../images/about-1920x850-blue-new.jpg);
background: cover;
text-align: center;
color: white;
border-radius: 0px;
background-color: rgba(0,0,0,0);
box-shadow: inset 0 0 40px #000000;

}

@media (min-width: 320px) {
	
	.carousel-inner {
	height: 468px;
}
	
	.carousel-caption {
  position: absolute;
  font-family: "Times New Roman";
  font-size: 18px;
  right: 15%;
  bottom: auto;
  top: 15%;	
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E1D3A2;
  background-color: rgba(0,0,0,.0);
  padding: 30px;
}
	
}

@media (min-width: 768px) {
	
		.carousel-inner {
	height: auto;
}
	.carousel-caption {
  position: absolute;
  font-family: "Times New Roman";
  font-size: 35px;
  right: 15%;
  bottom: auto;
  top: 50%;	
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E1D3A2;
  background-color: rgba(0,0,0,.0);
  padding: 30px;
}
	
}