#mobilepagecontent h1 {
	font-size: 300%;
}
#mobilepagecontent #logo {
	position:fixed;
	top:10px;
	left:5%;
	width:90%;
	height:120px;
	background-image: url('/images/logo.png');
	background-size: 100%;
	background-repeat:no-repeat;
}
#mobilepagecontent #tagline {
	position:fixed;
	top:140px;
	left:5%;
	width:90%;
	height:300px;
	background-image: url('/images/tagline.png');
	background-size: contain;
	background-repeat:no-repeat;
}
#mobilepagecontent #menu {
	position:fixed;
	bottom:0%;
	left:5%;
	width:90%;
	display:none;
}
#mobilepagecontent #menu img {
	width:20%;
	margin-left:10%;
}
#mobilepagecontent #home,#mobilepagecontent .general {
    width:100%;
    height:1500px;
}
#mobilepagecontent #homecontent {
	width:90%;
	padding-top:30%;
	padding-left:5%;
	height:400px;
}
#mobilepagecontent .inputbox {
	width:100%;
	height:100px;
	margin:0 0 60px 0;
}
#mobilepagecontent #firstline {
	margin-top:200px;
}
#mobilepagecontent p {
	font-weight:100;
	font-style: italic;
	font-size: 200%;
}
#mobilepagecontent #contact {
    width:100%;
    height:1500px;
}
#mobilepagecontent #contact p {
    margin-left:10px;
    padding-top:30%;
}
#mobilepagecontent ul {
	list-style: none;
	border-radius: 8px;
	width:95%;
    background: #ccc;
    background: rgba(102,102,102,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    margin-left: 2.5%;
    padding:5% 0;
}
#mobilepagecontent ul li {
	line-height: 150%;
	height:60px;
	font-size: 200%;
	padding-left:50px;
}
#mobilepagecontent ul li a {
 	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	color: #B30000;
	opacity: 0.6;
	font-weight: 700;
	text-decoration: none;
}
#mobilepagecontent #press {
    width:100%;
    height:1500px;
}
#mobilepagecontent #press p {
    margin-left:10px;
    padding-top:30%;
}
/* Form wrapper styling */
#mobilepagecontent .form-wrapper {
    width: 90%;
    padding: 10px;
    margin: 0 auto 10px auto;
    height: 40px;
    background: #ccc;
    background: rgba(102,102,102,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Form text input */
#mobilepagecontent .form-wrapper input {
    width: 66.9%;
    height: 40px;
    padding: 10px 5px;
    float: left;    
    font: bold 25px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;      
}
 
#mobilepagecontent .form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
#mobilepagecontent .form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
#mobilepagecontent .form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
#mobilepagecontent .form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
#mobilepagecontent .form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 60px;
    width: 31.5%;
    font: bold 25px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #B30000;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   
#mobilepagecontent .form-wrapper button:hover{     
    background: #e54040;
}   
   
#mobilepagecontent .form-wrapper button:active,
#mobilepagecontent .form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
#mobilepagecontent .form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #B30000 transparent;
    top: 24px;
    left: -6px;
}
 
#mobilepagecontent .form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
#mobilepagecontent .form-wrapper button:focus:before,
#mobilepagecontent .form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
#mobilepagecontent .form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}  
#mobilepagecontent .twitdiv {
	width:90%;float:right;padding-left:5%;
}