/*
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 21, 2017, 3:06:02 PM
    Author     : samut
*/
div.content {
    margin: auto;
    width: 760px;
    font-family: Tahoma,sans-serif;
    background-color: #e3e9e3;
}

header {
    position: relative;
    height: 135px;
    overflow: hidden;
    /*border: solid pink;*/
}

header .content{
    height: 130px;
}

header .content div.label1 {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 40px;
    letter-spacing: 3px;
    z-index: 2;
}


header .content .label2 {
    position: absolute;
    top: 75px;
    left: 180px;
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 2;
}

header .content .label3 {
    position: absolute;
    bottom: 10px;
    right: 40px;
    text-align: center;
    width: 120px;
    background-color: #A3B400;
    border: #717E00;
    z-index: 2;
}
header img.background {
    position: absolute;
    top: 0px;
    z-index: 1;
}

header img.line{
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    /*border: solid blue;*/
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: orange;
    clear: left;
    /*border: solid pink;*/
}

nav ul li {
    float: left;
    border-right: 1px solid white;
}

nav ul li:last-child {
    border-right: none;
}

nav ul li a {
    display: block;
    padding: 7px 15px;
    color: white;
    text-decoration: none;
    font-family: Impact, Charcoal, sans-serif;
}
/*
nav ul li a.active {
    color: black;
}
*/
nav ul li a:hover {
    color: black;
    background-color: lightgray;    
}
nav ul li a.active {
    color: white;
    background-color: gray;
}
footer {
    position: relative;
    margin-top: 30px;
    height: 122px;
    clear: left;
    /*border: solid red;*/
    overflow: hidden;
}

footer .background {
    position: absolute;
    top: 0px;
    z-index: 1;
}
footer .greenline {
    position: absolute;
    top: 0px;
    z-index: 2;
}
footer .line {
    position: absolute;
    bottom: 42px;
    z-index: 2;
}
footer .copyright {
position: absolute;
bottom: 0px;
z-index: 2;
}

/*share*/
div.welcome {
    font-size: 1.5em;
    text-align: center;
    padding: 25px;
    color: black;
    background-color: lightgrey;
}
div.welcome span {
    color: darkgray;
}

.fantasy {
    font-family: Impact, Charcoal, sans-serif;
}