
.main_copy{
	top:80px;
	width:360px;
	font-size:16px;
	letter-spacing:.3px;
	box-sizing: border-box;
	border-radius: 25px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	opacity:0;
	padding:20px;
	padding-bottom: 150px;
}
#logo03{
	width:108px;
	height:14px;
    margin:0 !important;
    top: 6px;
    position: relative;
}
#title{
	font-size: 70px;
	margin-bottom: 30px;
	line-height: 60px;
}
p{
    line-height: 28px;
    width:320px;  
}

#contact{
	text-decoration: none;
	text-transform: uppercase;
	color:#ff0000;
}

#bottomBar{
	 position: fixed;
}
a:link {
	text-decoration: none;
}


 #line02, #line04{
	margin-left:20px;
	color: #acacac;
	font-style: italic;
	width:310px;

}
#line01, #line03, #line05{
	font-size: 1.4em;
	line-height: 30px;
	font-weight:300;
}


@media only screen and (orientation: landscape) {
 	#bottomBar{
	 display:none;
	}
	.main_copy{
		width:600px;
	}
	p{
		width:560px;
	}
	#line02, #line04{
		width:560px;
	}

}
@media (min-width: 768px) {


}
@media (min-width: 992px) {
	#bottomBar{
		display:block;
	}

	.main_copy{
		width:740px;
		margin-left: 100px;
		padding-bottom: 100px;
		top: 50%;
    	transform: translateY(-50%);
	}
	p{
    	width:700px;    
	}

	#line02, #line04{
		width:660px;
	}

}