/*
Theme Name:
Theme URI: https://harmonicdesign.ca
Author: Harmonic Design
Author URI: https://harmonicdesign.ca
Description: This theme is for use on *** <strong>only</strong>
*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 22px;
	line-height: 1.6;
	color: #4a4a4a;
	font-family: sans-serif;
	overflow-x: hidden;
	background-color: #014b92;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

#content {
	text-align: center;
	max-width: 840px;
	margin: 0 auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

h1 {
	font-weight: 100;
	font-size: 8vw;
	line-height: 1;
	margin-bottom: 1rem;
	font-family: "Open Sans", sans-serif;
}

h2 {
	font-size: 2.8vw;
	line-height: 1;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
    opacity:0.7;
}

#icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

#icons img {
	display: block;
	max-width: 100%;
}

#icons > a {
	background: #fff;
	padding: 2em;
	display: block;
}

.button {
	padding: 0.4em 1em;
	background-color: #fff;
	color: #014b92;
	margin-bottom: 1em;
	display: inline-block;
}

@media (max-width: 840px) {
	#content {
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 4rem;
	}

	h1 {
		font-weight: 100;
		font-size: 64px;
		line-height: 1;
		margin-bottom: 1rem;
	}

	h2 {
		font-size: 32px;
		line-height: 1;
	}

	#icons {
		grid-template-columns: 1fr;
	}
}
