html,
body {
  line-height: 1.2em;
  height:100%;
  width:100%;
  min-height:100%;
  font-family: 'Lustria', serif;
  font-weight: 400;
  font-size: 16px;
  color:#5f6164;
  background-color:#212b36;
}

p {
  margin: 0 0 25px 0;
  line-height: 1.4em;
  color:#5f6164;
  font-size:16px;
  font-weight: 400;
  font-family: 'Lustria', serif;
  font-weight: 400;
}

ul{
  margin:0;
  padding:0;
}

div{
  margin:0;
  padding:0;
}

a,
a:visited {
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Lustria',serif;
  font-weight: 400; 
  color:#7f620f;

}
a:hover,
a:visited:hover,
a:active,
a:visited:active {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

/* h1, h3, h5 - big bottom margins*/
h1,
h3,
h5 {
  margin: 0 0 12px 0;
}

/* h1, h3, h5 - small bottom margins*/
h2,
h4,
h6{
  margin: 0 0 4px 0;
}

/*  Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Box sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


