	* {
		box-sizing: border-box;
	}
	body.home {
		background: #000 url(dram-it-cocktail.jpg) no-repeat center center fixed;
	}
	body.room-rental-special-events{
      background: #000 url(bg-events.png) no-repeat 90% 85% fixed;
    }
	body {
		margin: 0;
		font-family: 'Lato', sans-serif;
		color: #fef6e3;
		text-align: center;
		line-height: 1;
		height: 100%;
	}
	.text-wrapper { 
		max-width: 1500px; 
		width: 100%; 
		height: 100%; 
		margin: 0 auto; 
		padding: 48px; 
		text-align: right; 
		position: relative;
	}
	.inner-text p,
	.text-wrapper p {
		line-height: 150%;
	}
	.inner-text p span,
	.text-wrapper p span {
		color: #bfb79f;
	}
	a, a:link, a:visited {
		color: #eee;
		text-decoration: none;
	} 
	a:hover {
		color: #ff2800;
	}

/* Interior Page */
.interior-logo {
    z-index: 9999;
}
.bt a {
    display: inline-block;
    padding: 12px;
    background: #b6ac8a;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
}
.bt a:hover {
     cursor: pointer;
     opacity: 1;
}
.text-wrapper-interior {
    width: 100%;
    max-width: 640px;
    background: rgba(0, 0, 0, 0.2);
    padding: 120px 72px;
    line-height: 1.7;
    text-align: left;
}
.text-wrapper-interior ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-wrapper-interior h1 {
    line-height: 1.3;
    font-size: 1.7em;
}
.text-wrapper-interior h2 {
    margin-top: 3em;
    font-size: 1.3em;
}
.text-wrapper-interior h3 {
    padding: 12px;
    color: #fef6e3;
    border: 3px solid #fef6e3;
    margin-top: 48px;
    font-size: 1.1em;
}
.text-wrapper-interior h4 {
    padding: 12px;
    color: #fef6e3;
    border-bottom: 3px solid #fef6e3;
    margin-top: 48px;
}
.text-wrapper-interior .price-table {
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .text-wrapper-interior {
        margin-left: 15%;
    }
}
@media only screen and (max-width: 1024px) {
    .text-wrapper-interior {
        margin-left: 0;
    }
}

	@media only screen and (min-width: 871px) {
	    .text-wrapper { 
	    	padding: 48px; 
	    	position: absolute; 
	    	top: 50%; 
	    	-webkit-transform: translateY(-50%); 
	    	-ms-transform: translateY(-50%); 
	    	transform: translateY(-50%); 
	    	margin: auto;
	    	right: 0; 
	    	left: 0; 
	    }
	    .inner-text p,
	    .text-wrapper p:not(.bt) { 
	    	margin: 20px 10px;
	    	font-size: 12px; 
	    }
	    .inner-text p span, 
	    .text-wrapper p span {
			font-size: 16px;
		}
		.interior-logo {
		    width: 100%;
		    max-width: 1500px;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            padding: 48px;
            text-align: right;
            margin: 0 auto;
        }
	}
	@media only screen and (max-width: 870px) {
	    .text-wrapper { 
	    	padding: 12px 0px;
	    	text-align: center;
	    	font-size: 12px; 
	    }
	    .text-wrapper p {
			margin: 10px 10px;
			line-height: 150%;
		}
		.text { 
	    	margin-top: 300px;
	    	text-align: right; 
	    }
		img.logo {
			opacity: 0.8;
		}
    .interior-logo {
            position: absolute;
            top: 48px;
            right: 0px;
            left: 0;
        }
    .text-wrapper-interior {
            margin: 0 auto;
            padding-top: 280px;
        }
    .text-wrapper-interior h1 {
        margin: 3em 0 2em 0;
    }
}