﻿
body {
	background-color: #FFFFFF;
	margin: 0px;
	min-width: 630px;
}
input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}
.pageTitle {
	font-family: "Raleway Regular";
	font-size: 40px;
	align-content: center;
	line-height: 40px;
	font-weight: bolder;
	color: #000000;
	padding: 40px 0px;
}

.pageHeader {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	padding: 0px 0px 10px 0px;
}

.pageSubheader {
	font-family: "Raleway Regular";
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 10px;
}

.pageBody {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	margin: 15px;
	padding: 0px 0px 40px;
}

.caption {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	margin: 0px;
	padding: 20px 0px;
}

.pageDivider {
	background-color: #DBD8D2;
	height: 10px;
	align-content: center;
}

.header-mainpage {
	text-align: left;
	font-size: x-large;
	color: #333333;
}

.header-subpage {
	text-align: center;
	font-size: xx-large;
	color: #333333;
}

/* Style the "Current Sales" button for countertops */
.buttonLink {
	font-family: 'Raleway Regular'; 
	background-color: #757575;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 15px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 14px;
	border: solid #FFFFFF 2px;
	cursor: pointer;
	}

.buttonLink:hover {
	background-color: #FFFFFF;
	color: #757575;
}

.buttonLearnMore {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #757575;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 4px;
	border: solid #757575 1px;
	cursor: pointer;
}

.buttonLearnMore:hover {
	background-color: #FFFFFF;
	color: #757575;
}

.colorBlock {
	font-family: 'Raleway Regular'; 
	font-size: 20px; 
	text-align: center; 
	color:#FFFFFF; 
	background-color: #262626; 
	padding:20px;
}

/* gradient tag */
#grad {
  background-image: linear-gradient(to right, #EAEAEA , #606060);
}

.cabCompTitle {
	font-family: 'Raleway Bold'; 
	text-align: center; 
	background-color: #262626; 
	color: #FFFFFF;
}

.cabCompContent {
	background-color: #CCCCCC;
	padding: 10px 15px 10px 10px;
	color: #000000;
}

.cabCompContent ul li {
	padding-bottom: 10px;
}


/* Modal image code if needed

/* sale slab modal image
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background)
.modal {
  display: none; /* Hidden by default
  position: fixed; /* Stay in place
  z-index: 1; /* Sit on top
  padding-top: 100px; /* Location of the box
  left: 0;
  top: 0;
  width: 100%; /* Full width
  height: 100%; /* Full height
  overflow: auto; /* Enable scroll if needed
  background-color: rgb(0,0,0); /* Fallback color
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity
}

/* Modal Content (image)
.modal-content {
  margin: auto;
  display: block;
  width: 95%;
}

/* Caption of Modal Image
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
*/

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.sink {
	text-align: center;
}

.sink img {
	height: 160px;
}

.sink a:link {
	color: #000000;
}

.sink a:visited {
	color: #000000;
}

.suppliers a:link {
	color: #000000;
}

.suppliers a:visited {
	color: #000000;
}