@CHARSET "ISO-8859-1";

@font-face {
    font-family: MavenPro;
    src: url(../fonts/MavenPro-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: MavenPro;
    src: url(../fonts/MavenPro-Bold.ttf);
    font-weight: bold;
}

body {
    font-family: MavenPro;
}

.cd-logo-large {
    background-image: url(../../../img/logos/cd_logo_large_gloss.png);
    height: 200px;
    overflow: hidden;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom:10px; }

/* 9e1301
 09154d */


.row-about { padding-top: 40px; padding-bottom:40px; background-color: #09154d; color: #fff; }
.row-team { padding-top: 40px; padding-bottom:40px; }
.row-contact { padding-top: 40px; padding-bottom:40px; background-color: #9e1301; color: #fff; }
.row-products { padding-top: 40px; padding-bottom:40px; }

.cdx-right-body { margin-top: 20px; font-size: 1.2em; }
.cdx-h1 { font-size: 3.4em; }

div.linked-in { text-align: center; }
div.name { font-size: 1.2em; }
div.bio { font-size: .9em;  }
li.member img { margin-right: 10px; }