.padding30 {
    box-sizing: border-box;
    padding: 30px;
}
div,section,aside,header,footer {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.napeyda {
 display: none;
 visibility: hidden;
 width:0;
 height:0;
}
/*******************************************************/
h1,h2,h3,h4,h5,h6 {
 font-family: "times new roman","times",serif;
 color: #000000;
}
/******************************************************/
body {
    margin: 0;
    background: #D3AA6A url('./image/bg-hamdel-02-low.jpg') no-repeat;
}
#container {
 background: #ffffff;
  max-width: 1400px;
   
    margin: 0 auto;
    width: 90%;
    min-height: 600px;
  margin:30px auto;
box-shadow: 0px -9px 37px -12px #222222;
-webkit-box-shadow: 0px -9px 37px -12px #222222;
-moz-box-shadow: 0px -9px 37px -12px #222222;
-o-box-shadow: 0px -9px 37px -12px #222222;

}

header {
    box-sizing: border-box;
    background: #D1BC3C url("./image/header01.jpg") no-repeat left top;
    width:100%;
    height:300px;
    margin:0;
    padding:0px;
    /*border-radius: 15px 15px 0  0;*/
    position: relative;
}
#header h1,#header h2 {
  display: block;
  color: #ffffff;
  text-align: left;
  margin-top: -50px;
  
}
#header {
    box-sizing: border-box;
}
div.header {
    box-sizing: border-box;
    padding:25px 0 0 0;
    margin:0 30px -30px 30px;
    clear: both;
}
#header img {
 line-height: 50px;
}
nav#menu {
    background: black;
    height: 50px;
    width: 100%;
    position: absolute;
   bottom: 0;
}
#menu ul, {
  display: block;
  margin:0;
  padding:0;
}
#menu ul li {
  display: inline-block;
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding:0;
  line-height: 0px;
}
#menu ul li a {
display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  
  margin: 0 10px;
  background: gray;
}
#main {
    
   margin: 0;
   padding: 0;
}
div.taraz {
   /* background: orange;
    min-height: 300px;
    width: 70%;
    margin: 0 auto;
    padding:0; */
    
}
section.main-sections {
    position: static;
    width:100%;
    padding: 20px 15%;
    font-size: x-large;
    text-decoration: none;
}
section.main-sections a {
  color:red;
  text-decoration: none;
}
section.main-sections a:hover {
  color:red;
  text-decoration: underline;
}
section.main-sections img {
  width: 75%;
}
section.main-sections p.center {
  text-align: center;
}

#footer {
 background: #222222;
 min-height:300px;
 margin:0;
 position: relative;
}
#footer aside {
  padding:50px;
  width: 50%;
}
#footer aside ul, {
   margin:0;
  padding:0;
}
#footer aside ul li {
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding:0;
}
#footer aside ul li a {
display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  
  margin: 0 10px;
}
#copyright {
 background: #000000;
 height: 30px;
 font-size: small;
 color: #ffffff;
 position: absolute;
 bottom:0;
 right: 0;
 width:100%;
 text-align: center;
 line-height: 30px;
}