/* General */

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #212121;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 90%;
	line-height: 1.42em;
	padding: 0;
	font-family: 'proxima_nova';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header {
	text-align: center;
}
.suunto-logo {
	margin-top: 2.5em;
	width: 90px;
}

/* Headers */

h1 {
	text-transform: uppercase;
	line-height: 1.1em;
	font-size: 20px;
	font-weight: 400;
	opacity: 0.65;
}
h2 {
	font-size: 1.1em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
h3 {
	font-size: 1em;
}
h2 span {
	font-weight: 400;
	opacity: 0.65;
}
h2 span:before {
	content: '-';
	margin: 0 0.5em; 
}

/* Lists */

ul, ol {
	margin: 1.5em 0;
}
li {
	margin: 0.2em 0;
}
p {
	opacity: 0.75;
}

/* Wrappers */

.container {
	max-width: 48em;
	margin: 0 auto;
	text-align: left;
	padding: 1em;
}
.version-wrapper {
	margin: 4em 0;
}
.version-wrapper:first-child {
	margin-top: 2em;
}

/* Links */

a:link {
   color:inherit;
}

a:visited {
   color:inherit;
}

/* Responsivity */

@media screen and (min-width: 480px) {

	body {
		font-size: 100%;
	}
	h1 {
		font-size: 20px;
		font-weight: 400;
	}
}
@media screen and (min-width: 720px) {
	body {
		font-size: 110%;
	}
} 
