/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-jul-11, 01:02:27
    Author     : Edvin
*/

.infoThumbLink
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/about_screenie_thumbnail01.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
    display:block;
    opacity:1;
    
    -webkit-transition: opacity 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: opacity 0.1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.1s;
}

.infoThumbLink:hover
{
    opacity:0.9;
    
    -webkit-transition: opacity 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: opacity 0.1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.1s;
}

#bhlThumb01
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/bhl/bhl_thumb01.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}
#bhlThumb02
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/bhl/bhl_thumb02.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}
#bhlThumb03
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/bhl/bhl_thumb03.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}
#bhlThumb04
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/bhl/bhl_thumb04.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}


#TfThumb01
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/thefacility/tf_thumb01.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}
#TfThumb02
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/thefacility/tf_thumb02.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}
#TfThumb03
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/thefacility/tf_thumb03.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}
#TfThumb04
{
    width:100%;
    height:100px;
    background-color:black;
    background:url("images/projects/thefacility/tf_thumb04.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: 5px 0px 5px 0px;
}