/* your styles go here */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;

  src: url('../../fonts/roboto/Roboto-Regular.woff');
}
*{transition: all 300ms ease-in-out;}
body
{
  /*font-family: "avenir", 'open sans', helvetica, sans-serif;*/
  font-family: "Roboto";
  /*font-size: 150px/2;*/
  font-size: 1.01rem;
  font-weight: 350;
  line-height: 1.5em;
  color: #34495e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.list-item
{
	font-family: "Roboto";
	list-style: none;
}
ul.list-item li
{
	line-height: 1.9em;
	margin-bottom: .5em;
}
.space-bottom
{
  margin-bottom: 1.5em;
}
.space-top
{
  margin-top: 1.5em;
}
.copyrights {
  color: #fff;
  background: none;
  margin-top: 0px;
  padding: 20px 0;
  font-size: 0.9em;
}
.navbar .navbar-nav a.btn, .navbar .navbar-nav a.btn:hover{
    color: #fff;
}
@media screen and (max-width:768px) {
    img.d-block{
      position: relative;
      left: -30%;
    }
}