﻿#Portfolio {
    height: 768px;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    color: #000000;
}

#PortfolioTitle {
    height: 200px;
    text-align: center;
}

.p122 {
    height: 100px;
}

.PortfolioTitleText {
    color: #000000;
    font-size: 52px;
}

.PortfolioGenralText {
    color: #000000;
    font-size: 26px;
}

.PortfolioTile {
    /*background-color: #ff6a00;*/
    width: 195px;
    height: 195px;
    -moz-animation: fadein 2s;
    -o-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    /*box-shadow: #000000 0px 0px 8px;*/
    float: left;
    /*margin-left:2px;*/
}

.TileShadow {
    /*box-shadow:#000000 0px 0px 2px*/
}

#technology {
    display: none;
}

#Tools {
    display: none;
}

#Client {
    display: none;
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.P_Image_T1 {
     border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Technology/technology-1.png');
}

.P_Image_T2 {
     border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Technology/technology-2.png');
}

.P_Image_T3 {
     border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Technology/technology-3.png');
}

.P_Image_T4 {
     border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Technology/technology-4.png');
}

.P_Image_T5 {
     border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Technology/technology-5.png');
}

.P_Image_Tool1 {
   border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Tools/tool-1.png');
}

.P_Image_Tool2 {
   border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Tools/tool-2.png');
}

.P_Image_Tool3 {
   border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Tools/tool-3.png');
}

.P_Image_C {
    border:1px solid #bcbfb6;
    height: 99%;
    width: 99%;
    background-image: url('/Images/Client/BuyBattery.png');
}
