html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /* background-color:  darkorange;  */
  background-image: url(./images/300.jpg);
  background-size: cover;
  background-attachment: fixed;
}

#wrap {
  background-color: rgb(0, 0, 0);
  width: 960px;
  margin: 0 auto;
  min-height: 100%;
}

#header {
  background-color: rgb(235, 235, 235);
  height: 120px;

  background-size: cover;
  background-attachment: fixed;
}

#header h1 {
  text-align: center;
  color: rgb(151, 151, 151);
  font-family: Cinzel;
  font-size: 40px;
  padding-top: 40px;
  margin: 0px;
  text-transform: uppercase;
}

h2,
h3 {
  font-family: Cinzel;
}

h2 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  top: 300px;
  left: 300px;
}

h3 {
  text-align: center;
  color: rgb(151, 151, 151);
  font-size: 22px;
}

#nav {
  width: 250px;
  float: left;
  margin-top: 1px;
}

a {
  color: rgb(255, 255, 255);

  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 0);
}

#nav ul.menu {
  list-style-type: none;
}

#nav ul.menu li a {
  background-color: rgb(0, 0, 0);
  font-size: 20px;
  display: block;
  width: 160px;
  margin: 15px;
  padding: 10px;
  font-family: Cinzel;
}

#nav ul.menu li a:hover {
  background-color: rgb(255, 255, 255);
}

#sidebar {
  /* float: left; */
  background-color: rgb(255, 255, 255);
  width: 600px;
  margin-left: 249px;
  height: 300px;
}

.hello {
  font-size: 15px;
  color: rgb(0, 0, 0);
  width: 400px;
  height: 0px;
  padding: 40px;
  margin: 60px;
}

.hello a {
  color: black;
}

#conttent {
  margin-left: 250px;
  padding: 30px 40px 80px 10px;
}

img.pict {
  max-width: 100%;
  width: 300px;
}

p {
  text-align: justify;
}

#footer {
  background-color: rgb(235, 235, 235);
  height: 80px;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  margin-top: -80px;
}

#footer h3 {
  text-align: center;
  padding-top: 30px;
  margin: 0px;
}

p {
  color: rgb(255, 255, 255);
  font-size: 20;
  word-spacing: 7px;
  /* text-decoration: underline ;  */
  text-transform: lowercase;
}

.clear {
  clear: both;
}
