﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background-image: url("/images/Wallpapers.jpg");
    background-color: #FDFDFD;
    background-position: right top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 80px; /* Margin bottom by footer height */
}

nav {
    background-image: linear-gradient( to right,#FFFFFF,#FFFFFF,#F8F9FA,#F8F9FA, #F8F9FA, #F18809, #F15200);
    border-bottom: 5px groove #B2B2B2;
}



.nav-item-color {
    color: #19151C;
    text-decoration: none;
}



a:link {
    color: #19151C;

}

a:visited {
    color: #19151C;

}

a:active {
    color: #19151C;

}

a:hover {
    color: #827E7B;

}

footer {
    background-image: linear-gradient( to right,#FFFFFF,#FFFFFF,#F8F9FA,#F8F9FA, #F8F9FA, #F18809, #F15200);
    border-top: 5px ridge #B2B2B2;
    color: #19151C;
}

.footer {
    position: absolute;
    color: #19151C;
    bottom: 0;
    width: 100%;
    height: 50px; /* Set the fixed height of the footer here */
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.contentcontainer {
    border: 2px solid #424242;
    background: rgba(253, 253, 253, 0.99);
    padding: 20px;
    height: 100%;
    box-shadow: 4px 4px #B2B2B2;
}

.architecturdiv {
    background-color: #FDFDFD;
}

.row {
    padding-top: 20px;
}

.capability {
    margin: 15px;
    padding: 5px;
}


logo {
    height: 70px;
    width: 187px;
}

.centerheader {
    text-align: center;
}
.contentheader {
    margin-bottom: 20px;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.orangebottom {
    border-bottom: 2px solid #F18809;
    padding-bottom: 0px;
}

.valueimages {
     transform:scale(0.78);
}

.valueimagescontainer {
    height: 170px;
    vertical-align: middle;
}

.portfoliohex {
    width: 95%;
    height: auto;
    transform: scale(0.8);
}

.portfolioHexcontainer {
    vertical-align: middle;
}

.portfolioContent {
    text-align: center;
    vertical-align:middle;
    line-height: 300px;
    height: 300px;
    font-size: 30px;
    font-weight: 600;
}

.PortfolioLeft {
    background-image: url("images/Consulting.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.PortfolioCenter {
    background-image: url("images/EngineeringServices.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.PortfolioRight {
    background-image: url("images/Training.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolioimages {
    width: auto;
    height: 95%;

}

.portfolioimagescontainer {
    width: auto;
    overflow: hidden;
    height: 250px;
    padding: 0px;
    text-align: center;
}

a.ColoredLink {
    color: blue;
}

hr {
    height: 1px;
    background-color: #F18809;
    border: none;
}

blockquote { font-family: Consolas, monaco, monospace;}
