body {
    font-family: Calibri;
    background: url(/images/evebg.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    color:rgb(255, 255, 255);
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
    
}
.navbar-fixed-top{
    clear:both;
    position:fixed;
    top:0px;
    width:100%;
    z-index:100;
}
textarea{
    
    width:600px;
    min-height:450px;
}



td{
   background-image: linear-gradient(180deg, rgba(62, 39, 3, 0.8), rgba(93, 59, 5, 0.8));
   text-align:center;
    padding:0px;
    font-size:12px;
    letter-spacing:1px;
   color:bisque;
    
}

#yieldOptimisedSummary{
    border:0px;
    margin:auto;
    width:27%;
    
 
}

#yieldOptimisedDetails{
    border:0px;
    margin:auto;
    width:80%;
    
}



 .nav-item.active{
    
    background-color:rgba(0,178,0,0.2);
}

footer{
    position:fixed;
    width:100%;
    text-align:center;
    bottom:0px;
    height:50px;
    padding:7px;
    background-color: RGBA(0,0,0, 0.55);
}

.jumbotron{
    background-color:transparent;
    color: #fff;
    letter-spacing: 2.5px;
    text-align:center;
    margin:0;
    padding: 10px;
}
.col-md-4 *{
    text-align:center;
    margin:3px;
}
.portfoliothums{
    border-radius:15px;
    width:100%;
    /*max-width:225px;
    max-height:225px;*/
}

.col-md-4 h1{
    background-color:rgba(14, 92, 14, 0.6);
    border-radius:12px;
    width:100%

}
