/*!
 * 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)
 */
 @import url('https://fonts.googleapis.com/css?family=Roboto');

 :root{
  font-family: 'Roboto', sans-serif;
 }
 
body {
  padding-top: 56px;
  
}

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

.event__slider img.card-img-top{
    height: 269px !important;
    object-fit: cover;
    object-position: left;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-brand{
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget-social-icons li a{
  color: #000;
  line-height: 35px;
}

.widget-social-icons li{
  color: #000;
  text-align: center;
  width: 35px;
  margin-right: 5px;
  height: 35px;
  border: 1px solid;
}
.widget-social-icons li:hover{
  background: #000;
}
.widget-social-icons li:hover a{
  color: #fff;
}
.footer-contact{
  margin-bottom: 20px;
}

.footer-contact a{
  color: #000;
} 

.footer-contact  a .fa{margin-right: 5px;}

.footer-contact p{
  margin-bottom: 0.5rem;
}

footer .copyright{
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
  border-top: 1px solid #efefef12;
}
.contact-text a{
  color: #000;
}

.contact-text .fa{
  margin-right: 5px;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item > ul.dropdown-menu {
    padding: 5px;
    left: 0px;
}

.navbar-nav .nav-item:hover > ul.dropdown-menu  {
   display: block;
    width: max-content;
    line-height: 1.7;
}

.navbar-nav .nav-item:hover > ul.dropdown-menu li {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-nav .nav-item:hover > ul.dropdown-menu li a{
  color: #212529;
  text-decoration: none;
}
.fixed-top{
        border-bottom: 1px solid #e6e4e4;
    box-shadow: -1px 3px 10px 0px #0000001a;
}
footer{
        border-top: 1px solid #e6e4e4;
    box-shadow: -1px -8px 16px 0px #0000001a; 
}
.navbar-nav .nav-link{
        font-weight: 600;
}
header{
    margin-top:32px;
}
@media (max-width: 767px) {

  .carousel-item{
    height: 40vh;
    min-height: 215px;
  }
  
  input[name='name']{
    margin-bottom: 15px;
  }

}