@charset "UTF-8";
/*Text*/

.tk-garamond-premier-pro-display {
	font-family: "garamond-premier-pro-display",Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: 700;
	font-size:30px;
  }
  
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/* Flexible iFrame */

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

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.float_left {
	float:left;
	padding-right:10px;
}
.margintopbottomzero {
	margin-bottom:0;
	margin-top:0;
}