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

.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;
}
img{max-width: 100%;}
.row{
    margin-top: 15px;
    margin-bottom: 20px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext{
    width: 100%; 
}


.logo {
    max-height: 125px;
}

img {
    max-width: 100%;
}
/*General HTML*/
a {
    text-decoration: underline;
}

body.home-page
{
    padding-top: 0 !important;
}


/*Bootstrap*/
.btn {
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
}

.container {
    padding-top: 15px;
    padding-bottom: 15px;
}


.nav-link {
    text-decoration: none;
}

.nav-link::after {
    display: none;
}
.row {
    margin-top: 0;
    margin-bottom: 0;
}