/* css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}

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

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}  

body {
  background-color: #000;  
	min-width: 760px;
}

div.body {
	background-color: #fff;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 20px;
}

h1, h2, h3, h4, p, span, a, li {
	font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
}

h1 {
  font-size: 30px;
  padding: 100px 20px 5px;
  background: url(i/banner.jpg) no-repeat center center;
  background-size: cover;
  line-height: 60px;
  color:rgb(133, 133, 133);
}

h3, h4 {
  font-size: 22px;
}

p, span, a, li {
  font-size: 18px;
	line-height: 25px;
}

.body > p {
	padding: 20px 40px 0;
}

.body > h2 {
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
}

.body > div {
	vertical-align: top;
	padding: 10px 20px;
}

.body > div h4 {
	padding: 0 0 10px;
}

.body > div img {
	width: 50%;
}

.body > div div {
	display: inline-block;
	width: 49%;
	padding-left: 1%;
	vertical-align: top;
}

.body > div > div > a {
	display: block;
	padding: 10px 0 5px;
}

.body p a {
	color: #9b9b9b;
}




















