/*  media queries
*/


/*
LARGER MOBILE DEVICES*/
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}
	.container {width:99%; margin: 0 auto;}
	body{font-size: 1.25em;	line-height:125%;}
}
 

/*
TABLET & SMALLER LAPTOPS
preferred media query for those is 768px.
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 100%; 
	margin: .15em auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
#header{
	padding:0;
}
#content {  
	float:left;
	width:85%;
}
#content.wide-content{
	float:none;
	width:100%;
}


/*GRID*/
/* & Columns : 12 
 */
.grid_1 { width: 5%; }
.grid_2 { width: 13.333333333333%; }
.grid_3 { width: 21.666666666667%; }
.grid_4 { width: 30%; }
.grid_5 { width: 38.333333333333%; }
.grid_6 { width: 46.666666666667%; }
.grid_7 { width: 55%; }
.grid_8 { width: 63.333333333333%; }
.grid_9 { width: 71.666666666667%; }
.grid_10 { width: 80%; }
.grid_11 { width: 88.333333333333%; }
.grid_12 { width: 98; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	display: block;
}

/*  
 */

}

/*
DESKTOP
*/
@media only screen and (min-width: 1030px) {

} 



/*
LARGE VIEWING SIZE
This is for the larger monitors and full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 



/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

@media only screen and (min-width: 215px) and (max-width: 319px){
	body{font-size: 1.3em;	line-height:120%;}
	.container {width:100%;}
.logotext {font-size:1.5em;}
}
@media only screen and (max-width: 767){

}


@media only screen and (min-width: 320px) and (max-width: 767px){
	.container {width:99%; margin: 0 auto;}
	body{font-size: 1.1em;	line-height:120%;}
.bumper {padding: 5px;}    
.logotext {
	font-size: 1.4em;
	font-weight: bold;
}
div.box2 {
	box-sizing: border-box;
	width: 100%;
	border: .01em solid transparent;
	float: left;
	padding-right: .1em;
}
div.box3 {
	box-sizing: border-box;
	width: 100%;
	border: .2em solid transparent;
	float: left;
}


.slogan {
	color: #333;
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
	
#logoimg {
	background-image: url(../images/logo_GBLL_sm.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
	
	/*social*/
	#oursocial{
		text-align:center;	
	}
	/*social*/
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body{font-size: 1.1em;	line-height:140%;}
.logotext {font-size:2.2;}
	.container {width:98%; margin: 0 auto;}
#content {  
	float:left;
	width:85%;
}
#content.wide-content{
	float:none;
	width:100%;
}
.twins {
box-sizing: border-box;
  width: 98%;
  padding: .75em;
  border: .25em solid white;
  float: left;
}

.triplets {
   box-sizing: border-box;
  width: 98%;
  padding: .75em;
  border: 1px solid #transparent;
  float: left;
}
}



@media only screen and (min-width: 960px)  {
  body { font-size: 1em; 	line-height: 140%;}

}



/*
/*
DESKTOP
This is the average viewing window. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {



} 

/*
LARGE VIEWING SIZE
larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}












/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /*  */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}