@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
}

a:visited {
  color: #788d98;
}

a:hover {
  text-decoration: underline;
}

header {
  width: 960px;
  height: 100px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin: 10px
}

.gnav {
  float: right;
  margin-top: 60px;
}

.gnav li {
  float: left;
  margin: 0px 1px;
  padding: 0px 20px;
  font-size: 24px;
  list-style: none;
  background-color: #cccccc;
  font-family: 'Bitter', serif;
}

#wrap {
  clear: both;
}

.content {
  width: 960px;
  margin: 0 auto;
}

footer {
  text-align: center;
  color: #000000;
  padding: 10px 0;
  background-color: #cccccc;
  opacity: 0.5;
  font-size: 20px;
}

#index {
  background-image: url(../images/dawn.jpg);
  background-repeat: no-repeat;
  background-position: 0px 120px;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% auto;
}

#index h1 {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Bitter', serif;
  margin-bottom: 50px;
}

#index h2 {
  font-size: 36px;
  line-height: 1;
  color: #f0ffff;
  font-family: 'Bitter', serif;
  margin-bottom: 50px;
}

#index .content {
  margin-top: 150px;
}

#index p {
  font-size: 16px;
  color: #ffffff;
}

#index footer{
  width: auto;
  margin: 460px auto 0 auto;
}

#index p {
  margin: 10px;
  padding: 10px;
  font-size: 40px;
  color: #ffffff;
  font-family: 'Bitter';
  opacity: 0.9;
}

#about {
  background-image: url(../images/cover.jpg);
  background-repeat: no-repeat;
  background-position: 0px 120px;
  background-attachment: fixed;
  background-size: cover top;
  background-size: 100% auto;
}

#about .content{
    margin-top: 150px;
}

#about footer{
  width: auto;
  margin: 450px auto 0 auto;
}

#works {
  background-image: url(../images/forest.jpg);
  background-repeat: no-repeat;
  background-position: 0px 120px;
  background-attachment: fixed;
  background-size: cover top;
  background-size: 100% auto;
}

#works p {
  font-size: 16px;
  color: #ffffff;
}

#works footer{
  width: auto;
  margin: 480px auto 0 auto;
}

#works p {
  margin: 10px;
  padding: 10px;
  font-size: 40px;
  color: #ffffff;
  font-family: 'Bitter';
  opacity: 0.9;
}

#contact {
  background-image: url(../images/dawn17winter.jpg);
  background-repeat: no-repeat;
  background-position: 0px 120px;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% auto;
}

#contact .content {
  margin-top: 400px;
}

#contact h1 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Bitter';
  margin-bottom: 10px;
}

#contact p {
  margin: 10px;
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
  font-family: 'Bitter';
  opacity: 0.9;
}