<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#topbar-information-text { 
  display: flex; 
  flex-direction: space-evenly; 
  font-family: montserrat; 
  font-weight: inherit; 
  font-size: 20px;
  margin-top: 4px;
}

@media only screen and (max-width: 1024px) {
  #top-bar {
    display: none;  
  }
}</style>
<!-- end Simple Custom CSS and JS -->
