/*  CSS Files cannot contain capital letter (fuStyle is invalid, fustyle is OK) 
    Avoid special characters, no spaces, start with a letter, 
    less than 20 characters.  Include .css extension  */

.banner{
  background-image: url('../_image/_banner/sunset_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: thin;
  padding-left: 10px;
}
.banner h1{
  color:darkblue;
}
.banner h2{
  color:black;
}

h2{
  color:darkblue;
}

.pdescription{
  color:black;
  border-style: solid;
  border-width: thin;
  padding-left: 10px;
}
.pfeatures{
  color:black;
  border-style: solid;
  border-width: thin;
  padding-left: 10px;
}
.contact{
  color:black;
  border-style: solid;
  border-width: thin;
  padding-left: 10px;
}
.pimages{
  color:black;
  border-style: solid;
  border-width: thin;
  padding-left: 10px;
}
.footer{
  color:gray;
  padding-right: 10px;
  text-align: right;
}