/*
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 : Oct 31, 2015, 11:05:12 AM
    Author     : Sujit
*/

body{
    background-attachment: fixed;
    background-color: #e9e9eb;
    //background-image: url(images/Untitled.png);
    //opacity:0.8;
    background-position: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
    background-size: cover;
}

#label{
    //opacity:0.9;
    //filter:alpha(opacity=10);
    background-image: url(images/title.png);
    //background-color:#D7C2D2;
    margin: 5px auto;
    width: 1000px;
    height: 135px;
    text-align:center;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bolder;
    padding-top: 0px;
}
#Caption{
    margin: -35px 0px 0px 380px;    
}

#navigation
{
    background-color: chocolate;
    //background-image: url(images/water.jpg);
    height: 45px;
    width: 1000px;
    //border: 5px solid #E3E3E3;
    border-radius: 8px;
    margin: 5px auto;
    //position: relative;
    margin-top: -38px; // set top distance for navigation bar
    text-shadow: 0.1em 0.1em #red;
    //background:#0096CD;
}
#nav
{
    list-style:none;    
}
#nav ul
{
    //margin: 100px 0px 0px 0px;
    //padding: 0;
    //width: 10px;
    //display: block;
}
#nav li
{
    margin-top: 6px;
    font-size: 28px;
    font-weight: bolder;
    float: left;
    width: 125px;
    height: 8px;
    text-align: center;
    font-style: italic;
}
/*
#nav li.firstmain
{
    padding-left: 0px;
}
*/
#nav a:link, /*nav a:active,*/ nav a:visited
{
    display: ruby-text;
    color: #fff;
    text-decoration: aliceblue;
}
#nav a:hover
{
    color: #F9C7D5; 
}
#nav a.active 
{
    //background-color: cadetblue;
    text-decoration-color: #000;
}



#home_window{
    width: 1000px;
    height: 720px;
    background-color: #fff;
    margin: auto;
}
#home_info{
    padding: 10px 10px 10px 10px;
    font-family: cursive;
    font-size: 18px;
    text-decoration-color: slateblue;
    text-align: justify;
}
#home_image{
    padding-top: 5px;
}
#download_window{
    width: 1000px;
    height: 480px;
    background-color: #fff;
    margin: auto;
}
#download_info{
    padding-left: 90px;
    text-align: left;
    padding-top: 70px;
    font-size: 20px;
    font-weight: bold;
}
#windows{
    width: 180px;
    height: 40px;
    background-color: darksalmon;
    margin: -5px 0px 0px 0px;
    font-size: 20px;
}
#linux{
    width: 180px;
    height: 40px;
    background-color: darksalmon;
    margin: 17px 0px 0px 0px;
    font-size: 20px;
}
#tutorial{
    width: 180px;
    height: 40px;
    background-color: darksalmon;
    margin: 17px 0px 0px 0px;
    font-size: 20px;
}
#java{
    width: 180px;
    height: 40px;
    background-color: darksalmon;
    margin: 17px 0px 0px 0px;
    font-size: 20px;
}
#buttons{
    height: 400px;
    width: 300px;
    margin: -330px 0px 0px 450px;
}
#tutorial_window{
    width: 1000px;
    height: 580px;
    background-color: #fff;
    margin: auto;  
}
#tutorial_info{
    padding-top: 10px;

}

#contact_window{
    width: 1000px;
    height: 750px;
    background-color: #fff;
    margin: auto;
}
#contact_info{
    width: 800px;
    height: 130px;
    background-color: #fff;
    text-align: left;
    padding-left: 50px;
    font-size: 18px;
}
