html, body{
    padding:0;
    margin:0;
}

html{ 
    line-height: 30px;
}

body {
  font-size: 1rem;
  color: #a19f9f;
  background: #272727;
}
body, button, input, select, textarea {
    font-family: "IBM Plex Sans", sans-serif;
}

h1, h2, .h1, .h2 {
    margin-top: 48px;
    margin-bottom: 16px;
}

h1, .h1 {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0px;
}

h1, .h1 {
    font-size: 38px;
    /*line-height: 48px;*/
    letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    clear: both;
    color: #fff;
    font-weight: 600;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
        margin-top: 0.67em;
        margin-bottom: 0.67em;
}
*, ::before, ::after {
    box-sizing: inherit;
}

p.subheader {
  font-weight: bold;
  color: #8a7878;
}

img.rt, .rt {
  padding: 3pt;
  float: right;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #d80505;
}

a:hover, a:active {
  color: #f89797;
}

#top-bar {
    height:80px;
    padding:5px;
    width:100%;
    clear:both;
    background-color:#000000;
    border-bottom:1px solid #d80505;
}

#top-bar .logo { 
    background-image:url("02.png");
    background-repeat:no-repeat;
    background-size:auto;
    min-width:270px;
    min-height:74px;
    margin-left:25px;
}

#header {
    min-height:300px;
    clear:both;
    width:100%;
    background-size:cover;
    background-image:url("01.jpg");
    background-repeat:no-repeat;
    border-bottom:1px solid #873d3d;
}

#content {
    margin:0;
    clear:both;
}

#hero {
    clear:both;
    display:block;
    margin:10px 25px;
}
  
/* The Magic Float Center Code */
.float_center {
    float: right;
  
    position: relative;
    left: -50%; /* or right 50% */
    text-align: left;
  }
  .float_center > .child {
    position: relative;
    left: 50%;
  }
  
#services {
    margin:40px 0;
    padding:15px 25px;
    background:#000000;
    clear: both;
    min-height:335px;
}

.services-block {
    border:1px solid #333333;
    padding:10px;
    float:left;
    width:30%;
    margin:10px;
    min-height:300px;
}

#contact {
    margin:15px 25px;
}

#footer {
  font-size: .7rem;
  line-height: 12pt;
  text-align: center;
  min-height:40px;
  padding:5px 25px;
  margin:0;
  background-color:#000000;
  border-top:1px solid #d80505;
  color:#666666;
}
