@charset "utf-8";
/* CSS Document */

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
	background-color: #262262;
	padding-top: 0px;
}

html,body {
  height: 100%;
}

a {
	color: #262262;
}

a:hover {
	color: #be1e2d;
}



.navbar {
	opacity: .8;
	background-color: #262262;
	border-bottom: thick solid #be1e2d;
	z-index: 1;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus {
	color: #FFFFFF;		
}

.container {
	background-color: #fff;
	padding: 0px;
}

.table-dark {
	background-color: #C0C0C0 
}

.faq {
    max-height: 300px;
    border: thin solid #262262;
	margin-bottom: 10px;
	
}

.btn {
	white-space: normal;
}

.btn-link{
	color: #262262;
}

.btn-link:hover {
	color: #be1e2d;	
}

.card-header {
    /* padding: .75rem 1.25rem; */
    padding: 0px;
}

.card {
	margin-bottom: 10px;
}

/* dock builder */

.dock {
	background-color:#514e81;
	color: #FFFFFF;
}

.google {
	color: #34A853;
}

@media print {
	body {margin-top: 50px}
	#snaptarget {width: 90%; margin-right: auto; margin-left: auto}
}

/* hover effects */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel-item > img {
	height: auto;
}

.carousel-height {
    height: 40rem;
	background-color: #262262;
}

.carousel-height2 {
    height: 30rem;
	background-color: #262262;
}

.carousel-height3 {
    height: 15rem;
	background-color: #262262;
}

.carousel {
    margin-bottom: 1rem;
}