/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.logoinmenu {
  width:200px ;
  height:40px;

}
.navbar-custom {
  background-color: rgb(85, 105, 134);
}
.nav-link-custom {
  font-size: 13pt;
}

.specialBackground {
 width:100%;
 background-color: #f2f2f2;;
}

.welcome {
  font-weight: 300;
  color: #777;
  text-align: center;
}
.welcome_contact {
  font-weight: 300;
  color: #777;
  text-align: left;
}
.textou {
  text-align: justify;
  font-weight: 300;
  color: #777;
  font-family: 'Roboto', sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #777;
  
}
.product-title {
  font-weight: 300;
  color: #777;
  text-align: center;
}

.card-box-content-e{
  text-align: center;
}
.card-title-custom {
  text-align: center;
}
.card-text-custom {
  text-align: justify;
  font-weight: 300;
  color: #777;
  font-family: 'Roboto', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #777;
}

.footer {
  text-align: center;
  color: gray;
}
.btn-form {
  background-color: grey;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
  cursor: pointer;
}
.carousel .item {
  height: 700px;
}
.item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 400px;
}
/*Video Header*/
.header-video {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-video .container {
  position: relative;
  z-index: 2;
}

.header-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}