/******************************************************************
**                                                               **
** Colors I've tried **********************************************
**  #5b1c13;  Dark Maroon                                        **
**  #154f26;  Forest Green                                       **
**                                                               **
******************************************************************/

/*** CHECK ICONs  ****/
ul.greencheck {
    list-style-image: url("../images/checkicon_green.png");
}
ul.marooncheck {
    list-style-image: url("../images/checkicon_maroon.png");
}
ul.whitecheck {
    list-style-image: url("../images/checkicon_white.png");
}

/*****************************************************
** General Tags **************************************
*****************************************************/
html {
    border: 0;
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Open Sans" !important;
    font-size: 16px;
    display: block;
    height: 100%;
    background: none repeat 0 0 scroll #fff;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    border:0px;
}
    
h1 {
    line-height: 1;
    margin-bottom: .5em;
    color: #154f26;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

h2 {
    line-height: 1;
    margin-bottom: .5em;
    color: #154f26;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

td.throw { /*  throw in td.throw stands for 't'able 'h'eader 'row'  */
    border: 2px solid #ffffff;
    padding: 10px;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
    font-size: 24px;
    font-weight: 900;    
    width: 33.3%;
}

td.tdrow {/*  throw in td.throw stands for 't'able 'd'ata 'row'  */
    border: 2px solid #ffffff;
    padding: 15px 20px;
    text-align: left;
    vertical-align: top; 
    border-right: 0;
}
/****************************************************************
** Classes ******************************************************
****************************************************************/
.contempTech_spacer_5 {
    min-height:5px;
    height: 5px;
}
.contempTech_spacer_10 {
    min-height:10px;
    height: 10px;
}
.contempTech_spacer_15 {
    min-height:15px;
    height: 15px;
}
.contempTech_spacer_20 {
    min-height:20px;
    height: 20px;
}
.contempTech_spacer_25 {
    min-height:25px;
    height: 25px;
}
.contempTech_spacer_30 {
    min-height:30px;
    height: 30px;
}
.contempTech_spacer_35 {
    min-height:35px;
    height: 35px;
}
@media all and (max-width: 1600px) { 
.contempTech_hompage_main_image_div {
    background-image: url("../images/homepage/pittsburgh.png");
    background-repeat: no-repeat;
    height: 360px;    
}
}
@media all and (min-width: 1600px) { 
.contempTech_hompage_main_image_div {
    background-image: url("../images/homepage/pittsburgh_doubleWide.png");
    background-repeat: no-repeat;
    height: 360px;    
}
}
.contempTech_image_column {
    text-align: center;
}

.contempTech_highlight_text {
     color:#154f26;
     font-weight:900
}

.contempTech_s2 {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.contempTech_s2 table {
    width: 100%;
    font-size: 18px;
    background-color: #154f26;  /*#5b1c13;*/
    color: #ffffff;
    border-right: 2px solid #ffffff;
}

.container .row {   /*--Rows inside bootstrap containers (not container-fluid) must be indented some */
    margin-left: 1px;
    margin-right: 1px;
}

.contempTech_s2 .row {
    padding-top: 10px;
    padding-bottom: 10px; 
}

.contempTech_maroon_row {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #154f26; /*#5b1c13;*/
    color: #fff;
}
.contempTech_green_row {
    background-color: #154f26;
    color: #fff;
}
.contempTech_white_row {
    background-color: #fff;
    color: #154f26;
}
 
.contempTech_id_info {
    background-color: #ffffff;
    color: #154f26;
    width: 100%;
    padding-top: 2px;
    display: block; 
    font-weight: 700;
}
.contempTech_page_header {
    background-image: url("../images/header_bg.png");
    background-repeat: repeat-x;
    height: 111px;
    border-bottom-style: solid;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #ffffff;
}

.contempTech_page_header_border {
    height: 3px;
    background-color: #ffffff;
}

.contempTech_page_header_logo {
    margin-top:10px;
    margin-bottom:8px;
    height: 90px;
    margin-left:20px;
}

.contempTech_customized_technology_solutions_img {
    margin-top: 10px;
}

.contempTech_stick_to_top {
    position:fixed;
    top:0;
    width:100%;
    z-index: 100; /*Keep this in front of page content*/
}                       

.contempTech_footer {
    min-height:300px;
    padding: 40px 0px;
    background-color: #5b1c13;
    color: #ffffff;
}

.contempTech_footer a {
    color: #ffffff;
}
                 
.footer-title-text {
    font-weight: 900;
    font-size: 14px; 
}
.footer-text {
    font-size: 14px;
}
