/*
Theme Name: Pickard Chilton
Theme URI: https://workshop.aswartzell.net/pickardchilton
Author: andrew swartzell
Author URI: https://aswartzell.net
Description: Plus theme is based on Bootstrap 3.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: plus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.icon {
  font-size: 15em;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
	
}

/*
 * Typography
 */

html, body {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .2px;
}

p {
	color: #444;
	margin-bottom: 10px;
}


/*
 * Base structure
 */

html, body {
  height: 100%;
  background-color: #fff;
}

body.page-template-full {
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  background-color: #fff;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  */
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
} 

/* Padding for spacing */
.inner,
.container {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-bottom: 10px;
}
.masthead-brand h3 {
  margin-top: 3px;
  margin-bottom: 0px;
}
.masthead-brand a {
  color: #333;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #aaa;
  border-bottom-color: #aaa;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
	.masthead,
	.mastfoot,
	.narrow {
		width: 760px;
		margin: 0 auto;
	}
}

