/*!
 * 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{font-family: 'Titillium Web', sans-serif; letter-spacing: 0px; font-size: 14px!important; margin: 0px;}


  .carousel-item {
  height: 80vh;
  min-height: 350px;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0, 0),
    rgba(0,0,0, 100)
  ),url("../images/slds.jpeg") no-repeat center bottom scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding-top: 15%
}





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

.card-title {
    margin-bottom: .75rem;
    height: 50px;
    overflow: hidden;
    font-size: 21px;

}

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

}

.card-text {
    margin-bottom: 0;
    font-size: 15px;



}

.navbar .nav-link{font-size:16px; color:#fff !important; padding: 15px 10px;}

.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;
}