 body{
      font-family: 'Raleway', sans-serif;
      font-size: 20px;
      text-align: center;
    }
    div.houseName { 
      font-size: 26px;
      font-weight: bold; 
      text-align: center;
    }
    div.houseHeadline {
      font-size: 22px; 
      font-weight: bold; 
      text-align: center;
    }
    div.reviewTitle {
      font-style: italic;
    }
    #filterMenu {
      position: fixed; 
      top: 0; 
      margin: auto; 
      left: 0; 
      right: 0; 
      width: 100%;
      height: 100px;
      /*background-color: #ff5722;*/
    }
	#loading{
		width:100%;
		height:100%;
		position:fixed;
		z-index:9999;
		/*background:url() no-repeat center center rgba(0,0,0,0.25)*/
	}
    #login{
		width:100%;
		height:100%;
		position:fixed;
		z-index:9999;
		/*background:url() no-repeat center center rgba(0,0,0,0.25)*/
	}
    hr.coloredHR {
      background-color: #ff5722;
      border-color: #ff5722;
      color: #ff5722;
    }
    p.reviewBreak {
      margin: 7px;
    }
    button {
    background-color: #ff5722;
    border: 2px solid #ff5722;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    }
    button:hover {
    background-color: white; /* Green */
    color: #ff5722;
    }