.container-fluid {
    padding: 0;
}

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
  
}


h1 {
    
    font-size: 2.5em;
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
    line-height: 1.1;
}


h2 {
    
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight:bold;
    padding-top: 1em;
    padding-bottom: 1.5em;
 
}

.row {
    
    padding-bottom: 1em;
    margin-left: 0;
    padding-top: 0.5em;
    
}

.emphasis{
    font-weight: bold;
}


.dna-title{
  padding-top: 0;
  padding-bottom: 0.5em;
    
}


.img-fluid {
    
    max-width: 100%;
    height: auto;
    
}


.statistics_title {
    
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight:bold;
    padding-bottom: 1.5em;
    
}

#partnership_title {
    
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight:lighter;
    line-height: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1em;
    color: white;
}

#logo-image {
    left: 0%;
    top: 0%;
    position: absolute;
    max-width: 140px;
}

.grey_background {
    
    background-color: #f1f1f1;
    padding-bottom: 3em;
    padding-top: 1em;
}

.white_background {
    
    background-color: #fff;
    padding-bottom: 2em;
    padding-top: 1em;
}

.blue_background {
    
    background-color: #0052a2;
    padding-bottom: 1em;
    
}

.title {
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
    padding-top: 1em;
}

.title_icons {
 font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.6em;
 font-weight:bold;
 padding-top: 0.5em;
 color: white;
    
}



#post-content {
    
    top:10em;
    left:5em;
    position: absolute;
    color: white;
    
    
}

.btn-primary {
    
    font-size: 0.9em;
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f7b500;
    border-radius: 20px;
    border:none;
    width: 170px;
    height:35px;
    text-align: center;
    padding-bottom: 1em;
    
}

.btn{
    padding-bottom: 2em;
}

.names{
    font-weight: bold;
}



/*----------------------- Test Stuff --------------------------*/

.flex-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;  

}


.flex-container > div {
  
  
  padding:10px;
  
  
}

.flex-container_icons {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;  

}

.icons{

text-align: center;
    
}

img {
    max-width:100%;
    height: auto;
}

.img_responsive_icons{
    width:50%;
    padding-bottom: 0.5em;
}

.limit-width {
    max-width: 1300px;
    margin: 0 auto;
}

/* cards*/

.card-text{
    
    padding-top: 1em;
}

.rounded-circle{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nbc{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}


.sales{
    padding-top: 5em;
}

.stats{
    font-size: 3em;
    font-weight: bold;
}

.spine{
    margin-bottom: 10px;
}


/* Main Image*/

.new-features-featured.templates {
    background-image: url(main_image.jpg);
    background-size: cover;
    
}

@media (max-width: 991px)
.new-features-featured.templates .content {
    text-align: center;
}

.new-features-featured {
    margin: 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F8F9FA;
    /*padding: 0px 20px;*/
    position: relative;
}

.new-features-featured.templates .content {
    padding-bottom: 90px;
}

.new-features-featured .content {
    padding: 30px 30px 30px 30px;
}

@media (max-width: 991px)
.new-features-featured.templates .content {
    text-align: center;
}

.jumbo_text{
    color: white;
}


.main_img{
    padding-left: 0;
    padding-top: 0;
}

/*Footer Styles*/

.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}

.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


