/* 	Custom Style
	Version 1.05
	Updated: 2016.10.25
*/



.image.featured-image{
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
	max-height: 250px;
	overflow: hidden;
}

.image.featured-image img{
	display: block;
	width: 100%;
}

.image.project-image{
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
	max-height: 275px;
	overflow: hidden;
}

.image.project-image img{
	display: block;
	width: 100%;
}

.image.tenth{
	width: 10%;
}

.image.tenth img{
	width: 100%;
}

.image.fifth{
	width: 20%;
}

.image.quarter-small{
	width: 24.5%;
}

.image.quarter{
	width: 25%;
}

.image.quarter img{
	width: 100%;
}

.image.quarter.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.image.third{
	width: 33%;
}

.image.third img{
	width: 100%;
}

.image.half{
	width: 50%;
}

.image.half-small{
	width: 45%;
}

.image.half.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.image.half img{
	width: 100%;
}

.image.half-small img{
	width: 100%;
}

.image.full{
	width: 100%;
}
.image.full img{
	width:100%;
}

.image.normal.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.image.normal.center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

figure figcaption, .caption{
	text-align:center;
	color:#999;
	font-style:italic;
	font-size: .9em;
}

.image.gallery, .image.gallery img{
	margin:15px 15px 5px 15px;
}

.gallery{
	text-align: center;
	margin:auto;
}

article h1 {
	font-size: 1.5em;
	font-weight: bold;
}

hr.minor {
	margin: .5em 0 2em 0;
}


.hugetext {
	font-size: 5em;
	margin: .5em 0 1em 0;
}

.thinborder {
	border-radius: 5px;
	border: 1px solid #aaa;
}


.monospaced{
	font-family:"Courier New", Courier, monospace;
}


.clear{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text-red {
	color: #f00 ;
}

.hide {
	display: none !important;
	visibility: hidden !important;
}



.button .small{
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #192024;
	border-radius: 6px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	font-size: 0.9em;
	height: .5em;
	line-height: .5em;
	padding: 0 .75em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0.25em;
}
