/*!
 * 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: 217px;
  font-family: Lato;
  font-weight: 300;
  transition: 0.3s all;
}

.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;
}
a {
  color: #000;
}
a:hover {
  color: #333;
}
a:focus, a:active {
  outline: 0px;
}
.portfolio-item {
  margin-bottom: 30px;
}

.dots-style a {
  font-size: 27px;
  display: inline-block;
}

.dots-style .dots-item:after {
  content: ".";
  font-size: 28px;
  display: inline-block;
  margin-right: 5px;
}
.dots-style .dots-item:last-child:after {
  display: none;
}

.navbar > .container, .navbar > .container-fluid {
  align-items: flex-end;
}
.navbar {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 2px solid #000;
}
.navbar-brand, .navbar-brand img, nav .navbar-nav a {
  animation: ease-in-out;
  transition: 0.3s all;
}
.navbar-brand {
  padding: 50px 10px;
  margin-right: 0;
}

header {
  /*opacity: 0.1;*/
  height: 470px;
  background: url("../images/home.png") no-repeat center / cover;
  /*-moz-transition: all 0.5s ease;*/
  /*-webkit-transition: all 0.5s ease;*/
  /*-ms-transition: all 0.5s ease;*/
  /*-o-transition: all 0.5s ease;*/
  /*transition: all 0.5s ease;*/
}

.small-slider {
  visibility: hidden;
  opacity: 0;
}
.small-slider .no-gutters .col,
.small-slider .no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.small-slider img {
  height: 275px;
  object-fit: cover;
}
.small-slider .owl-prev, .small-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 10px;
}
.small-slider .owl-next {
  right: 20px;
  left: unset;
}

.small-slider .owl-prev span, .small-slider .owl-next span {
  font-size: 40px;
  color: #000;
  background: rgba(255,255,255,0.6);
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: 0.3s all;
}

.small-slider .owl-prev span:hover, .small-slider .owl-next span:hover {
  background: #fff;
}

.full-width img {
  width: 100%;
}

.inner-page h1 {
  padding-top: 50px;
  margin-bottom: 15px;
  font-weight: 300;
}
.inner-page {
  font-size: 1.2rem;
}

.linked-list {
  border-top: 2px solid #000;
}
.inner-page hr {
  margin: 0;
  border-top: 2px solid #000;
}
.section-title {
  padding: 10px;
  background: #e7e7e7;
  border-top: 2px solid #000;
  border-bottom: 2px solid;
  text-transform: lowercase;
}
.item-title {
  bottom: 0;
  margin: 0;
  left: 0;
  font-size: 28px;
  text-shadow: 1px 2px 1px #000;
}

.inner-page .details {
  text-align: center;
  font-size: 24px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.inner-page .details .dots-item:after {
  margin: 0 10px 0 15px;
}

.contact {
  background: url("../images/contact.png") no-repeat center/cover ;
  padding-bottom: 300px;
}
.contact input, .contact textarea {
  border: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.contact input[type="submit"] {
  margin: 0;
  width: auto;
  background: #fff;
  padding: 10px 75px 0px 2px;
  font-weight: 300;
}
.placeholder {
  left: 17px;
  bottom: 30px;
}

.contact-details {
  padding-left: 50px;
}
.contact-details p {
  margin-bottom: 0;
  font-weight: 500;
}

.contact-details > p {
  padding-top: 20px;
}
.contact-details .bottom-text {
  padding-top: 50px
}
