@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);


body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
font-size: large;
}

.yellowback {
  background-color: #ffff00;
width: 70%;
padding: 1% 1% 0% 1%
}

.DropMenu a{font-size: large;}

@media only screen and (max-width: 768px) 
{ 
.yellowback {
  background-color: #ffff00;
width: 100%;
}
}