@import url(https://fonts.googleapis.com/css?family=Noto%20Sans%20Adlam);

@media only screen and (min-width: 1025px) { body { margin: 60px auto; width: 800px; overflow: visible !important; } }
@media only screen and (max-width: 1024px) { body { margin: 60px 60px; width: 480px; transform: scale(1.8); transform-origin: 0 0; -webkit-text-size-adjust: 100%; overflow: visible !important; } }

nav ul { text-align: center; font-family:'Noto Sans Adlam'; padding: 0px; list-style: none; margin-top: 0px; margin-bottom: 10px; }
nav ul li { text-align: center; display: inline; margin-right: 20px; }

a { font-size: 20px; line-height: 1.4em; text-decoration: none; color: #878787; }
a:hover, #about.active, #research.active, #publications.active, #contact.active { font-size: 20px; line-height: 1.4em; text-decoration: none; color: #FCC000; }

h1 { text-align: center; font-size: 40px; font-family:'Noto Sans Adlam'; margin-bottom: 10px; overflow: visible !important; }
p { font-size: 20px; line-height: 1.4em; font-family:'Verdana'; color: #333; margin-bottom: 10px; margin-top: 0px; overflow: visible !important; }
