/*
	Common Ind.ie styles.
*/

.main {
	padding: 14px;
	padding-top: 0;
	overflow: hidden;
}

@media only screen and (min-width: 600px) {
	.main {
		font-size: 16px;
		margin: 0 auto;
		max-width: 1500px;
		padding: 21px;
		padding-top: 0;
		padding-bottom: 100px;
	}
}

h1 {
	margin-bottom: 14px;
}

h2 {
	font-family: "Avenir Next Ultra Light", "Avenir Next", Avenir, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;
	margin-top: 28px;
	margin-bottom: 14px;
}

a {
	text-decoration: underline;
}

.sub-navigation--list {
	margin: 0;
	margin-top: 11px;
	overflow: hidden;
	padding: 0;
/* flex box to centre children */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 600px) {
	.sub-navigation--list {
		margin-top: 0;
	}
}
.sub-navigation--list {
	margin: 0;
/* Make sure that the rule is written out only once in case there is no rem substitution */
	margin: 0;
	margin-top: 11px;
	margin-top: 0.6875rem;
	overflow: hidden;
	padding: 0;
/* Make sure that the rule is written out only once in case there is no rem substitution */
	padding: 0;
/* flex box to centre children */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 600px) {
	.sub-navigation--list {
		margin-top: 0;
	}
}
.sub-navigation--list li {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0 13px 1px 1px;
/* Make sure that the rule is written out only once in case there is no rem substitution */
	padding: 0 0.8125rem 0.4375rem 0.8125rem;
}
.sub-navigation--list li a {
	border-bottom: 1px solid #191919;
	border-bottom: 0.0625rem solid #191919;
	color: #191919;
	display: block;
	float: left;
	font-size: 16px;
	font-size: 1rem;
	line-height: 21px;
	line-height: 1.3125rem;
	padding: 18px 1px 1px 1px;
/* Make sure that the rule is written out only once in case there is no rem substitution */
	padding: 1.125rem 0.0625rem 0.0625rem 0.0625rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sub-navigation--list li a:hover,
.sub-navigation--list li a:active,
.sub-navigation--list li a:focus {
	border-color: #000;
	color: #000;
}
.labs-projects .sub-navigation .projects-link a,
.labs-blog .sub-navigation .blog-link a {
	background: #ccc;
	border-bottom: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	margin-top: 11px;
	margin-top: 0.6875rem;
	padding: 7px 14px 1px 1px;
/* Make sure that the rule is written out only once in case there is no rem substitution */
	padding: 0.4375rem 0.875rem;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: all none ease;
	-moz-transition: all none ease;
	-ms-transition: all none ease;
	-o-transition: all none ease;
	transition: all none ease;
}
@media only screen and (min-width: 770px) {
	.labs-projects .sub-navigation .projects-link a,
	.labs-blog .sub-navigation .blog-link a {
		background: url("https://ind.ie/assets/images/sprite.svg") no-repeat top center;
		border-bottom: 1px solid #191919;
		border-bottom: 0.0625rem solid #191919;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: block;
		margin-top: 0;
		padding: 18px 1px 1px 1px;
		padding: 1.125rem 0.0625rem 0.0625rem 0.0625rem;
	}
	.no-svg .labs-projects .sub-navigation .projects-link a,
	.no-svg .labs-blog .sub-navigation .blog-link a {
		background-image: url("https://ind.ie/assets/images/sprite.png");
	}
}

pre {
	font-size: 17px;
	margin-top: 5px;
	border-radius: 0;
}

pre code {
	background: none;
}

footer {
	border-top: 1px solid #ccc;
	font-size: 15px;
	margin-top: 28px;
	padding: 10px 0;
}