.bgbody-custom {
	background-image: url("../img/media/bg.png");
}

@font-face {
  font-family: 'Montserrat Regular';

  src: url('fonts/montserrat-regular-webfont.eot');
  src: 
    url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), 
    url('fonts/montserrat-regular-webfont.woff2') format('woff2'), 
    url('fonts/montserrat-regular-webfont.woff') format('woff'), 
    url('fonts/montserrat-regular-webfont.ttf') format('truetype'), 
    url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
}


/*sticky footer*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
  font-family: 'Montserrat Regular';
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #f5f5f5;
  font-size: 12px;
  border-top: 1px #d1cbcb solid;
  font-size: 11px;
}