@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");



body{
	display: block;
}

#coverid{
	
	position:fixed;
	display: none;
	height: 100%;
	width:100%;
	
  	background-color:rgba(0,0,0,1.0);
  	
	z-index:10000001;
	
}
#entry-pageid{
	
	position:fixed;
	display: block;
	height: 100%;
	width:100%;
	
	/*background: url(../../images/Combined_Logo_02.png);*/
  	background-color:rgba(255,255,255,0.5);
  	
  	background-repeat: no-repeat;
  	background-position: center, center;
  	background-position-x: 50%;
  	background-position-y: 30%;
  	background-size: 350px;
	cursor:pointer;
	
	z-index:10000000;
}

#entry-contentid{

	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}

#btnentryid{
	display: inline-block;
	
	height:50px;
    width:350px;
    cursor:pointer;
    position:relative;
    top:calc(73% - 25px); 
    left:calc(50% - 175px);
    font-family: Raleway, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 200;
    vertical-align: middle;
	background-color: #000;
	border: .5px solid gold;
	border-radius: 10px;
	color: #fff;
	padding: 0px;
	box-shadow: 0 0 30px 0 gold,
				0 0 30px 0 gold,
				0 0 10px 0 gold inset;
}


/*
@media screen and (max-width: 1000px) {

	#entry-pageid{
		background-position-y: 33%;
  		background-size: 250px;
	}
	#btnentryid{
		top:calc(60% - 25px);
		left:calc(50% - 175px);
		font-size: 1.2em;
		height:50px;
    	width:350px;
    	vertical-align: middle;
	}
}

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

	#entry-pageid{
		background-position-y: 35%;
  		background-size: 250px;
	}
	#btnentryid{
		top:calc(60% - 25px); 
		left:calc(50% - 125px);
		font-size: 0.9em;
		height:35px;
    	width:250px;
	}
}

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

	#entry-pageid{
		background-position-y: 30%;
    	background-size: 170px;
	}
	#btnentryid{
		top:calc(55% - 25px); 
		left:calc(50% - 125px);
		font-size: 0.9em;
		height:35px;
    	width:250px;
	}
}

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

	#entry-pageid{
		background-position-y: 30%;
    	background-size: 170px;
	}
	#btnentryid{
		top:calc(60% - 25px); 
		left:calc(50% - 125px);
		font-size: 0.9em;
		height:35px;
    	width:250px;
	}
}

@media screen and (max-height: 500px) {

	#entry-pageid{
		background-position-y: 20%;
    	background-size: 170px;
	}
	#btnentryid{
		top:calc(80% - 25px); 
	}
}

*/