body{
  font-family: 'Roboto';
  color: rgb(83,51,13);
}
nav,
li,
a,
ul {
list-style-type: none;
text-decoration: none;
}
a{
outline:none;
font-size: calc(0.8vw + 0.5vh + 0.3vmin);
}
div{
  font-size: calc(0.8vw + 0.5vh + 0.3vmin);
}
hr{
	color: #fff;
    background-color:#ccc;
    border:0px none;
    height:1px; 
    clear:both;
}

img {
  -ms-interpolation-mode: bicubic;
}
textarea {
}
p {
font-family: 'Roboto';
font-size: large;
}
small {
  font-size: 85%;
}

strong {
  font-weight: 400;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}
p.caption{
font-weight: bold;
}
sup{
  font-size: calc(1vw + 1vh + 0.5vmin);
    font-weight: 300;
    font-style: normal;
    line-height: 1px;
}
h1, h2, h3,h4,h6{
  font-style: normal;
  font-family: 'Roboto';
  line-height: 100%;
}
a,h2,h3,h4,h5,h6{
  color: rgb(83,51,13);
}
li{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: calc(1vw + 0.3vh + 0.2vmin);
}
h1{
  font-weight: 500;
  font-size: calc(2vw + 1vh + 0.5vmin);
  text-transform: uppercase;
  color: rgb(107,135,77);
}
h2{
  /*font-size: 36pt;*/
  font-size: calc(2vw + 0.8vh + 0.5vmin);
  font-weight: 400;
  line-height: 120%;
  padding: 0.2em 0 0.2em 0;
  /*font-size:150%;*/
}
h3{
  font-size: calc(1vw + 0.5vh + 0.3vmin);
  /*font-size: 22pt;*/
  font-weight: 300;
  /*text-transform: uppercase;*/
  line-height: 100%;
}
h4{
  font-style: normal;
  font-weight: 300;
  font-size: calc(1vw + 0.3vh + 0.2vmin);
  line-height: 100%;
}
h5{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: calc(1vw + 0.3vh + 0.2vmin);
}
h6{
  font-size: calc(0.7vw + 0.5vh + 0.3vmin);
  font-weight: 300;
}


