/*!
 * 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)
 */

html{
  font-family: "Roboto",Arial,Tahoma,sans-serif;
} 
body {
  padding-top: 54px;
  font-family: "Roboto",Arial,Tahoma,sans-serif;
  
}

.reference{
  font-size: 18px;
}

@media (min-width: 992px) {
  body {
    padding-top: 10px;
  }
}

.small {
    font-size : 16px;
}

.navbar{
  font-size: 22px;
  font-weight: 100%;
  
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    padding: 20px;
}

.carousel-caption {
  top: 0;
  bottom: auto;
}
.slide-text-black{
  color: black;
  
}


.carousel-item {
  height: 65vh;
  
  min-height: 800px;
  width: 100%;
  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;
}

.dropdown:hover>.dropdown-menu {
  display: block;
 }

/* test code */

#scrollnavbar {
  background-color: #fbfbfb; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: -80px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: 1111;
  
  
}

/* Style the navbar links */
#scrollnavbar a {
  font-size: 20px;
  float: right;
  display: block;
  color: #4e4e54;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  margin-right: 20px;
}

#scrollnavbar a:hover {
  background-color: #ddd;
  color: black;
}

.footeranchor {
  text-decoration: underline;
  color: white;
}

.mt-3, .my-3 {
  margin-top: 0;
}

/**/

@media (max-width: 767px) {
  .slider-size {
      height: auto;
  }
  .slider-size>img {
      width: 100%;
  }
}


/* tablets */

@media (max-width: 991px) and (min-width: 768px) {
  .slider-size {
      height: auto;
  }
  .slider-size>img {
      width: 100%;
  }
}


/* laptops */

@media (max-width: 1023px) and (min-width: 992px) {
  .slider-size {
      height: 200px;
  }
  .slider-size>img {
      width: 100%;
  }
}

