
@font-face {
    font-family: 'Minion';
    src: url('../fonts/Minion Display.otf');
}
@font-face {
    font-family: 'Minion italic';
    src: url('../fonts/Minion Italic.otf');
}


body {
    font-family: 'Minion';
}

body i {
    font-family: 'Minion italic';
    font-style: normal;
}

body {
	padding: 0;
	margin: 0;
	width: 100vw;
}

body > .content {
	padding-left:calc(2*24px);
	padding-right:calc(2*24px);
	max-width: 1600px;
	margin: 0 auto;
}
@media (max-width:768px) {
	body > .content {
		padding-left:calc(1*24px);
		padding-right:calc(1*24px);
	}
}

h1,.h1 {
	font-family: 'Alexandria', sans-serif;
	font-size: 72px;
	font-weight: 500;
	margin: 0;
	line-height: 54px;
}
h2,.h2 {
	font-family: 'Alexandria', sans-serif;
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
}
h3,.h3 {
	font-family: 'Alexandria', sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	line-height: 17px;

	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	transition: border-color 0.1s;
}
a:active,
a:hover {
	border-color: #eee;
	transition: border-color 0.1s;
}

header {
	padding-top:24px;
	text-align: center;
	margin-bottom: calc(4*24px);
}

img {
	width:100%;
}

hr {
	float: none;
	clear: both;
	height: 1px;
	background: #000;
	opacity: 0.125;
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: calc(4*24px);
	margin-bottom: calc(2*24px);
}

.indent {
	padding-left:48px;
	margin-top: 2em;
	margin-bottom: 2em;
}


.clearfix {
	clear:both;
	float: none;
}

.logo {
	font-family: 'Alexandria', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: default;
}
.logo .color {
	position: absolute;
	opacity: 0;
}
.logo .color-black {
	opacity: 1;
}


header.sticky {
	opacity: 0;
}

header.sticky {
	display: none;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 100;
	width: 100vw;
	margin-left: -24px;
	margin-bottom: 0;
	padding: 12px 0;
	font-size: 0;
	transition: opacity 0.15s;
}
header.sticky .icon {
	width:40px;
	margin:0 auto;
}

@media (max-width:768px) {
	header.sticky {
		display: block;
	}
	header.sticky.show {
		opacity: 1;
		transition: opacity 0.15s;
	}
}

section {
}
section .image {
	font-size: 0;
}


section.intro .header {
	width:calc(50% - 0.5*24px);
	margin-bottom: calc(2*24px);
	float:left;
}
section.intro .image {
	width:calc(50% - 0.5*24px);
	float:right;
	position: relative;
}
section.intro .text {
	width:calc(50% - 0.5*24px);
	float:left;
	column-count: 2;
	column-gap: 24px;
	margin-bottom: -1em;
}

section.intro .donut-love {
	color:#aaa;
	position: absolute;
	font-size: 14px;
	opacity: 0.5;
	left: 0;
	bottom: 0;
	margin-bottom: -25px;
	margin-left: -200px;
	opacity: 0;
}
section.intro .donut-love.show {
	margin-left: 0px;
	opacity: 1;
	transition: margin-left 0.5s, opacity 0.5s;
}



section.services .header,
section.showcase .header {
	margin-bottom: calc(2*24px);
}
section.showcase h3 {
	margin-bottom: 24px;
}
section.services .image {
	margin-bottom: calc(4*24px);
}

section.footer {
	margin-bottom: calc(4*24px);
}




@media (max-width:1100px) {
	section.intro .text {
		column-count: 1;
	}

	section.services .text {
		margin-bottom: calc(-1em + 48px);
	}

	section .images-4x4 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
		margin-bottom: -24px;
	}
	section.services .col-md-12,
	section.services .col-md-6 {
		float: none;
	}
	section.services .image {
		margin-bottom: 24px;
	}

	section.showcase .grid-container {
		display: flex;
	    flex-direction: column-reverse;
	}
	section.showcase .image {
		margin-bottom: 24px;
	}
}

@media (max-width:768px) {

	header {
		padding-top:calc(2*24px);
		margin-bottom: calc(4*24px);
	}

	.logo {
		font-size: 24px;
	}
	h1 {
		font-size: 54px;
		line-height: 54px;
	}
	h2 {
		font-size: 17px;
		line-height: 17px;
	}

	section.intro .header,
	section.intro .image,
	section.intro .text {
		width:100%;
	}
	section.intro .header {
		margin-bottom: calc(2*24px);
	}
	section.intro .image {
		margin-bottom: calc(2*24px);
	}
	section.intro .text {
		margin-bottom: -1em;
	}

	section.intro .donut-love {
		left: inherit;
		bottom: inherit;
		right: 0;
		top: 0;
		margin-top: -25px;
		margin-left: 0;
		margin-right: -200px;
	}
	section.intro .donut-love.show {
		margin-right: 0px;
		opacity: 1;
		transition: margin-right 0.5s, opacity 0.5s;
	}
}


section.footer  .icon-copyright {
	width: 24px;
    filter: grayscale(1);
    position: relative;
    top: 6px;
    margin-right: 4px;
}


/* grid definitions */

.hidden-md {
	display: inherit;
}
.visible-md {
	display: none;
}

.grid-container {
	width: calc(100% + 24px);
    margin: 0 calc(-0.5*24px);
}


.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	float:left;
	margin: 0 calc(0.5*24px);
}

.col-lg-3 { width: calc(25% - 24px); }
.col-lg-6 { width: calc(50% - 24px); }
.col-lg-12 { width: calc(100% - 24px); }

@media (min-width:1101px) {
	.push-lg-1 { margin-left:calc(8.333% + 0.5*24px); }
	.push-lg-2 { margin-left:calc(16.667% + 0.5*24px); }
	.push-lg-3 { margin-left:calc(25% + 0.5*24px); }
}

@media (max-width:1100px) {
	.hidden-md {
		display: none;
	}
	.visible-md {
		display: inherit;
	}

	.push-lg-3 { margin-left:calc(0.5*24px); }

	.col-md-3 { width: calc(25% - 24px); }
	.col-md-6 { width: calc(50% - 24px); }
	.col-md-12 { width: calc(100% - 24px); }
}

@media (max-width:768px) {
	.col-sm-3 { width: calc(25% - 24px); }
	.col-sm-6 { width: calc(50% - 24px); }
	.col-sm-12 { width: calc(100% - 24px); }
}