* {
    padding: 0;
    margin: 0;
    text-wrap: balance;
} 

body {
background: linear-gradient( indigo, blue, orange, red);
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}
img
{
    max-width: 400px;
}
p
{
    padding:12px;
}
a, a:link, a:visited
 { color: #f1bf7a;  
text-decoration: none;}
a:hover 
{ text-decoration: none; 
    color : indigo; 
font-weight: 900;}
li
    {
        padding-left:12px;
        padding-top:6px;
        padding-bottom:6px;
        list-style-type:none;
    }

    h4{
        padding: 12px;
    }
h2
{
    padding:16px;
}
/*******************HEADER*********************/

header {
    top:0;
    height:12%;
    max-height:55px;
    background: linear-gradient(black, indigo);

}
header h1{
    text-align: center;
    color:ivory;
    text-shadow: 3px 3px 6px yellow;
    padding: 12px;
    font-size: 24px;
}

section
{
    
    background: linear-gradient( indigo, blue, orange, red);
    width:100%;
    height:100vh;
}
.kozep
{text-align: center;}
/****************MENU*********************/



#content {
  max-width: 480px;
  margin: auto;
  background:rgba(38, 27, 2, 0.7);
  color: white;
  
}

#menu {
  overflow: hidden;
  background-color: white;
  position: relative;
}

#menu #myLinks {
  display: none;
}

#menu li
{
    list-style-type: none;
}

#menu a {
  color: rgb(41, 1, 69);
  padding: 9px 12px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  height:24px;
}

#menu a.icon {
  background: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#menu a:hover {
    background-color: #ddd;
    color: black;
}

.active {
     background: rgba(38, 27, 2, 0.7);
    color: white;
    height:24px;
 border-bottom:1px white solid;
}
.active h1
{   color: white;
    font-size:18px;
    padding:3px;
}

#content > h1 {
  font-size: 30px;
  margin-bottom: 7px;
}

#content > p {
  margin-bottom: 7px;
}

#menu li:hover
{
    background-color: aqua;
    font-weight: bold;
}

/******************FOOTER***********************/

footer {
background: rgba(38, 27, 2, 0.8);
margin:0 auto 0 auto;
width:100%;
height: 12%;
max-height:40px;
color: #d4d2d0;
font-size: 16px;
padding: 6px;
bottom:1px;
position: fixed;
}
footer p{
    padding-top: 6px;
    padding-bottom:12px;
font-weight: bold;
text-align: center;
}