body.normal {
 /* font-family: "Roboto", sans-serif; */
 /* overflow-y: scroll; */
  min-width: 250px;
  background-color: whitesmoke;
  background-image: url(/images/frontend/main_background.jpg);
  background-size: cover; 
  background-position: center; 
  background-attachment: fixed;
}

img.header{
	height: 40px;
	width: auto;
}

.main-page-quotes {
  font-family: "Brush Script MT", cursive;
  line-height: 1.1;
  }
  
ul#scroll li{
  list-style-image: url("/images/frontend/icons/scroll.png");
}
  
html {
  scroll-behavior: smooth;
}

main {
  min-height: calc(102vh - 77px);
  border-radius: 30px;
}

.side-bar {
  width: 25px;
  position: fixed;
  top: 70px;
}
/*
footer {
	
  font-size: 0.7em;
  margin-left: 32px;
}
-->
*/

.nav-menu:hover {
 cursor: pointer;
}

a:hover {
  text-decoration: underline;
}


.show {
  transition: all 0.1s;
}

.hanging {
  padding-left: 15px;
  text-indent: -15px;
}