body {
background:url('https://yamadorinft.com/image/therese-in-fores.jpg');    
background-size: cover;
background-attachment: fixed;
}

.splash-frame {
width: 100%;
color: #ffffff;
}

.pale-frame {
width: 100%;
background-color: #f8f7f5;
}

.alt-frame {
width: 100%;
background-color: #e7e7e4;
}

.foot-frame {
width: 100%;
background-color: #444444;
color: #ffffff;
}

.hide-this{
  display: none;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #000000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

