/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, 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 {
	font-weight: normal;
	font-family: Cagliostro,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
/*custom link for logo*/
#logo a:link { 
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#logo a:visited {
	color: rgba(255,255,255,1.00);
}
#logo a:active {
	color: rgba(255,255,255,1.00);
}
#logo a:hover {
	color:rgba(228,228,228,1.00);
}
/*end custom link for logo*/
/*custom link for intro*/
#intro a:link { 
	color: rgba(147,223,239,1.00);
	text-decoration: underline;
}
#intro a:visited {
	color: rgba(147,223,239,1.00);
	text-decoration-line: underline;
}
#intro a:active {
	color: rgba(255,255,255,1.00);
}
#intro a:hover {
	color:rgba(228,228,228,1.00);
}
/*end custom link for intro*/
/*custom link for top-photos*/
#top-photos a:link  {
	color: #FFF;
}
#top-photos a:visited {
	color: #E4E4E4;
}
#top-photos a:active {
	color: #FFF;
}
#top-photos a:hover {
	color: #FFF;
}
/*end custom link top-photos*/
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}
h6 {font-size: 100%;}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.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: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

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

body {font-size: 80%;}
}
