/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.pt-5, .py-5 {
  padding-top: 0 !important;
}

div.image {
  background-image:url('../images/backend_images/t2.jpg');
  height: 550px; /* You must set a specified height */
  width: 2089px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  z-index: 123;
}

.navbar-light .navbar-nav .nav-link {

  color: #030f6a;

}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #690b6b;
}

.nav-item a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  outline: none;
}


