* {
  max-width: 700px;
  margin: auto;
}


/*body {
    min-width: 500px;
}*/

div {
  border-radius: 5px;
}

#header {
  height: 40px;
  width: 100%;
  background-color: #C2B999;
  z-index: 1;
  font-family: "Roboto", serif;

}

#title {
  margin-left: 3%;
}

#footer {
  height: 50px;
  width: 100%;
  background-color: #C2B999;
  clear: both;
  
}

#newfooter{
  text-align: center;
  padding-top: 12px;
  font-size: 18px;
}


#headlogo{
  text-align: center;
  font-size: 18px;
}


.stuff {
  display: inline-block;
  margin-top: 6px;
  margin-left: 55px;
  width: 80%;
  height: 750px;
}

h1,
h2{
	font-family: 'Roboto';
}

p,
li {
  font-family: 'Roboto';
  font-size: 20px;

}

.head {
  font-size: 20px;
}



#name {
  font-family: "Helvetica", serif;
  float: right;
  margin-top: 10px;
  margin-right: 4%;
}

a {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 430px) {
  .left,
  .right {
    display: none;
  }
  .stuff {
    width: 100%;
    margin-left: 10px;
  }
}