/*
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 : 07.09.2018, 02:19:07
    Author     : Carracis



.div {
    background-color: coral;
    margin: 5px;
}
*/

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("Pictures/logo-wand.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -21px;
    padding: 0;
    text-align: center;
    background-color: yellow;
    max-width: 1500px;
    width: auto;
    min-width: 750px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container #header {
    background-color: green;
    color: bisque;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    min-height: 150px;
    width: 100%;
    
}

#container #menu {
    width: 100%;
    height: 100px;
    padding:0;
    margin: 0;
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position:relative;
    overflow:hidden;
    text-align: center;
}

#container #menu li{
    margin: 0;
    width: 150px;
    /*position: relative;*/
    display: block;
    background: white;
    color: black;
    text-align: center;
    text-decoration: none;
    float: left;
    font-size: 18px;
}

#container #menu li a:link, #container #menu li a:visited{
    text-decoration: none;
    color: inherit;
}

#container #menu li:hover {
    border: 20px;
    border-color: black;
    background-color: wheat;
    color: lightslategrey;
}

nav ul{
    margin: auto;
    width: 100%;
}

#contentBox {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: blueviolet;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}