*{
margin:0;
font-size: 18px;
border: 0px solid black;
font-family: Roboto;
outline: none;
}
h1{
  font-size: 22px;
  font-weight: bold;
}
body{
  /*background-image: url('../img/back.jpeg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .top-bar{
		text-align:center;
	}
	.opts{
		margin-left: 2%;
	}
}
@media only screen and (min-width: 601px) {
  .top-bar{
		text-align:left;
	}
	.opts{
		margin-left: 1%;
	}
}
.top-bar{
	color: white;
	height: 60px;
	line-height: 60px;
	width: 100%;
	background-color: rgb(0, 0, 0);
	position: fixed

}
.opts{
	display:inline-block;
}
.context{
  display:inline-block;
  padding: 1%;
  width: 90%;
  min-height: 10px;
  text-align: left;
  margin-top: 70px;
  margin-bottom: 20px;
  word-wrap: break-word;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
hr{
  border-top: 1px solid rgb(200, 200, 200);
  border-collapse: collapse;

}
p{
  font-size: 16px;
  padding: 1%;
  text-align: justify;
}
