﻿body {
    font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}
/* HERO IMAGE - HEADER */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px;
}

h1, .h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #2ca8ff;
}
a:hover, a:focus {
  color: #109cff;
  text-decoration: none;
}

a:focus, a:active {
  outline: 0;
}
.ghost-button {
  display: inline-block;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #000;
}

/* container 100& width background */
.hero-image-container {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3)), url(../images/auctioneer.jpg) 
  no-repeat; 
  width:100%; 
  height:630px; 
  position:relative;
   background-size: 100%;
}

/* overriding bootstrap padding and margins */
.container-hero {padding-top:200px;}

.description{
  color: white;
  padding: 5px;
}
.description h2{
  text-shadow: 0 1px 5px rgba(0,0,0,0.2);
  font-weight: 200;
  font-size: 40px;
}
.description h5 {
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
  font-size: 18px;
}
/* general styles for hero-image area, will be used by all similar pages */
.hero-image {
  width: 100%; 
  display: inline-block; 
  vertical-align: middle; 
  color: transparent; 
  background-size: 100%; 
  background-position: 50% 50%; 
  background-repeat: no-repeat;
}


.section {
  padding: 30px 0;
  position: relative;
  background-color: #FFFFFF;
}
.section p{
  margin-top: 30px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 200;
}

.section-description h5 {
  margin-top: 40px;
}

.section-features{
        margin: 50px 0;
   }

.section-features .card{
        width: 100%;
        min-height: 390px;
        padding: 10px 30px;
        
        margin-top: 30px;
        text-align: center;
   }

.section-features .card .icon i{
        font-size: 63px;
        color: #9a9a9a;
        width: 85px;
        height: 85px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        margin: 0 auto;
        margin-top: 20px;
   }
.section-features .card.card-blue{ 
      
       height: 200px;
    }

.section-features .card.card-blue .icon i{
      color:#00bbff;
    }

.section-features .card  h4{
        font-weight: 300;
        text-align:center;
   }
    
.header-text{
      text-transform: uppercase;
      font-weight: 200;
      color: #333;
      margin-bottom: 20px;
      font-size: 30px;
      position: relative;
      line-height: 24px;
}
/* Featurettes
------------------------- */


.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
