.floor-plan-btn {
/*    padding: 20px;*/
/*    margin-top: 20px;*/
    border: 2px solid #e1a900;
    background: white;
}
.center{
    text-align: center;
}
.btn-title {
    font-size: 18px;
    font-weight: 700;
}

.popup {
	 background: rgba(100, 100, 100, 0.5);
	 position: fixed;
	 display: none;
	 z-index: 5000;
	 height: 100%;
	 width: 100%;
	 left: 0;
	 top: 0;
}
 .popup > div {
	 max-width: 600px;
	 width: 70%;
	 position: fixed;
	 transform: translate(-50%, -50%);
	 left: 50%;
	 top: 50%;
	 background: #fff;
	 padding: 30px;
	 z-index: 5001;
	 text-align: center;
	 border: 5px solid #e1a900;
	 border-radius: 10px;
	 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.popup h2 {
    color: #000000;
}