#wrap {
  width: 935px;
  margin: 0;
  align: center;
  padding-bottom: 15%;
  background-image: url('white-paper-background.jpeg');
}
a {
  text-decoration: none;
}

body {
  margin-right: 50px;
  margin-left: 50px;
  font-family: 'Raleway', sans-serif;
  width: 918px;
  background-image: url('white-paper-background.jpeg');
}
header {
  height: 150px;
  border-bottom: solid;
  border-bottom-width: thin;
  font-family:
}
#blog-name{
  float: left;
  text-decoration: none;
  font-color: black;
}
#top-menu {
  float :right;
  margin: 14px;
  padding-top: 120px;
}
#top-menu ul{
  display: inline;
  font-color:black;
  text-decoration: none;
}
#blog-description {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;

}
.post {
  text-align: left;
}
h1.post {
	font-size: 40px;
}	
#post-one{
  align: left;
  margin-left: 0;
}
a:link{
  color:black;
  text-decoration: none;
}
a:visited{
  color:black;
}
a:hover{
  color:gray;
}
a:focus{
  color:gray;
}
a:active{
  color:gray;
}
#boxes-on-main{
  height: 365px;
  width: 934px;
  margin-top: 20px;
}
#box-one{
  box-sizing: border-box;
  float: left;
  border-right-style: none;
  border-style: dotted;
  border-width: .1px;
  height: 365px;
  width:306px;
  border-color: #82A177;
  text-align: center;
  font-size: 30px;
  padding: 7px;
}
#box-one-text {
  margin-top: 8%;

}
#box-two{
  box-sizing: border-box;
  float: left;
  border-right-style: none;
  border-style: dotted;
  border-width: .1px;
  height: 365px;
  width:306px;
  border-color: #82A177;
  text-align: center;
  font-size: 30px;
  padding: 7px;
}
#center-quote{
  margin-top: 15%;
}
#box-three{
  box-sizing: border-box;
  float: left;
  border-style: dotted;
  border-width: .1px;
  height: 365px;
  width:306px;
  border-color: #82A177;
  text-align: center;
  font-size: 30px;
  padding: 7px;
}
