/* #Media Queries
================================================== */

@media only screen and (min-width: 960px) {

#renav {
	display: none;		
}

#nav {
	display: none;	
}

	}

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
  
#banner {
	margin: 0; 
}

#next {
	margin: 0;
}

  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 769px) and (max-width: 959px) {

#renav {
	display: none;		
}

#nav {
	display: none;	
}

header h2#slogan {
}
  
#banner {
	margin: 0; 
}

#socialIcons {
	text-align: left;
    width: auto;  
}  
 

#next {
}

img, a img {
	max-width: 100%;
	height: auto;
}

#insidefooter {
	width: auto;	
}

#line {
	width: auto;	
}

  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 768px) {
  
header {
	height: auto;
	border-top: 5px solid black;
} 

header h1#title {
	text-align: center;	

}

header h2#slogan {
	display: block;
	text-align: center;
}

#hello_bar {
	display: none;  
  }  
  
#open {
	display: none;  
  }  
  
#socialIcons {
	float: none;
	clear: both;
	text-align: center;
    position: relative;
    width: auto;  
}  

a#logo {
	float: none;
    clear: both;
    background-position: center;
    margin: 0 43.4375%;
    padding: 0px 0 0 0;
}  

a#logo img {
	float: none !important;	
	display: inline-table;
	margin-right:auto;
	margin-left:auto;
	padding-top: 0 !important;
}

header h1#title {
	margin: 0;
	display: block;
}
  
#banner {
	padding: 0px 0 0 0; 
}

header{
	border-top: 5px solid black;
}

#next {
	display: none;
}

img, a img {
	max-width: 100%;
	height: auto;
}

#insidefooter {
	width: auto;	
}
  
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 768px) {

header {
	height: auto;
	border-top: 5px solid;
	width: 100%;
}   

a#logo {
	float: none;
    clear: both;
    background-position: center;
    margin: 0 43.4375%;
    padding: 8px 0 0 0;
}  

#navcontainer {
	display: none;
} 
  
#socialIcons {
	float: none;
	clear: both;
	text-align: center;
    position: relative;
    width: auto;  
}  
  
#banner {
	padding: 0 0 0 0; 
}

#next {
	display: none;
}

img, a img {
	max-width: 100%;
	height: auto;
}

#insidefooter {
	width: auto;	
}

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

header {
	height: auto;
	border-top: 5px solid black;
}

a#logo {
	float: none;
    clear: both;
    text-align: center;
    background-position: center;
    margin: 0 39.833333%;
}    

#navcontainer {
	display: none;
}

#socialIcons {
	float: none;
	clear: both;
	text-align: center;
    position: relative;
    width: auto;  
}   
  
#banner {
	padding: 0 0 0 0; 
}

header{
	border-top: 5px solid;
}

#next {
	display: none;
}

img, a img {
	max-width: 100%;
	height: auto;
}

#insidefooter {
	width: auto;	
}

  }
