/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI
Author e-mail: 
Version:
Created: 
License URI:
File Description: MouNa custom CSS styles. 
*/


.logo {
  display: block;
  max-width: 70%;
  height: auto;
}

.carousel-indicators li {
    border: 1px solid #ff460e;
}

.carousel-indicators li.active{
    background-color: #ff460e;
}


.overlay-top a {
  /* color: #ff460e; */
  font-weight: 600;
  font-size: 35px;
}

.overlay-top2 {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);



    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}


.fullscreen-bg {
  background: url("../images/mouna-facade.png") 50% 0px no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.has-feedback .form-control {
    padding-right: 0px;
}
.form-control-lg {
    min-width: 250px;
}
.btn-animated.btn-lg {
    padding-right: 60px !important;
}

