/* master.css */
/* Style rule for the body element */
body {
   
 
  background-image: url("Water Lilies.jpg") , linear-gradient(#46352b,linen
  ) ;
background-attachment: fixed, fixed;
background-position: right bottom;
background-size: 10%, cover;
background-repeat: no-repeat, no-repeat;
/* background-color:#aab6cb; */
}
/* Style rule for the  div */


/* E all heading types */


/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section{
 display:block;
}
/*================================== Layout Sections */
/*======== Styling for page header */

 
/*======== Styling for the article section */


/* ==== Links and link states in article section */
/* Unvisited links */

/* ==== Styling for footer */

/* Styling for table in footer */

/*========================= More general style rules and classes */

/* end of style sheet */
