/*!
 * 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)
 */
html,
body {
  padding-top: 90px;
  position: relative;
  min-height: 100vh;
}
.non-footer {
 min-height: 80vh;
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 400px;
}

footer {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: auto;
 margin-bottom: 0px;
}

.row-bottom-margin { 
  margin-bottom:20px; 
}

/*.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;
}*/

.nav-btn {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

  padding: 5px 8px;
  text-align: center;
  border-radius: 6px;
  background-color: #008CBA; /* Blue */
  color: white;
  border: 2px solid #008CBA; /* Blue */
}

.nav-btn:hover {
  background-color: inherit;
  color: #008CBA; /* Blue */
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.img-main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 50vh;
	height: auto;
}

.logo{
	padding-right: 30px;
}

.btn-main {
	background-color: inherit;
  text-align: center;
	color: black;
	font-size: 20px;
	padding: 10px 10px;
	width: 100%;
	border: none;
	transition: all 0.5s;
	cursor: pointer;
}

.btn-main span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-main span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color: black;
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn-main:hover span {
  padding-right: 25px;
  color: black;
}

.btn-main:hover span:after {
  opacity: 1;
  right: 0;
  color: black;
}

.main-text {
	text-align: center;
}

.contact-col {
	color: inherit
	height: 100%;
}

a.email {
	color: inherit;
	text-decoration: underline;
}

a.email:hover {
	color: gray;
	text-decoration: none;
}

.buffer-bottom {
	margin-bottom:30px;
}

.small-phone {
	font-size: 75%;
}

.testimonial {
  /*height: 300px;*/
  background-color: #343A40;
  border: 10px solid white;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 25px 25px 25px 25px;
}

.img-mirror {
  border: 2px solid black;
  border-radius: 6px;

  /*display: block;
  margin-left: auto;
  margin-right: auto;*/
  max-width: 100%;
  max-height: 50vh;
  height: auto;
}

.product {
  padding-top: 40px;
}

/*Product Spec Table formatting*/
.tg  {
  border-collapse:collapse;
  border-spacing:0;
}
.tg td{
  /*font-family:Arial, sans-serif;
  font-size:14px;*/
  padding:10px 5px;
  border-style:solid;
  border-width:1px;
  overflow:hidden;
  word-break:normal;
  border-color:black;
}
.tg th{
  /*font-family:Arial, sans-serif;
  font-size:14px;
  font-weight:normal;*/
  padding:10px 5px;
  border-style:solid;
  border-width:1px;
  overflow:hidden;
  word-break:normal;
  border-color:black;
}
.tg .tg-03h0{
  font-weight:bold;
  background-color:#343a40;
  color:#ffffff;
  text-align:left;
  vertical-align:middle;
}
.tg .tg-0pky{
  border-color:inherit;
  text-align:left;
  vertical-align:middle;
}

.center-vid { text-align: center;}