/*
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 : Apr 12, 2018, 2:11:51 AM
    Author     : Win8
*/




#background{
    background-color:black;
    position:fixed;
    width:100%;
    height:150%;
    z-index:-50;
    box-shadow: 10px 5px 13px #e2e2cf inset ,-10px 5px 13px #e2e2cf inset;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color : rgba(0,0,0,0.2);
}

#div2{
    margin-top : 3%;
    color : white;
    text-align: center;
    margin-bottom : 5%;
}  

.three_box>h1{

    font-family: 'Permanent Marker', cursive;
    padding-bottom : 3%;
}

.three_box>h5{
    font-family: 'Lobster Two', cursive;
}

a{
    color :  #bfbfbf;
}

a:hover{
    color : #8c8c8c;
}
