.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
}
h1 {font-size: 300%;}
h2 {font-size: 105%;}
h3 {font-size: 120%;}
h4 {font-size: 135%;}
h5 {font-size: 140%;}
h6 {font-size: 300%;}
h7 {font-size: 190%;}

p {
  font-weight: 400;
}
.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 10px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,.95);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}
.push-45 {
left: 45%;
position: relative;
}
.pull-55 {
position: relative;
left: -55%;
}
/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #fff;
	border-bottom: 1px solid;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px solid;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}


/*Media Queries*/

@media only screen and (min-width: 915px) and (max-width: 1280px) {
body {font-size: 100%;}

}

@media only screen and (min-width: 0px) and (max-width: 915px) {

body {font-size: 100%;}
}

@media only screen and (min-width: 0px) and (max-width: 915px) {
.push-45, .pull-55 {position: static;}
}