#box_gen
{
	width: 100%;
	//height: 60em;
	//top: 0;
	//left: 0;
}

#text
{
	width: 100%;
	//height: 5em;
	left: 7.5%;
	//top: 32em;
	font-size: 1.5em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
}

#button1
{
	top: 4em;
	left: 7.5%;
}

#menu
{
	//margin-left: 50%;
	top: 0;
	//left: calc((100% - 52.5em) / 2) ;
    font-family: 'Raleway', sans-serif;
	z-index: 2;
}

#image
{
	//margin-left: 10%;
	//margin-right: 10%;
	//width: 100%;
	//height: 100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#vertical
{
	//display: flex;
	//flex-direction: column;
	//justify-content: space-between;
	margin-left: 5%;
	margin-right: 5%;
}

.center
{
	margin-left: auto;
    margin-right: auto;
}

#cell
{
	 //display: table-cell;
}

#slider
{
	//display: block;
	//top: 20em;
	//left: calc((100% - 850px) / 2);
	/*max-height: 40%;
	margin-left: 5%;
	margin-right: 5%;*/
	//left: 10%;
	//right: 10%;
	/*width: 100%;*/
	display: flex;//grid;//table;
}

html, body
{
	max-width: 100%;
	//max-height: 50%;
    overflow-x: hidden;
}

#ac-wrapper
{
	//position: relative;
	//top: 105%;
	width: 100%;
    //z-index: 1001;
}

#popup
{
    background: none repeat scroll 0 0 #FFFFFF;
    //height: 100px;
    width: 100%;
}
