/*!
 * Phoenix Color Palette Style
 *
 * Copyleft 2013 Pronto Marketing, Inc.
 *
 * Designed and built with love @prontomarketing.
 */

h1, h2, h3, h4, h5, h6 { font-family:tahoma; color: #333333; }
input, button, select, textarea, body { font-family:tahoma; }
body { color: #333333;  }
.body-background {  }
a { color: #45c3f3; }
.segment1 { color: #999999; background-color: #ffffff; }
.segment1 h1, .segment1 h2, .segment1 h3, .segment1 h4, .segment1 h5, .segment1 h6 { color: #000000; }
.segment2 { color: #999999; background-color: #f4f4f4; }
.segment2 h1, .segment2 h2, .segment2 h3, .segment2 h4, .segment2 h5, .segment2 h6 { color: #000000; }
.segment3 { color: #c8c8c8; background-color: #333333; }
.segment3 h1, .segment3 h2, .segment3 h3, .segment3 h4, .segment3 h5, .segment3 h6 { color: #ffffff; }
.segment4 { color: #ffffff; background-color: #000000; }
.segment4 h1, .segment4 h2, .segment4 h3, .segment4 h4, .segment4 h5, .segment4 h6 { color: #ffffff; }
.segment5 { color: #ffffff; background-color: #00adef; }
.segment5 h1, .segment5 h2, .segment5 h3, .segment5 h4, .segment5 h5, .segment5 h6 { color: #ffffff; }
.accent { color: #45c3f3; }
/* Tablets */
@media (max-width: 768px) {
    body {  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    body {  }
} 