/*
Theme Name: Connect-to
Description: Connect-to Web Site
Author: AddSalt
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.blurb {
	padding: 30px 20px 10px;
	background: #fff;
}

.blurb p {
	font-size: 18px;
	line-height: 1.333333333;
	color: rgb(0, 0, 0);
	margin: 0 0 20px;
}

.tagline {
	background: rgb(201, 206, 217);
	padding: 20px;
}

.tagline p {
	font-size: 18px;
	line-height: 1.333333333;
	color: rgb(53, 51, 48);
	font-weight: 700;
}

.tagline p a {
	color: rgb(218, 0, 13);
	transition: opacity 0.2s ease-in-out;
}

.tagline p a:hover {
	opacity: 0.7;
}