/*!
 * 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;
}

.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;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-image-repeat {
  background: repeat;
}

.merchant-thumbnail {
	float: left;	
	padding-left: 30px;
}

.merchant-logo-white {
	border-bottom: 1px solid #cdcdcd;
}

.bg-tbc-social {
  background-color: #fff7ef !important;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.social {
	padding-right: 15px;
}

.social-last {
	padding-right: 30px;	
}

.social-left {
	padding-left: 15px;
}

.footer-text {
	font-size: 80%;
}

.footer-link {
	padding-right:15px;
}

footer a {
	color: #57aaf5;
}

footer a:hover {
	color: #fff;
}

hr.red {
	border-top: 3px solid #ee3123;
    text-align: center;
	max-width: 300px;
	margin: 5em auto 3em auto;
}

hr.blue {
	border-top: 3px solid #00539e;
    text-align: center;
	max-width: 300px;
	margin: 5em auto 3em auto;
}

hr.speedbump {
	padding-bottom: 1.75em;
}

.scrollmenu {
  background-color: #eff9ff;
  overflow-x: auto;
  white-space: nowrap;
  position: fixed;
  z-index: 500;
  right: 0;
  left: 0;  
  text-align: center;
}

.scrollmenu a {
  display: inline-block;  
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-weight: 500;
}

.scrollmenu a:hover {
  text-decoration: underline;
}

.searchbox {
	margin-left: -13px;
}

/*change the thinkness of the scrollbar here*/
  ::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    -webkit-border-radius: 10px;
    border-radius: 2px;
}

/*this is the little scrolly dealio in the bar*/ 
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #bfcfcc;
    height: 3px;
}
