/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/nunito-sans-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/nunito-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #777;
	background: #fff;
}

#page { 
	margin: 100px auto;
	width: 700px;
}

.content {
	padding: 0px;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1em;
	text-transform: uppercase;
}
h1.start {
	display: none;
}
h2 {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 400;
}

p { margin:10px 0; padding:0; line-height: 1.4em;}

p.info {
	display: block;
	padding: 40px 0;
	font-weight: bold;
}

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

p.a { float: left; margin-right: 20px;}
p.b { float: left; }

strong {
	font-weight: 700;
}

#logo {
	margin-bottom: 40px
}

.contact {
	border-top: 1px solid #697274;
	padding-top: 30px
}

@media screen and (max-width: 767px)  {
	#page { 
		width: 90%;
	}
	#logo {
		max-width: 300px
	}
}

.back {
	display: block;
	margin-bottom: 40px
}