@import url("nav-menu.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@font-face {
    font-family: 'Arial Rounded MT';
    src: url('font/ArialRoundedMTBold.eot');
    src: url('font/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
        url('font/ArialRoundedMTBold.woff2') format('woff2'),
        url('font/ArialRoundedMTBold.woff') format('woff'),
        url('font/ArialRoundedMTBold.ttf') format('truetype'),
        url('font/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 100%;
	height: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
* {
  box-sizing: border-box;
}/* CSS Document */
body {
    font-family: Arial, "Arial Rounded MT Bold", "sans-serif";
    font-size: 100%;
    color: #000;
    background-color: #706d67;
}
header {
    background-color: #010101;
}
.tkdisk {
    text-align: center;
    margin: 2% auto 1% auto;;
}
.site-title {
    font-family: 'Arial Rounded MT';
    font-size: 450%;
    font-weight: bold;
    font-style: normal;
    color: #b0aca4;
    text-align: center;
}
.site-title-IC {
  font-family: "Kings", cursive;
    font-size: 450%;
  font-weight: 400;
  font-style: normal;
    color: #b0aca4;
    text-align: center;
}

.red-bar {
    width: 100%;
    background-color: #fe0404;
}
.red-bar-left {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 175%;
    font-weight: normal;
    text-transform: uppercase;
    color: #010101;
    padding: 1% 0;
}
.red-bar-left-IC {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 175%;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    color: #010101;
    padding: 1% 0;
}
.red-bar-right {
    text-align: right;
    padding: 1% 0;
}
.social-block {
    display: inline;
    padding: 0 2%;
}
.red-bar-container {
    width: 80%;
    margin: 0 auto;
}
.container {
    width: 80%;
    margin: 0 auto;
    background-color: #b0aca4;
}
.container-black {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    background-color: #000;
    border: 2px solid #b0aca4;
}
.inner-container {
    width: 100%;
    max-width: 1197px;
    margin: 0 auto;
}
.size66 {
    font-size: 412.5%;
    text-align: center;
    padding: 2% 0;
}
.size60 {
    font-size: 375%;
    text-align: center;
    padding: 2% 0;
}
.size55 {
    font-size: 343.75%;
    text-align: center;
    padding: 2% 0;
}
.size52 {
    font-size: 325%;
    text-align: center;
    padding: 2% 0;
}
.size50 {
    font-size: 312.5%;
    text-align: center;
    padding: 2% 0;
}
.size48 {
    font-size: 300%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 2% 0;
}
.size48-IC {
    font-size: 300%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 2% 0;
}
.company-info {
    font-size: 300%;
    text-align: center;
    padding: 2% 0;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
    margin: 2% 0;
}
.row-IC {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
    margin: 2% 0;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
    justify-content: space-evenly;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.over-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1.5;
  justify-content: space-evenly;
}
.over-column-sm {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1.25;
  justify-content: space-evenly;
}
.even-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: space-evenly;
}
/** keep image from stretching in flex column**/
.nostretch {
	align-self: center;
}
ul.fastfacts-left {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5%;
}
.fastfacts-left li {
	font-size: 300%;
    padding: 4% 0;
}
.fastfacts-left li::before {
	font-weight: bold;
	content: "\2022 ";
	color: #fe0404;
    display: inline;
    vertical-align: top;
    line-height: 0.75;
}

ul.fastfacts-right {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5%;
}
.fastfacts-right li {
	font-size: 300%;
	padding: 4% 0;
}
.fastfacts-right li::before {
	font-weight: bold;
	content: "\2022 ";
	color: #fe0404;
    display: inline;
    vertical-align: top;
    line-height: 0.75;
}
.extra-bump {
    margin: 0 0 0 8%;
}
ul.standard {
	list-style: none;
	padding: 0;
	margin: 0;
}
.standard li {
	font-size: 300%;
	margin-bottom: 2%;
	padding: 2% 3%;
}
a:link {
    color: #fe0404;
    text-decoration: none;
}
a:visited {
     color: #fe0404;
}
a:hover {
    color: #010101;
}
footer {
    background-color: #010101;
    border-top: 5px solid #fe0404;
    border-bottom: 5px solid #fe0404;
}
.footer-text {
    text-align: center;
    color: #b0aca4;
}
.footer-text a:link {
    color: #fe0404;
    text-decoration: none;
}
.footer-text a:visited {
    color: #fe0404;
}
.footer-text a:hover {
    color: #706d67;
}
p {
    padding: 1%;
    line-height: 1.5;
}
.centerit {
    text-align: center;
}
.social-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 4% 0;
}
.contact {
    padding-bottom: 4%;
}
.italic {
    font-style: italic;
}
.emails {
    font-weight: normal;
}

/** for black background bbg stands for black background**/
.page-title-red {
	text-align: center;
	font-size: 175%;
    color: #FF0000;
    padding: 2% 0;
}
.text-left-bbg {
	float: left;
	height: auto;
	width: 48%;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.text-rightar-bbg {
	float: right;
	height: auto;
	width: 47%;
	text-align: right;
	padding: 10px 8px 8px 10px;
}
.clear-bbg {
	clear: both;
}
.red-16-bbg {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.red-16-lease-bbg {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.lease-verbage-bbg {
	margin-bottom: 15px;
}
.red-16-left-bbg {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}
.yellow-16-left-bbg {
	font-size: 100%;
	font-weight: bold;
	color: #FFFF00;
}
.yellow-16-bbg {
	font-size: 100%;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
.txt-underline-bbg {
	text-decoration: underline;
}
.italic-bbg {
	font-style: italic;
}
.yellow-24-bbg {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
}
.paint-link {
	text-align: center;
	font-size: 175%;
}
.paint-link a:link {
    color: #FFFF00;
	text-decoration: underline;
}
.paint-link a:visited {
	color: #FFFF00;
}
.paint-link a:hover {
	color: #FF0000;
}
.bbg-link a:link {
    color: #FFFF00;
	text-decoration: underline;
}
.bbg-link a:visited {
	color: #FFFF00;
}
.bbg-link a:hover {
	color: #FF0000;
}
button {
  /*margin: 10px;*/
  padding: 10px 20px;
  border: none;
  background: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
}
button .text {
  position: relative;
  z-index: 2;
  display: block;
}
button:before, body button:after {
  position: relative;
  z-index: 1;
}
button:active {
  transform: translateY(1px);
}
button:active .text {
  transform: scale(0.95);
}
button.metal {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75), inset 0 0 1px 1px gray;
  position: relative;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 90px), repeating-linear-gradient(45deg, rgba(147, 147, 147, 0.3), rgba(147, 147, 147, 0.3) 1.5px, transparent 1.5px, transparent 3px), linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 60px), radial-gradient(circle at center, #3f87a6, #ebf8e1, darkgray);
}
button.metal a:link {
    color: #fff;
}
button.metal:before, body button.metal:after {
  content: "";
  display: block;
  height: 100%;
  width: 35px;
  background: white;
  position: absolute;
  top: 0;
  opacity: 0.2;
  filter: blur(10px);
  transition: transform 0.25s ease-in-out, filter 0.25s ease-in-out;
}
button.metal:before {
  transform: skew(45deg, 0deg) translateX(-40px);
}
button.metal:after {
  transform: skew(45deg, 0deg) translateX(60px);
}
button.metal:hover {
  text-shadow: 0 1px 3px black;
}
button.metal:hover:before {
  transform: skew(45deg, 0deg) translateX(0px);
}
button.metal:hover:after {
  transform: skew(45deg, 0deg) translateX(80px);
}
button.metal:active {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), inset 0 0 1px 1px gray;
}
button.metal:active:before, body button.metal:active:after {
  filter: blur(40px);
}