/*
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 : Jul 23, 2017, 12:11:32 PM
    Author     : sam
*/

/*Home*/
section {
    position: relative;
    margin: 1.2em;
    overflow: hidden;
}
section.row1 div {
    position: absolute;
    top: 50px;
    right: 40px;
    font-size: 1.2em;
}

section div span {
    font-size: 2em;
    color: cadetblue;
}
section.row1 img {
    display: block;
    margin: auto;
    z-index: -1;
}

.gallery {
    float: left;
    margin-left: 1.2em;
    width: 160px;
    height: 140px;
    border: 1px solid gray;
}
.gallery img {
    width: 100%;
    height: 110px;
}
.col2 {
    margin-left: 12px;
}

.desc {
    text-align: center;
    color: white;
    background-color: black;
}


