@font-face {
  font-family: "Cerebri Sans";
  src: url(../eot/cerebrisans-light.eot);
  src: url(../ttf/cerebrisans-light.ttf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(../eot/cerebrisans-regular.eot);
  src: url(../ttf/cerebrisans-regular.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(../eot/cerebrisans-bold.eot);
  src: url(../ttf/cerebrisans-bold.ttf);
  font-weight: 700;
  font-style: normal;
}


.homepage-box {
    border: 1px transparent;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 20px !important;
    width: 44% !important;
    display: inline-block;
    margin-right:10px;
    margin-left:10px;
    min-width: 200px;

    /*height: 200px;*/
}


#summary_scorecard a {
  border-bottom: none;
}


#summary_scorecard p {
  font-size: 1.2em !important;
}

.homepage-box:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        color: #fff !important;
    /*height: 200px;*/
}

.mix {
  border-radius: 15px;
}

.homepage-box h2 {
  font-size:1.5em !important; 
  font-family:"Cerebri Sans"; 
  letter-spacing: 1.2px;
}

.homepage-box h8 {
    color: #fff;
    letter-spacing: 1.3px;
    font-size: 1em;
    line-height: 2em;
    
    
}

.description-home {
  width:84%;
  margin: 0 auto;

}

.description-home a {
  border-bottom: none !important;

}

.description-home-button {
    /*border: 1px solid;*/
    border: 0px solid;
    border-radius: 5px;
    /*background: rgba(0, 0, 0, 0.15);*/
    background: #17af7d;
    margin-bottom: 15px !important;
    display: inline-block;
    min-height: 50px;
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 25px;
      /*font-weight: 400;*/
  font-size: 1em;
  padding-bottom: 14px;
  letter-spacing: 0.7px;
  margin-left: 20px;
  margin-right: 20px;
  border-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
    letter-spacing: 1.5px;
    color:white;
    margin-top: 1.5em;
    font-family: "Cerebri Sans";

}
.description-home-button:hover {
    /*border-color: rgba(255, 255, 255, 0.75) !important;*/
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        background: #19cf86;
        color: #fff !important;
    /*height: 200px;*/
}

.home-more-button {
    /*border: 1px solid;*/
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 40px !important;
    display: inline-block;
    min-height: 50px;
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 25px;
      /*font-weight: 400;*/
  font-size: 1em;
  padding-bottom: 14px;
  letter-spacing: 0.7px;
  margin-left: 20px;
  margin-right: 20px;
  /*border-color: #fff;*/
  /*border: 1px solid #617895;*/
  font-weight: 400;
    letter-spacing: 1.5px;
    color:white;
    font-family: "Cerebri Sans";
}
.home-more-button:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        color: #fff !important;
    /*height: 200px;*/
}

.home-more-button-top {
    /*border: 1px solid;*/
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 1.5em;
    display: inline-block;
    margin-bottom: 15px !important;
    min-height: 50px;
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 25px;
      /*font-weight: 400;*/
  font-size: 1em;
  padding-bottom: 14px;
  letter-spacing: 0.7px;
  margin-left: 20px;
  margin-right: 20px;
  /*border-color: #fff;*/
  border: 1px solid #617895;
  font-weight: 400;
    letter-spacing: 1.5px;
    color:white;
    font-family: "Cerebri Sans";
}
.home-more-button-top:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        color: #fff !important;
    /*height: 200px;*/
}

@media (max-width: 800px) {


.homepage-box {
    border: 1px transparent;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 20px !important;
    width: 100% !important;
    display: inline-block;
    margin-right:10px;
    margin-left:10px;
    margin: 0 auto;
    /*min-width: 200px;*/

    /*height: 200px;*/
}



}