/*
Theme Name: Quantum WP
Theme URI: http://themeforest.net/user/bitpub/portfolio
Description: Created with businesses in mind, this theme is perfect for showcasing your work, services and brand.
Author: Bitpub
Author URI: http://themeforest.net/user/bitpub
Version: 2.1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
Text Domain: quantum-wp

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 10px;
		color: #232323;
		font-family: 'Montserrat', Arial, sans-serif;
		font-weight: 400;
		text-transform: uppercase;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		font-weight: inherit;
	}

	h1 {
		font-size: 36px;
		line-height: 64px;
		letter-spacing: 7px;
	}

	h2 {
		font-size: 24px;
		line-height: 42px;
		letter-spacing: 5px;
	}

	h3 {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 4px;
	}

	h4 {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 3px;
	}

	h5 {
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 2px;
	}

	h6 {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 1px;
	}

	p { margin-bottom: 20px; font-size: 18px; }

	em { font-style: italic; }

	strong { font-weight: 700; }

	small { font-size: 90%; }

	big { font-size: 125%; }

	sub {
		vertical-align: sub;
		font-size: 75%;
	}

	sup {
		vertical-align: super;
		font-size: 75%;
	}

.color-card span {
  display: block;
}

.color-name{
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0px 10px 0px;
}
.color-hex, .color-rgb, .color-pantone, .color-cmyk {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0,0,0,0.6);
  line-height: 26px;
}
.color-cards-wrapper {
    width: 100%;
	height: auto;
  }
.color-card {
  margin: 20px auto;
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
  overflow: overlay;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
  transition: all 100ms ease-in-out;
}
.color-card:hover {
  box-shadow: 10px 10px 30px rgba(0,0,0,0.16);
  transform: scale(1.02);
}
.color-preview {
  background-color: orange;
  border-radius: 4px 4px 0px 0px;
  width: auto;
  height: 200px;
  max-height: 300px;
}
.color-text {
  background-color: white;
  padding: 12px;
  border-radius: 0px 0px 4px 4px;
  width: auto;
  height: auto;
}
