body {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
* {
  border-radius: 0 !important;
}
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/*--------------------------------------------------------------
# TEXT
--------------------------------------------------------------*/
.whitefont {
  color: #ffffff;
  text-decoration: none;
}
a.whitefont {
  color: #ffffff;
  text-decoration: underline;
}
a.whitefont:visited {
  color: #ffffff;
  text-decoration: underline;
}
a.whitefont:hover {
  color: #fff568;
  text-decoration: underline;
}
a.whitefont:active {
  color: #fff568;
  text-decoration: underline;
}
.whitefontfooter {
  color: #ffffff;
  font-size: 18px;
}
a.whitefontfooter {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
a.whitefontfooter:visited {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
a.whitefontfooter:active {
  color: #17a5cd;
  font-size: 18px;
  text-decoration: none;
}
a.whitefontfooter:hover {
  color: #17a5cd;
  font-size: 18px;
  text-decoration: none;
}
.lightbluesubheadingtext {
  font-size: 20px;
  color: #1282a2;
  font-weight: 500;	
}
.lightblueheadingtext {
  font-size: 40px;
  color: #17a5cd;
}
.largewhiteheader {
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
}
.largeheader {
  color: #000000;
  font-size: 40px;
  font-style: normal;
}
.pageheader {
  font-family: "EB Garamond", serif;
}
.bluefooterfont {
  color: #17a5cd;
  font-size: 20px;
  text-decoration: none;
}
/*--------------------------------------------------------------
# BACKGROUNDS
--------------------------------------------------------------*/
.whitebackground {
  background-color: #FFFFFF;
  color: #000000;
}
.darkgraybackground {
  background-color: #403d38;
  color: #FFFFFF;
}
.lightgraybackground {
  background-color: #f6f6f6;
  color: #000000;
}
.lightbeigebackground {
  background-color: #fbf9f7;
  color: #000000;
}
.darkbluebackground {
  background-color: #0a1128;
  color: #000000;
}
.lightbluebackground {
  background-color: #1282a2;
  color: #000000;
}
.darkestbluebackground {
  background-color: #080e22;
  color: #000000;
}
.background-logo {
  background-image: url("../img/large-logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.contact-btn {
  background-color: #066791;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}
a.contact-btn {
  background-color: #066791;
  color: #FFFFFF;
  border-width: medium;
  font-size: 20px;
}
a.contact-btn:hover {
  background-color: #066791;
  color: #FFFFFF;
  border-width: medium;
  font-size: 20px;
}
.btn-blue {
    background-color: #001f54 !important;
    color: #FFF;
    font-weight: bold;
    padding: 12px 20px;
}
a.btn-blue {
    background-color: #001f54 !important;
    color: #FFF;
    font-weight: bold;
    padding: 12px 20px;
}
a.btn-blue:hover {
    background-color: #034078 !important;
    color: #FFF !important;
    font-weight: bold;
    padding: 12px 20px;
}
ul.logo {
  list-style-image:
    url("../img/small-logo-icon.png")
}
.frontthumbnail {
  position: relative;
}
.frontcaption {
  position: absolute;
  top: 35%;
  width: 100%;
  color: #000000;
  font-size: 34px;
  font-weight: 500;	
  background: rgba(255, 255, 255, 0.60)
}
.frontcaption:hover {
  position: absolute;
  top: 35%;
  width: 100%;
  color: #1282a2;
  font-size: 34px;
  font-weight: 500;	
  background: rgba(255, 255, 255, 0.90)
}
.list-group-flush > .list-group-item {
  border-width: 0 0 0px !important;
}
/*--------------------------------------------------------------
# CAROUSEL
--------------------------------------------------------------*/
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
/*--------------------------------------------------------------
# SLIDER
--------------------------------------------------------------*/
.logoslider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.logocontainer {
  overflow: hidden;
}
.logos {
  width: 70%;
  display: inline-block;
  margin: 0px 0;
}
.fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slidercontainer {
  overflow: hidden;
}
@media (max-width: 576px)  {
	.fab {
  width: 100%;
	}
}
@media (min-width: 578px) and (max-width: 991.98px) { 
	.fab {
  width: 80%;
	}
}
/*--------------------------------------------------------------
# DROPDOWN MENU
--------------------------------------------------------------*/
.nav-link {
  color: #000000;
  font-size: 20px;
  position: relative;
}
.dropdown-toggle {
  color: #000000;
  font-size: 20px;
	font-weight: bold !important;
}
a.nav-link:hover {
  color: #17a5cd;
}
a.nav-link:hover::after {
  content: '';
  height: 4px;
  width: 100%;
  background-color: #17a5cd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dropdown:hover >.dropdown-menu 
{
    display:block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.navbar-light .navbar-nav .dropdown-menu {
    background-color: #FFF;
    color: #000 !important;
    font-size: 20px;
}
.dropdown-item {
    background-color: #FFF;
    color: #000;
	font-weight: bold;
}
.dropdown-toggle {
    color: #000;
}
a.dropdown-item:visited {
    color: #000;
}
a.dropdown-item:active {
    background-color: #FFF;
    color: #17a5cd;
}
a.dropdown-item:hover {
    background-color: #FFF;
    color: #17a5cd;
}
.navbar-toggler {
    border-color: rgb(255,255,255) !important;
    background-color: #17a5cd;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}      
/*--------------------------------------------------------------
# PAGE HEADERS
--------------------------------------------------------------*/
.xlwhiteheader {
  color: #FFFFFF;
  font-size: 80px;
  font-style: normal;
  background: rgba(0, 0, 0, 0.50)
}
@media (max-width: 991px) {
.xlwhiteheader {
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
  background: rgba(0, 0, 0, 0.50);
}
	}
.background-hardwood
{
  background-image: url("../img/header-hardwood.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
} 
.background-luxury-vinyl
{
  background-image: url("../img/header-luxury-vinyl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
} 
.background-ceramic
{
  background-image: url("../img/header-ceramic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
} 
.background-laminate
{
  background-image: url("../img/header-laminate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
} 
.background-carpet
{
  background-image: url("../img/header-carpet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
} 
.background-sports
{
  background-image: url("../img/header-sports.jpg");
  background-repeat: no-repeat;
  background-size: cover;	
  background-attachment: fixed;
  height: 360px;
} 
.background-about
{
  background-image: url("../img/header-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;	
  background-attachment: fixed;
  height: 360px;
} 
/*--------------------------------------------------------------
# MOBILE PAGE BANNERS
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.background-hardwood
{
  background-image: url("../img/header-hardwood.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
.background-luxury-vinyl
{
  background-image: url("../img/header-luxury-vinyl.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
.background-ceramic
{
  background-image: url("../img/header-ceramic.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
.background-laminate
{
  background-image: url("../img/header-laminate.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
.background-carpet
{
  background-image: url("../img/header-carpet.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
.background-sports
{
  background-image: url("../img/header-sports.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
.background-about
{
  background-image: url("../img/header-about.jpg");
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-attachment: scroll !important;	
} 
}