/*** AUTO-SCALING ***/
@media screen and (max-width: 320px) { @viewport { width: 320px; } }
@media screen and (min-width: 768px) and (max-width: 959px) { @viewport { width: 768px; } }

/*** BACKGROUND ***/
body.blog.custom-background, body.page.custom-background, body.single.custom-background{
  background-color: #0a1016;
  background-image: url('/wp-content/themes/frenchnerd/images/bricksBackground2.png') !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size:contain;
  color:#fff;
}

/*** HEADER ***/
/* Banner */
#headimg #logo-image {
  text-align: center;
}

/*** BROWSER &amp; DEVICE SPECIFIC ***/
.webkit #sociallinks{top:-80px;}
.webkit #site-navigation{margin-top:-200px;}
.iphone #sociallinks{top:-80px;}
.iphone #site-navigation{margin-top:-200px;}
.chrome #sociallinks{top:-140px;}
.chrome #site-navigation{margin-top:-260px;}

/*** HOME BUTTON ***/
.glyphicon {
	position:fixed;
  	top:20px;
    left:20px;
    font-size:150%;
}

/*** CAPTCHA submit ***/
input.contact-form-captcha-input{
  width:67px;
  display:inline-block;
}

/*** WP Search Bar ***/
.VS-search .VS-search-box{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border:none;
}