html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 50px;
    /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.namebanner {
  padding: 40px;
  text-align: center;
  margin-top:40px;
}

.selectednav {
	background-color:#080808;
}

.socialicons {
	display:inline;
	float:right;
	width:30px;
	height:30px;
	float:right;
	margin-left:10px;
	}

.footer {
  position: absolute;
  padding: 10px 0px;
  margin:0px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60;
  background-color: #f5f5f5;
}

.text-footer-new{
	float: left;
	font-size:12px;
}

h1.pagetitle_top {
	font-size:5em;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


@media screen and (max-width:480px) {
.shrinkline {
width: 200px!important
}

.socialicons {
	display:inline;
	float:right;
	width:20px;
	height:20px;
	float:right;
	margin-left:10px;
}
.navlogo{
	display:inline;
	float:left;
	width:185px;
	float:left;
	}
.text-footer-new{
	display:inline;
	text-align:left;
	float:left;
	font-size:10px;
	color:#777
}
.namebanner {
  padding: 20px 20px 10px 20px;
  text-align: center;
  margin-top: 20px;
}

.aboutcontent {
  text-align: center;
}
img.aboutcontent {
	text-align: justify;
	display: block;
    margin:0 8%;
}
h1.pagetitle_top {
	font-size:4em;
}

navbar-collapse {
	float:right;
	}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    width: 100%;
    text-align: center;
    margin-left: 0px;
}