/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,

body {

}

.cover-container {
	max-width:56em;
}

.lead {
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Bree Serif', serif;
}

.block-item {
	width: 100%;
	padding: 15px;
	border-radius: 3px;
	font-family: 'Caveat', cursive;
}

.block-item p {
	margin-top: 10px;
	font-size: 18px;
}

.morph {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 40%;
}

.morph:hover {
	 transform: scale(1.1);
}

/*
 * Footer
 */
.mastfoot {
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
}
