html, body {
 font-family: 'Roboto', sans-serif !important;
}
.winter {
  background : url("../img/winter.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo-nav{
  max-height: 62px !important;
  height: 62px !important;
  width: auto !important;
}
.message-body{
  white-space: pre;
}
.border-line+.border-line {
  border-top: 1px solid rgba(219,219,219,.5);
}