/*
Template Name: Catherine Carney - Style Library 1
Description: Style Library for Catherine Carney's portfolio site
Author: Catherine Carney
Author URI: http://www.catherinecarney.com

Version: 1.0

*/


/*	PATTERN LIBRARY DEMO PAGE STYLES
/*----------------------------------------------------*/

.container {
	max-width: 1000px;
}

.style-block {
	width: 100%;
	padding: 30px 0;
	z-index: 10;
	position: relative;
	border-top: #ecf0f1 2px solid;
}

.content-block-30pad {
	width: 100%;
	padding: 30px 0;
	z-index: 100;
	position: relative;
	background-color: #ffffff;
}

.color-swatch {
	padding:  10px;
}

.pattern-swatch {
	width: auto;
	height: 115px;
}

.color-swatch p {
	color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin: 0;
}

.header .brand-img {
	margin: 0 auto 30px;
	width: 100%;
}

.header h2 {
	text-align: center;
	margin-bottom: 0;
	margin-top: 30px;
}

.btn-block {
	margin: 0.5rem auto !important;
}

.footer-1-2 {
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 30px;
}

.copyright-bar {
	height: 70px;
	padding-top: 20px;
	background-color: #233447;
	position: relative;
	bottom: 0;
}

.copyright-bar p {
	color: #ffffff;
	font-weight: 700;
	margin: 0; }




/*	PATTERN LIBRARY DEMO PAGE MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.header h2 {
		float: right;
		text-align: right;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}
