@import url(font/nexabold.css) (min-width: 480px);
/*@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700|Montserrat:700);*/

body {
  font: 16px/1.5 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

header ul a {
  font-size: 14px; }

header p {
  color:#000; }

#content a {
  color: #39c; }

#content a:hover {
  color: #39c;
  border-bottom: 1px solid #39c; }

@media all and (max-width: 959px) {
  body{
    color:#000;}
  header p{
    display: none; } }

@media all and (min-width: 720px) and (max-width: 959px) {
  header {
    padding-right: 300px; }
  header ul {
    position: absolute;
    right: 58px;
    top: 60px; } }

@media all and (min-width: 480px) {
  body {
    background: #fff url('bg/witaardemaan.jpg') no-repeat fixed left top;}
  header h1 {
    font-family: nexa_boldregular,Lato;
    font-size: 48px; }
  header ul{
    background-color: rgba(51,153,204,0.8);}
  header ul li a {
    font-family: nexa_boldregular,Lato;} }