@media only screen and (max-height: 530px) {
#updated{
  display: none;
}
}
@media only screen and (max-width: 980px) {
  @font-face {
      font-family: "Bellota";
      src: url(/fonts/Roboto-Regular.ttf);
  }
  @font-face {
      font-family: "BellotaLight";
      src: url(/fonts/Bellota-Light.otf);
  }
  #realnavbar{
    display: none;
    text-align: left;
    z-index: 5;
  }
  body{
  	font-family: "Bellota";
  	margin:0;
  }

  #navbarButton{
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(0,0,0,0.5);
    width: 60px;
    height: 40px;
    border-radius: 3px;
    z-index: 5;
    cursor: pointer;
    text-align: center;
  }
  #navbarButton img{
    height: 40px;
    margin: auto;
  }
  p{
  	padding: 0;
  	margin: 0;
  }
  a{
    text-decoration: none;
    color: black;
  }
  #realnavbar{
  	position: fixed;
  	left: 0;
  	height: 100%;
  	font-size: 20px;
  	width: 100%;
    z-index: 4;
  	background: rgb(240, 240, 240);
  }
  #realnavbar ul{
  	list-style: none;
  	padding: 0;
  	display: block;
  }
  #menuPoints li{
  	cursor: pointer;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 40px;
  	padding-right: 40px;
  }
  .standartMenuPoint:hover{
  	transition: 0.3s;
  	background: rgb(200,200,200);
  }
  #logo{
  	width: 240px;
  	display: block;
  }

  h1{
  	margin: 0;
  }
  #mainPage{
  	padding-left: 320px;
  }
  #filmPage{
  	padding-left: 320px;
    display: none;
  }
  #photographyPage{
  	padding-left: 320px;
    display: none;
  }
  #exhibitionPage{
  	padding-left: 320px;
    display: none;
  }
  #writingPage{
  	padding-left: 320px;
    display: none;
  }
  #updated{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  @font-face {
      font-family: "Bellota";
      src: url(/fonts/Roboto-Regular.ttf);
  }
  @font-face {
      font-family: "BellotaLight";
      src: url(/fonts/Bellota-Light.otf);
  }
body{
	font-family: "Bellota";
	margin:0;
}
p{
	padding: 0;
	margin: 0;
}
a{
  text-decoration: none;
  color: black;
}
#realnavbar{
	position: fixed;
	left: 0;
	height: 100%;
	font-size: 20px;
	width: 320px;
	background: rgb(240, 240, 240);
  display: block;
  z-index: 5;
}
#realnavbar ul{
	list-style: none;
	padding: 0;
	display: block;
}
#menuPoints li{
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.standartMenuPoint:hover{
	transition: 0.3s;
	background: rgb(200,200,200);
}
#logo{
	width: 240px;
	display: block;
}

h1{
	margin: 0;
}
#mainPage{
	padding-left: 320px;
}
#filmPage{
	padding-left: 320px;
  display: none;
}
#photographyPage{
	padding-left: 320px;
  display: none;
}
#exhibitionPage{
	padding-left: 320px;
  display: none;
}
#writingPage{
	padding-left: 320px;
  display: none;
}
#updated{
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  padding-bottom: 5px;
}
#navbarButton{
  display: none;

}
}
