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

.btn-primary:hover {
	color: #E1D3A2;
  background-color: #BF7C30;
  border-color: #BF7C30;
}

.pagelink a {
	color: #E1D3A2 !important;
	font-size: 16px;
	transition: .5s;
}
.pagelink a:hover  {
	color: #BF7C30 !important;
	transition: .5s;
	text-decoration: none;


}

.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;
}

.formrow {

	margin-top: 15px;
	border: thin;
	border-style: solid;
	border-color: #E7DECC;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;	
	
	
}

label  {
	color: #E7DECC;
}
.btn-primary {
  color: #050521;
  background-color: #E7DECC;
  border-color: #E7DECC;
}

.btn-primary:hover {
  color: #050521;
  background-color: #FFBA00;
  border-color: #FFBA00;
}

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

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

.footer {

	margin-top: 0px;
	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: #e7decc;
  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: #e7decc;
	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: #FFBA00;
}

.logo1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 1.8em;
	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;
}
.nav-link {
	color: #E1D3A2 !important;
	font-size: 18px;
	font-weight: 500;
	transition: .5s;
}
.nav-link:hover {
	color: #BF7C30 !important;
	transition: .5s;


}

.abouttext {

	font-size: 14px;
	font-family: 'tahoma';	
}

.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: #050521;
	font-weight: 300;
	color: #E7DECC;
}

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


}

.navbar {
  position: relative;
  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: 400px;
  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;

}

