/*@import url(http://fonts.googleapis.com/css?family=Conv_COPRGTL:400,300,100,700,100italic,300italic,400italic,700italic);*/
@font-face {
  font-family: 'Conv_COPRGTL';
  src: url('fonts/COPRGTL.eot');
  src: local('☺'), url('fonts/COPRGTL.woff') format('woff'), url('fonts/COPRGTL.ttf') format('truetype'), url('fonts/COPRGTL.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	background: #e8e8e8;
	font-family: 'Conv_COPRGTL', sans-serif;
}
.navbar{
	margin-bottom: 0px;
}
.navbar-brand {
    height: 80px;
    font-size: 35px;
    line-height: 120%;
    color: #555742;
}
.navbar-brand>img {
    display: inline-block;
}
.services{
	font-size: 16px;
	word-spacing: 4px;
}
.border-bottom-red{
	border-bottom: 1px solid #ff1818;
}
.bg-white{
	background: white;
}
.empty-space{
	height: 20px;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
