/*
** your custom styling goes here
*/
.nofluid-10 { float: left !important; width: 7%; }
.nofluid-90 { float: left !important; width: 93%; }
.nav { margin-bottom: 6px !important; }
.my-venture { margin-top: 2px; }
.my-email { margin: 0 0 2px 0; padding: 0; height: 12px; }
.my-email-lg { margin: 0 0 2px 0; padding: 0; height: 13px; }
.heading { font-size: 14px!important; font-weight: 400; }
.body { font-size: 14px; font-weight: 400; }
.footer { font-size: 12px; }
.footer span { float: right; opacity: 0.98; }
strong { font-weight: 700; }

/* fancy list */
ul.fancylist { padding-left:20px; list-style:none; margin:20px 0 0 0; }
.fancylist li:before {    margin:0 10px 0 -22px; font-family: 'FontAwesome'; content: '\f18e'; /* use this to pick bullet: http://astronautweb.co/snippet/font-awesome/ */ font-size: 11px; position: relative; top: -0.2ex; }
.fancylist > li { margin-top: 10px; }


/* Color scheme */


/* color 1 */
a { color: #2F97DB; }
.btn-info { background-color: #2F97DB; }
.text-info { color: #2F97DB; }
.text-stronger { color: #2F97DB; }

/* color 1 highlight */
a:hover { color: #49B0F4; }
.btn-info:hover { background-color: #49B0F4; }

/* color 2 */
.my-profession { color: #E64C39; }
.my-caption { border-bottom: 1px dotted #E64C39; color: #E64C39; }
.btn-danger { background-color: #E64C39; }

/* color 2 highlight */
.btn-danger:hover { background-color: #FF6352; }

/* color 3 */
.btn-default { background-color: #787878; }
.popover { background-color: #787878; }
.popover-title { background-color: #787878; }
.popover.top .arrow:after { border-top-color: #787878; }
.popover.right .arrow:after { border-right-color: #787878; }
.popover.bottom .arrow:after { border-bottom-color: #787878; }
.popover.left .arrow:after { border-left-color: #787878; }
body { background-color: #787878; }

/* color 3 highlight */
.btn-default:hover { background-color: #919191; }




