/*!
 * 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;
}

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

.carousel-item {
  height: 65vh;
  min-height: 300px;
  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;
}
.btn-primary{
    background-color: #4f545a;
    border-color:#4f545a;
}
.btn-primary:hover{
    background-color: #000;
    border-color:#000;
}
.card-title a {
    color: #333
}
.breadcrumb-item a {
    color: #333
}
.page-link{
    color: #333;
}
.footer_font_size{
    font-size: 1.3em;
    color:#565656
}
.footer_font_size_1{
    font-size: 1.3em;
    color:#565656
}
.logo{width: 50% !important}

@media(max-width:380px){
    .mob-text{
    display: block;
    }
    .mob-text-hidden{
        display: none;
    }
    .logo{width: 100% !important}
    .footer_font_size{
        font-size: 1.1em
    }
    .footer_font_size_1{
        font-size: 1em
    }
}
@media(min-width:380px){
    .mob-text{
    display: none;
    }
    .mob-text-hidden{
        display: block;
    }
}

