* {
  box-sizing: border-box;
}

body {
  max-width: 1160px;
  min-width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../images/NewLogo2.png);
                         background-color: #fff;
                         background-repeat: no-repeat;
                         background-position: left top; 
                         background-size: 50px;
  
}

/* Style the side navigation */
/*.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url(../images/gold_foil.jpg);
  background-size: 200px;
  overflow-x: hidden;
}


/* Side navigation links */
/*.sidenav a {
  color: black;
  font-size: larger;
  padding: 16px;
  text-decoration: none;
  display: block;
}

/* Change color on hover */
/*.sidenav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the content */
.content {
  margin-top: 50px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-left: 20px;
  width: 100%;
  overflow-x: hidden;
}
button {
	
  color: black;
  font-size: larger;
  padding: 10px;
  background-color: #d0aa63;
  display: inline-block;
}

button a:link {text-decoration: none;}

button a:visited {text-decoration: none;}

button a:hover {
  background-color: #ddd;
  color: black;
}

a		{margin: auto;}