@media (min-width: 768px) {

.logo-show {
	display:none;
}
	
.social {
	margin-top: 30px;
	text-align: center;
}

.page-content {
	margin-left: 337px;
	color: #fff;
}

h1 {
	color: #fff;
	padding: 10px;
	text-shadow: 2px 2px #000000;
	background-image: url("http://dev.slaphappycomedy.com/www/slaphappy/public/images/h1-bg.png");
	background-repeat:repeat;
}

.form-limit {
	width: 550px;
}

.h1-divider {
	display:none;
}

.inside-page-h1 {
	margin-top: -150px;
}

.about-us-pics {
	width: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: inline;
}

.about-us-names {
	display: inline;
}

.about-us-copy {
	display: relative;
}

.full-screen-background-image {
  z-index: -999;
  min-width: 800px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left:0px;
}
.mobile-screen-background-image {
	display: none;
}
.logo-main {
    margin-top:-50px;
}
.logo-signin {
		display:none;
}
.page-header {
	margin-top: 30%;
}

.navbar {
	position: relative;
}

nav.navbar {
	background-color: transparent;
	z-index: 0;
}

.main-text {
	font-size: large;
	width: 80%;
	margin-left: 10%;
	margin-top: 25px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
  	font-size: medium;
  	margin-left:10px;
  	border-bottom: solid 0px #cccccc;
}

.footer {
	text-align: center;
}

.fb-logo {
	margin-left: 15px;
}
.yt-logo {
	margin-left: 35px;
}
}
