
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/390b06");

  
@font-face {font-family: 'Gilroy-Light';src: url('webfonts/390B06_0_0.eot');src: url('webfonts/390B06_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/390B06_0_0.woff2') format('woff2'),url('webfonts/390B06_0_0.woff') format('woff'),url('webfonts/390B06_0_0.ttf') format('truetype');}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


body{
	font-family: 'Gilroy-Light', sans-serif;
	background-color: #f8f5f2;
	color: #060300;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.show-for-medium{
		display: none;
	}
	body{
		margin-top: 1.5rem;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	body{
		margin-top: 2rem;
	}
	.service-icon-small, .show-for-small{
		display: none;
	}
}

*:focus { outline: none; }

p{
	font-size: 110%;
}

h1,h2,h3,h4,h5,h6,nav{
	text-transform: uppercase;
	font-family: 'Gilroy-Light', sans-serif;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.byline{
	    font-size: 28.5px;
	}
}

.icon-row{
	width: 100%;
	max-width: 780px;
	margin-bottom: 2rem;
}

nav ul{
	margin:0;
	padding:0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 110%;
	margin-bottom: 1rem;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	.margin-bottom{
		margin-bottom: 2rem;
	}
	nav ul{
		justify-content: space-around;
	}
}

nav li{
	list-style: none;
	margin: 0;
	padding:0;
}

nav a{
	color: #060300;
	transition: all 500ms ease;
	border-bottom: 0px;
}

nav span{
	text-transform: lowercase;
}

nav a:hover{
	color: #95a6b0;
	padding-bottom: 1px;
	border-bottom: 1px solid #95a6b0;
}

.active{
	color: #95a6b0;
	padding-bottom: 1px;
	border-bottom: 1px solid #95a6b0;
}

a{
	border-bottom: 1px solid #95a6b0;
	transition: all 500ms ease;
	color: #95a6b0;
}

a:hover{
	color: #419acd;
	border-bottom: 1px solid #419acd;
}

section{
	border-top: 2px solid #95a6b0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

section h5, section h4{
	color: #95a6b0;
	padding-bottom: 1px;
	border-bottom: 1px solid #95a6b0;
	display: inline-block;
	margin-bottom: 15px;
}

h5 span{
	text-transform: lowercase;
}

.testimonial{
	color: #777572;
	font-style: italic;
	margin-top: 3rem;
}

p span{
	padding-bottom: 1px;
	border-bottom: 1px solid #060300; 
	margin-right: 12px;
	text-transform: uppercase;
}

.uppercase{
	text-transform: uppercase;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	section{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.service-icon{
		padding-right: 20px;
	}
}

.service-icon-small{
	float: right;
    width: 87px;
    padding-left: 10px;
    padding-bottom: 10px;
}