* {
  margin: 0;
  padding: 0;
}

html,body {
  margin: 0;
  padding: 0;
}

html {
  background-image: url(../images/stylesheet_images/background2.jpg);
  background-position: center;
  background-size: cover;
}

body {
  margin: 0 auto;
  width: 850px;
  min-height: 760px;
  background-image: url(../images/stylesheet_images/grey-canvas2.png);
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #25201D;
  white-space: normal;
  font-weight: lighter;
}
header {
  margin: 0px 30px 30px 30px;
}
section {
      margin: 5px 60px auto 60px;
      padding-bottom: 30px;
}
@font-face {
 font-family:RAWN;
 src: url("RAWN____.eot") /* EOT file for IE */
}
@font-face {
 font-family: RAWN;
 src: url("RAWN____.TTF") /* TTF file for CSS3 browsers */
}
h1,h2,h3 {
  color: #FF4841;
  font-family: RAWN, Georgia, serif;
  font-weight: lighter;
  word-spacing: 2px;
}



 /* -------------------main title------------------ */
#branding {
  margin: 0px 0px 0px 40px;
  padding-top: 50px;
  white-space: nowrap;
  width: 500px;
}

h1 {
  font-size: 50px;
  white-space: nowrap;
  word-spacing: 3px;
}

h2 {
  font-size: 28px;
  margin: 30px auto 10px auto;
}
h3 {
  font-size: 20px;
  margin: 30px auto 10px auto;
}

#brand_sub {
 color: 25201D;
 font-family: Verdana,sans-serif;
 font-size: 12px;
 word-spacing: 2px;
 white-space: nowrap;
 margin: -5px 0px 50px 400px;
}

.p1 {
   color: #FF4841;
   font-family: RAWN, Georgia, serif;
   font-size: 16px;
}

.list {

  color: #25201D;
  font-size: 18px;
  font-family: RAWN, Georgia, serif;
  font-weight: lighter;
  line-height: 30px;
}

  a:link {
    color: #807C75; /* dark grey*/
    background-color: transparent;
    text-decoration: underline;
   }
    a:visited {
    color: #807C75; /* dark grey */
    background-color: transparent;
    text-decoration: none;
    }
    a:hover {
    color: #FF4841;  /* red */
    background-color: transparent;
    text-decoration: none;
    }
    a:active {
    color: #FF4841;  /* red */
    background-color: transparent;
    text-decoration: underline;
    }
