/*!
 * 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)
 */

@font-face {
  
  src: url("museo/MuseoSans-300.ttf");
}

@font-face {
  font-family: MuseoSans500;
  src: url("museo/MuseoSans_500.ttf");
}

@font-face {
  
  src: url("museo/MuseoSans_700.ttf");
}


 
body{font-family:'Poppins', sans-serif; letter-spacing: 0px; font-size: 14px!important}

.carousel-item {
  max-height: 500px;
  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: 10px;
}

.card-title {
    margin-bottom: .75rem;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    text-align: left
    
}

.card-title a{
    line-height: 23px;

}

.card-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    height: 35px;
    overflow: hidden;
    


}

.nav-link{font-size:16px; color:#222 !important}

.dropdown-item {
    padding: 13px 20px;
    font-size: 15px;
        border: 0px solid rgba(0,0,0,.15); 
    border-radius: .0rem;
}

.dropdown-menu {
    margin: 18px 0 0;
        min-width: 240px;
    padding: 0px
    
}

.dropdown-divider {
    border: none;
    border-bottom: 1px solid #c5c5c5;
    margin: 0;
}

.primary-btn {
    background: #ea222f;
    color: #ffffff !important;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 3px;
    width: 200px; padding:10px;
    margin-top: 15px;
}