/*

Theme Name: Springboard

Author: RGB Media
Version: 1.6
Author URI: http://rgb-ltd.co.uk

*/

.header-contact {
   position: absolute;
    left: 16%;
    font-size: 18px;
    height: 45px;
    margin: 37px 0px;
    font-weight: 600;
    color: #999;
}

.header-phone {

}

.header-email {
   margin-top: -5px;
}

.header-email a {
   text-decoration: none;
}

@media screen and (max-width: 1380px) {
   .header-contact {
      left: 15%;
   }
}

@media screen and (max-width: 900px) {}

.col {
   padding: 0 6%;
}


}