body{
    text-align: center;
    margin: 0;
    position: relative;
    overflow: auto;
    background: white;
    color: black;
font-family: 'Perpetua';
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page_container{
   position: relative;
   margin: auto;
   padding: 3.875vw 2.875vw;
}
.tunica_logo{
	position:absolute;
	right: 2.875vw;
	top: 1.875vw;
}
.tunica_logo a{}
.tunica_logo a img{
	display:block;
	width: 16.666666667vw;
}
.page_text{
    max-width: 100%;
    font-size: 1.317715959vw;
    line-height: 1.581259151vw;
    text-align: center;
}
.page_text p{
    margin-top: 0;
}
.page_text p:last-child{
	margin-bottom:0;
}
.page_text a{
    color: black;
    text-decoration: none;
    /* text-decoration: underline; */
}
.page_text a:hover{
	text-decoration:underline;
}
.page_text #details a{
	/* text-decoration:none */
}
.table_container{
	display:table;
	width:100%;
	min-height:100vh;
}
.table_cell_container{
		/* display:table-cell; */
		/* vertical-align:middle; */
}

@media screen and (max-width: 960px) {
.page_text {
    max-width: 100%;
    font-size: 5.625vw;
    line-height: 7.625vw;
    text-align:center;
    padding-top: 25.425926vw;
}
.tunica_logo{
	right: 7.425926vw;
	top: 6.425926vw;
}

p#details br{content:unset;}
p#details br:after{content:unset;}
.table_container{
	display:block;
	width:100%;
	min-height:100vh;
}
.table_cell_container{
	display:block;
	

    }
    .page_container{
    	padding: 3.425925926vw 7.425926vw;
    }
.tunica_logo a img{
	width:29.62962963vw
}
#details{
	padding-top:15vw
}

}
@media screen and (max-width: 767px) {
	}