/*!
 * 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 {
  padding-top: 56px;
}
.navbar {
	background-color: #fff;
  border-bottom: 1px solid #ddddff;
  width: 100%;
  height: 100px;
}
.navbar-brand{
  width: 40%;
  position: absolute;
  height: 100px;
}
.navbar-brand .title{
  position: absolute;
  right: 10px;
  top: 30%;
  text-align: right;
  vertical-align: middle;
  font-size: 2rem;
  color: #147ed1;
  width: auto;
  height: auto;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
    .navbar-brand .title{
        position: absolute;
        left: 10px;
        top: 60%;
    }
}

.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;
}
input[type=text] {
  width: 100%;
  padding: 6px 10px;
  margin: 5px 0;
  box-sizing: border-box;
  border:1px solid #a9d4f5;
}

td {border-bottom: 1px solid #fff; border-collapse: collapse;}
