.pricing-table-header {
  background: #2c4985;
}
.pricing-table-free .pricing-table-header {
  /*background: #9eb3df;*/
    background:#2C4985;
}
.pricing-table-biz .pricing-table-header {
  /*background: #6586cc;*/
background-color:#2C4985;
}
a.pure-button-primary {
  background-color: #2c4985;
}
a.button-secondary {
  color: white;
  /*border-radius: 50px;*/
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /*background: #D65941;*/
/*background:#df7e6b;*/
    background-color:#D65941!important;
}
a.button-secondary:hover{
    background-color:#D65941!important;
}
.text-big {
  font-size: 3em;
}
.button-choose {
  border: 1px solid #ccc;
  background: #2c4985;
  color: white;
  /*border-radius: 2em;*/
  font-weight: bold;
  position: relative;
  bottom: -1.5em;
}
.button-basic {
  /*background: #9eb3df;*/
    background:#2C4985;
}
.button-cms {
  /*background: #6586cc;*/
background-color:#2C4985;
}
.button-custom {
  background: #2c4985;
}
.footer a {
  color: #6586cc;
}
.pure-menu.pure-menu-horizontal {
  background-color: #2c4985;
}
.pure-menu .pure-menu-selected a {
  background: #D65941;
  color: white;
}
.pure-menu li a:hover {
  /*background: #6586cc;*/
  /*color: white;*/
}
.pure-menu a {
  color: #d8d8d8;
}

#logo{
    margin-left:auto;margin-right:auto;text-align: center;display:block;margin-top:20px;max-width:350px;
}
.services-icons{
    /*color: #df7e6b;*/
    color:#9EB3DF;
    font-size: 3.2em;
    text-align: center;
    display: block;
}
.header-grey{
    color:#B6B6B6;
}
.text-center{
    text-align: center;
}
.contact-link-color{
    color:#6586cc;
}

#mainHeader{
    background-color:white;
    width:100%;
}
/*.pure-menu li a:focus{background-color:initial}*/
.pure-menu li a:active {
     background: #D65941;
}