/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  font-family: Arial,"Helvetica Neue","Helvetica",Helvetica,sans-serif;
}

a{color:#FF0099;text-decoration:none;}
a:hover{color:#FF0099;text-decoration:none;}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  //height: 65vh;
  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;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
  //text-shadow:1px 2px white;
  text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.carousel-caption{
  font-size:1.5rem;
}
.text-justify{
	text-align: justify;
}
.text-pink{
	color:#FF0099;
}
.whiteColorText{color:white;}

.bg-grey{background-color: #ECECEC;}
.bg-grey-plus{background-color: rgb(109, 115, 119);}
.bg-black{background-color: #333333;}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(255, 255, 255);
  /* RGBa with 0.6 opacity */
  background-color: rgba(255, 255, 255, 0.6);
  /* IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF) no-repeat;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF)" no-repeat;
}

.container .overlay {
  height: 13%;
}
.container .overlay2 {
  height: 100%;
}
.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}

.container .overlay2:hover {
  height: 100%;
  opacity: 1;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  text-align: center;
}

.button.postfix{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 1.825rem;
	border: none;
	color:white;
	background-color:#FF0099;
	width:130px;
}
.navbar-light .nav-link{
	color :#212529 !important;
}
.navbar-light .nav-link:hover{
	color :#FF0099 !important;
}

.nav-link:hover{ color:#FF0099 !important;}
@media (max-width: 768px) {
  .footer-term{ text-align:center;}
}
@media (min-width: 576px) {
  #fbe_logo {
    width: 60%;
  }
}
@media (min-width: 768px) {
  #fbe_logo {
    width: 50%;
  }
}