/*-----------------------------------*/
/*-Custom Styles/Foundation Overrides*/
/*-----------------------------------*/

/*-----------------------------------*/
/*------------html Styles------------*/
/*-----------------------------------*/

/*-----------Single Styles-----------*/
a {
	color: #BD4932;
}
	a:hover, #cover-title a:hover {
		color: #105B63;
	}
aside.twelve.columns {
	padding-bottom: 2%;
	padding-left: 2%;
}
b {
	color: #BD4932;
	font-weight: normal;
	cursor: pointer;
}
	b:hover {
		color: #105B63;
	}
body {
	overflow-x: hidden;
	font-family: 'Old Standard TT';
}
figcaption {
	text-align: center;
	font-size: 1.2em;
	font-family: 'Josefin Slab';
}
footer {
	position: relative;
	background: #FFB82B;
}
	footer nav ul {
		padding-top: 40%;
		color: #BD4932;
		list-style-type: square;
	}
		footer nav ul li {
			font-size: 1.25em;
			font-family: 'ChunkFive';
		}
	footer #footer-logo {
		margin-top: 4em;
	}
header {
	z-index: 200;
	padding: 1.5%;
	border-bottom: 1px solid #FFB82B;
	background: rgba(255,255,255,0.95);
}
	header.large,header.small {
		position: fixed;
		width: 100%;
	}
	header.large {
		height: 145px;
	}
	header.small {
		height: 68px;
	}
	header a {
		color: black;
	}
		header a:hover {
			color: #105B63;
		}
	header h1 {
		display: none;
	}
	header figure {
		margin-top: -15px;
	}
		header figcaption {
			margin-top: -15px;
		}
		header.large figure.large-logo {
			width: 25%;
		}
		header.large figure.small-logo {
			display: none;
		}
			header.small figure.large-logo {
				display: none;
			}
			header.small figure.small-logo {
				display: block;
				width: 15%;
			}
	header .site-subtitle {
		font-size: 1.25em;
		font-family: 'Josefin Slab';
	}
		header.small .site-subtitle {
			margin-left: 15%;
			font-size: 1.5em;
		}
	header ul { }
		header li {
			display: inline-block;
		}
		header li.header-drop {
			text-align: right;
			font-size: 5em;
		}
			header li.header-drop ul#nav-drop {
				margin-top: 5px;
				margin-left: -10px;
			}
				header li.header-drop ul#nav-drop li {
					color: white;
					text-align: left;
					font-size: 1.25em;
					font-family: 'ChunkFive';
				}
				header li.header-drop ul#nav-drop li.social-drop,header li.header-drop ul#nav-drop li.cover-drop {
					background: #105B63;
				}
				header li.header-drop ul#nav-drop li.social-drop {
					
				}
				header li.header-drop ul#nav-drop li.cover-drop {
					text-align: center;
					font-family: 'League Gothic';
				}
				header .f-dropdown:before {
				    border-color: transparent transparent #105B63 transparent;
				 }
					header li.header-drop ul#nav-drop li.social-drop li:hover a {
						color: #FFB82B;
					}
				header li.header-drop ul#nav-drop li ul li {
					color: white;
					text-align: left;
					font-size: 1.25em;
					font-family: 'SocialMedia';
				}
			header a.typicons,header li.typicons a {
				color: #105B63;
			}
			header a.typicons:hover,header li.typicons a:hover {
				color: #BD4932;
			}
			header.large li.typicons,header.large li.top {
				display: none;
			}
		header.small .header-drop {
			margin-top: -35px;
		}
i {
	font-style: normal;
}
ul#nav-drop li {
	display: block;
}
ul#social {
	font-family: 'SocialMedia';
}
	footer ul#social {
		margin-bottom: -50px;
		padding-top: 10px;
	}
	ul#social li {
		display: inline-block;
		text-align: center;
		font-size: 2em;
	}
		ul#social a {
			color: #BD4932;
		}
			footer ul#social a {
				color: #105B63;
			}
		ul#social a:hover {
			color: #105B63;
		}
			footer ul#social a:hover {
				color: #BD4932;
			}

/*---------Combined Styles-----------*/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-family: 'Chunkfive';
}
ol,ul {
	list-style: none;
}
header,header h1,nav,a,figure,header img,li{
  -webkit-transition: all 1s; /* Safari and Chrome */
  -moz-transition: all 1s; /* Firefox 4 */
  -o-transition: all 1s; /* Opera */
  transition: all 1s;
}

/*-----------------------------------*/
/*------------Classes/ids------------*/
/*-----------------------------------*/

/*-----------Single Styles-----------*/
.abstract {
	padding-top: 5%;
}
	.abstract .caption {
		padding-top: 3.75%;
	}
.article-body {
	padding-top: 3%;
	background-color: white;
}
	.article-body p {
		font-size: 1.5em;
	}
	.article-body h3 {
		padding: 5% 0 2% 0;
		text-align: center; 
		font-size: 3em;
	}
.article-header {
	padding-bottom: 5%;
}
	.article-header h2 {
		font-size: 3.5em;
	}
	.article-header #subtitle {
		margin-top: -10px;
		padding-bottom: 2%;
		text-align: right;
		font-size: 2.5em;
	}
.article-intro p {
	border-right: 1px solid rgba(220,220,220,0.85);
	border-left: 1px solid rgba(220,220,220,0.85);
	font-size: 1.25em;
}
#articles, #cover-story {
	width: 95%;
}
.back-to-top {
	position: fixed;
	right: 5%;
	bottom: 1%;
	font-size: 3.5em;
}
.bio {
	padding: 2% 0;
}
.bio-bottom {
	color: #BD4932;
	font-size: 0.75em;
	font-family: 'Josefin Slab';
}
	.bio-bottom a {
		color: #105B63;
	}
	.bio-bottom span {
		font-size: 1.5em;
		font-family: 'League Gothic';
	}
.bio-name {
	margin-bottom: 13px;
	background: #FFB82B;
}
	.bio-name h2 {
		padding-top: 2%;
		color: white;
		text-align: center;
		text-shadow: 2px 2px 2px #105B63, 4px 4px 4px #105B63, 6px 6px 2px #BD4932, 8px 8px 4px #BD4932;
		font-size: 5em;
	}
.blog {
	padding: 15% 3% 3% 3%;
}
	.blog figcaption {
		padding: 1.5%;
		border-bottom: 1px solid #FFB82B;
	}
.border-thin {
	border-bottom: 1px solid white;
}
.byline {
	font-style: normal;
	font-size: 1.5em;
}
.byline, #cover-title {
	float: right;
	clear: both;
}
.callout {
	padding: 2%;
	background: #FFB82B;
	color: white;
	font-size: 2em;
	font-family: 'Chunkfive';
	line-height: 1.25em;
}
	.callout img {
		margin-right: 10%;
	}
.caption {
	padding: 1% 0;
}
	.caption .left-align {
		padding: 4.5%;
	}
.clear-both {
	clear: both !important;
}
.container {
	overflow: hidden;
	background-color: white;
}
.container-bio {
	position: relative;
	padding-bottom: 3%;
}
	.container-bio figure {
		margin-left: -10%;
		padding: 0 3%;
	}
	.container-bio p {
		font-size: 1.25em;
	}
#contents {
	padding-left: 2.5%;
}
	#contents h2 {
	}
	#contents li {
	}
#cover {
	position: relative;
}
#cover-article {
	float: right;
	padding-top: 33%;
	padding-right: 2.5%;
}
	#cover-article p {
		margin-bottom: -10px;
		border-bottom: 1px solid #DB9E36;
		color: #105B63;
		text-align: right;
		font-size: 3em;
		font-family: 'League Gothic';
	}
#cover-story {
	position: absolute;
	top: 0;
	width: 100%;
}
#cover-story-img {
	width: 100%;
}
#cover-story-img img {
	width: 100%;
}
#cover-title {
	padding: 2%;
	font-size: 4.5em;
	font-family: 'Ostrich';
}
	#cover-title a {
		color: #BD4932;
	}
	#cover-title span {
		font-size: 0.35em;
		font-family: 'BebasNeue';
	}
#creative-commons {
	padding: 1%;
}
	#creative-commons .cc-text {
		font-size: 0.8em;
	}
.credits {
	margin-top: -15px;
	padding-bottom: 2%;
}
	.credits img {
		box-shadow: 2px 2px 4px #105B63;
	}
		.credits h3 a {
			padding: 1%;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
			font-size: 1.25em;
			font-family: 'Josefin Slab';
		}
.drop-cap {
	display: inline-block;
	font-family: 'ChunkFive';
	font-size: 3.75em;
	line-height: 0.4em;
	color: #105B63;
	text-shadow: -1px 1px 1px #FFB82B, -2px 2px 1px #BD4932;
}
.drop-link {
	color: #FFB82B;
	font-size: 0.225em;
	font-family: 'ChunkFive';
}
	.drop-link span {
		color: #BD4932;
		font-size: 2.25em;
	}
	.drop-link:hover span {
		color: #105B63;
	}
.feature {
	border-bottom: 1px solid #FFB82B;
}
	.feature a {
		color: #105B63;
	}
		.feature a:hover {
			color: #FFB82B;
		}
	.feature:last-child {
		border-bottom: none;
	}
	.feature h3 {
		font-size: 2.25em;
	}
.feature-intro {
	padding: 1em 0;
	font-size: 1.15em;
}
.feature-title {
	margin-bottom: -1%;
}
#features { }
.footer-contents {
	border-right: 1px solid white;
	border-left: 1px solid white;
}
.foundicons {
	font-family: 'foundicons';
}
img.height-match-dip {
	padding-top: 5%;
}
figcaption.height-match-dip {
	padding-top: 4.78%;
}
.hidden {
	display: none;
}
.hypertext-style { }
	.hypertext-style h4 {
		padding: 0;
	}
#issue-label {
	position: relative;
}
	#issue-label h4 {
		color: #105B63;
		font-size: 1.75em;
		font-family: 'League Gothic';
	}
.left-align {
	text-align: left;
}
.links {
	padding-top: 1em;
	border-bottom: 1px solid #FFB82B;
	text-align: left;
}
	.links a {
		font-family: 'Chunkfive';
	}
	.links .flex-video {
		margin-top: 5px;
	}
	.links i {
		font-size: 3.5em;
		font-family: 'typicons';
	}
	.links img {
		padding-top: 2.5%;
		padding-bottom: 2.5%;
		width: 80%;
	}
	.links p {
		margin: 0px;
		padding: 0px;
	}
		.links p a {
			font-family: 'Old Standard TT';
		}
#logo {
	text-align: center;
	cursor: pointer;
}
#masthead {
	font-family: 'League Gothic';
}
	#masthead img {
		padding: 2.5%;
	}
	#masthead .attrib h3, #masthead .attrib-two h4 {
		font-family: 'Josefin Slab';
	}
	#masthead .attrib h3 {
		font-size: 2.1em;
	}
	#masthead .attrib-two h4 {
		font-size: 1.5em;
	}
		#masthead .attrib h3,#masthead .attrib h4 {
			line-height: 0.25em;
		}
	#masthead .attrib p {
		font-size: 2.25em;
	}
	#masthead .attrib-two p {
		font-size: 1.875em;
	}
#name {
	max-width: 800px;
}
	#name h1, #name .site-subtitle {
		display: none;
	}
	#name figure {
		padding-top: 56.8%;
		background-image: url(../img/camera-logo-bw.png);
		background-size: cover;
	}
		#name figure:hover {
			background-image: url(../img/camera-logo-bw-find.png);
		}
	#name div {
		float: left;
		font-size: 13em;
		font-family: 'Typicons';
	}
	#name span {
		font-size: 3em;
		font-family: 'League Gothic';
	}
.outset-left {
	margin-left: -7.5%;
}
.outset-right {
	margin-right: -10%;
}
#pi-logo {
	position: absolute;
	top: 5%;
}
.portrait {
	padding-bottom: 2%;
}
#post-script {
	padding: 1.5% 0;
	border-top: 1px solid #FFFAD5;
	background-color: #FFB82B;
}
.right {
	float: right;
}
.section-header {
	padding: 0.5em;
	background: #FFB82B;
	text-align: right;
	font-style: italic;
	font-size: 2.75em;
	font-family: 'League Gothic';
}
.social {
	font-family: 'SocialMedia';
}
.social-call {
	margin-bottom: 20px;
	border-bottom: 1px solid #FFB82B;
	font-family: 'Josefin Slab';
	color: #105B63;
}
	.social-call p {
		font-size: 1.2em;
	}
#steps li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 1.5em;
}
#tagline {
	left: -3.5%;
}
	#tagline h2 {
		color: #105B63;
		font-size: 2em;
		font-family: 'Old Standard TT';
	}
.tall {
	max-height: 70%;
}
.typicons {
	font-family: 'Typicons';
}

/*---------Promotional Styles-----------*/
.self-promo {
	height: 200px;
	color: #FFB82B;
}
	.self-promo h1,.self-promo h2,.self-promo h3,.self-promo h4,.self-promo h5,.self-promo h6 {
		color: #FFFAD5;
	}
		.self-promo a {
			color: #FFB82B;
		}
			.self-promo a:hover {
				color: #105B63;
				text-shadow: 0px 0px 4px rgba(255,184,43,0.75);
			}
	.self-promo h2,.self-promo h3,.self-promo h4,.self-promo h5,.self-promo h6 {
		margin-top: -10px;
		font-family: 'League Gothic';
		text-shadow: 2px 2px 4px rgba(16,91,99,0.75);
	}
	.self-promo h3,.self-promo h4,.self-promo h5,.self-promo h6 {
		display: inline-block;
		font-size: 1.5em;
	}
#tulips {	/*--Thanksgiving Point Tulip Festival 4/12/13-4/26/13--*/
	background: white url(http://photoinformant.com/img/tulip.jpg) no-repeat 0% 0%;
	background-size: cover;
}
	#tulips h1 {
		font-family: 'GreatVibes';
		font-size: 3em;
	}
	#tulips h2 {
		font-size: 2em;
	}


/*---------Javascript Styles-----------*/
/* Foundation Dropdowns */
.f-dropdown {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 99;
	margin-top: 2px;
	max-width: 200px;
	max-height: none;
	width: 100%;
	height: auto;
	background: #FFB82B;
	box-shadow: 1px 1px 4px #105B63;
	list-style: none;
	font-size: 16px;
}
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent #FFB82B transparent;
    content: ""; }
  .f-dropdown:after {
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #FFB82B transparent;
    content: ""; }
  .f-dropdown.right:before {
    right: 10px;
    left: auto; }
  .f-dropdown.right:after {
    right: 9px;
    left: auto; }
  .f-dropdown li {
    margin: 0;
    padding: 0.3125em 0.625em;
    font-size: 0.875em;
    line-height: 1.125em;
    cursor: pointer; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #105B63; }
    .f-dropdown li a {
      color: white; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 99;
    padding: 1.25em;
    max-width: 200px;
    max-height: none;
    width: 100%;
    height: auto;
    background: #FFB82B;
    list-style: none;
    font-size: 16px; }
    .f-dropdown.content *:first-child {
	    margin-top: 0;
    }
    .f-dropdown.content *:last-child {
	    margin-bottom: 0;
    }
  .f-dropdown.tiny {
	  max-width: 200px;
  }
  .f-dropdown.small {
	  max-width: 300px;
  }
  .f-dropdown.medium {
	 max-width: 500px; 
  }
  .f-dropdown.large {
	  max-width: 800px;
  }
	  
/*---------@media-----------*/
@media only screen and (max-width: 767px) {
	.article-header h2 {
		padding-top: 100px;
		font-size: 1.5em;
	}
	.article-header #subtitle {
		font-size: 1.125em;
	}
	article {
		width: 100%;
	}
	.back-to-top {
		display: none;
	}
	.bio-name h2 {
		padding-top: 2%;
		font-size: 3.5em;
	}
	.container-bio figure {
		margin-left: 0;
		padding: 0;
	}
	#contents, #features {
		box-shadow: none;
	}
	#cover-article p {
		margin-bottom: 1px;
		font-size: 2em;
	}
	#cover-article h2 {
		margin-top: 3px;
	}
		#cover-article h2 span {
			margin-top: -5px;
		}
	#cover-title {
		right: -10%;
		margin-top: 13%;
		font-size: 2em;
	}
		#cover-title span {
			font-size: 0.6em;
		}
	.feature h3 {
		font-size: 1.5em;
	}
	#fixed-bio {
		position: relative;
	}
	header.large,header.small {
		position: relative;
	}
	header.large li.header-drop {
		margin-top: -33.25%;
	}
	header.small {
		display: none;
	}
	#issue-label {
		position: relative;
		right: -10%;
	}
		#issue-label h4 {
			font-size: 1.1em;
		}
	#masthead { }
		#masthead img {
			margin: auto 0;
			width: 25%;
		}
		#masthead .attrib h3 {
			font-size:  2.1em;
		}
		#masthead .attrib-two h4 {
			font-size: 1.5em;
		}
		#masthead .attrib p {
			font-size: 2.25em;
		}
		#masthead .attrib-two p {
			font-size: 1.875em;
		}
	#name-first p {
		font-size: 2.5em;
	}
	#name-last p {
		font-size: 2em;
	}
	.no-mobile {
		display: none;
	}
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
		font-size: 12px;
	}
	/*--Thanksgiving Point Tulip Workshops--*/
	.self-promo {}
		.self-promo h1,.self-promo h2,.self-promo h3,.self-promo h4,.self-promo h5,.self-promo h6 {}
		.self-promo h2,.self-promo h3,.self-promo h4,.self-promo h5,.self-promo h6 {
			margin-top: -10px;
			font-family: 'League Gothic';
			text-shadow: 2px 2px 4px rgba(16,91,99,0.75);
		}
		.self-promo h3,.self-promo h4,.self-promo h5,.self-promo h6 {
			display: inline-block;
			font-size: 1.5em;
		}
	#tulips {	/*--Thanksgiving Point Tulip Festival 4/12/13-4/26/13--*/
		background: white url(http://photoinformant.com/img/tulip-mobile.jpg) no-repeat top left;
		background-size: contain;
	}
		#tulips h1 {
			font-family: 'GreatVibes';
			font-size: 2em;
		}
		#tulips h2 {
			font-size: 1.75em;
		}
}

/*-----------------------------------*/
/*---------@font-face Rules----------*/
/*-----------------------------------*/

/*------------Bebas Neue-----------*/
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeue') format('svg');
}

/*------------Chunk Five-----------*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Chunkfive';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/Chunkfive-webfont.svg#Chunkfive') format('svg');
}

/*------------Foundicons-----------*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'foundicons';
    src: url('../fonts/general_enclosed_foundicons.eot');
    src: url('../fonts/general_enclosed_foundicons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/general_enclosed_foundicons.woff') format('woff'),
         url('../fonts/general_enclosed_foundicons.ttf') format('truetype'),
         url('../fonts/general_enclosed_foundicons#Foundicons') format('svg');
}

/*------------Josefin Slab-----------*/
/* Regular */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Josefin Slab';
    src: url('../fonts/JosefinSlab-Regular-webfont.eot');
    src: url('../fonts/JosefinSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/JosefinSlab-Regular-webfont.woff') format('woff'),
         url('../fonts/JosefinSlab-Regular-webfont.ttf') format('truetype'),
         url('../fonts/JosefinSlab-Regular-webfont.svg#JosefinSlabRegular') format('svg');
}
/* Italic */
@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: 'Josefin Slab';
    src: url('../fonts/JosefinSlab-Italic-webfont.eot');
    src: url('../fonts/JosefinSlab-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/JosefinSlab-Italic-webfont.woff') format('woff'),
         url('../fonts/JosefinSlab-Italic-webfont.ttf') format('truetype'),
         url('../fonts/JosefinSlab-Italic-webfont.svg#JosefinSlabItalic') format('svg');
}
/* Bold */
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'Josefin Slab';
    src: url('../fonts/JosefinSlab-Bold-webfont.eot');
    src: url('../fonts/JosefinSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/JosefinSlab-Bold-webfont.woff') format('woff'),
         url('../fonts/JosefinSlab-Bold-webfont.ttf') format('truetype'),
         url('../fonts/JosefinSlab-Bold-webfont.svg#JosefinSlabBold') format('svg');
}
/* Bold Italic */
@font-face {
    font-weight: bold;
    font-style: italic;
    font-family: 'Josefin Slab';
    src: url('../fonts/JosefinSlab-BoldItalic-webfont.eot');
    src: url('../fonts/JosefinSlab-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/JosefinSlab-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/JosefinSlab-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/JosefinSlab-BoldItalic-webfont.svg#JosefinSlabBoldItalic') format('svg');
}

/*------------League Gothic-----------*/
/* Regular */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');

}
/* Italic */
@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-italic-webfont.eot');
    src: url('../fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');

}
/* Condensed */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'League Gothic Condensed';
    src: url('../fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('../fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');

}
/* Condensed Italic */
@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: 'League Gothic Condensed';
    src: url('../fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('../fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
}

/*----------Old Standard TT----------*/
/* Regular */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandard-Regular-webfont.eot');
    src: url('../fonts/OldStandard-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OldStandard-Regular-webfont.woff') format('woff'),
         url('../fonts/OldStandard-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OldStandard-Regular-webfont.svg#OldStandardTTRegular') format('svg');
}
/* Italic */
@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandard-Italic-webfont.eot');
    src: url('../fonts/OldStandard-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OldStandard-Italic-webfont.woff') format('woff'),
         url('../fonts/OldStandard-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OldStandard-Italic-webfont.svg#OldStandardTTItalic') format('svg');
}
/* Bold */
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandard-Bold-webfont.eot');
    src: url('../fonts/OldStandard-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OldStandard-Bold-webfont.woff') format('woff'),
         url('../fonts/OldStandard-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OldStandard-Bold-webfont.svg#OldStandardTTBold') format('svg');
}

/*----------Ostrich Sans----------*/
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'Ostrich';
    src: url('../fonts/ostrich-bold-webfont.eot');
    src: url('../fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-bold-webfont.woff') format('woff'),
         url('../fonts/ostrich-bold-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-bold-webfont.svg#ostrichboldwebfont') format('svg');
}

/*----------Ostrich Sans----------*/
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'SocialMedia';
    src: url('../fonts/SocialMedia.eot');
    src: url('../fonts/SocialMedia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SocialMedia.woff') format('woff'),
         url('../fonts/SocialMedia.ttf') format('truetype'),
         url('../fonts/SocialMedia.svg#SocialMedia') format('svg');
}

/*----------Typicons----------*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Typicons';
    src: url('../fonts/typicons-regular-webfont.eot');
    src: url('../fonts/typicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typicons-regular-webfont.woff') format('woff'),
         url('../fonts/typicons-regular-webfont.ttf') format('truetype'),
         url('../fonts/typicons-regular-webfont.svg#Typicons') format('svg');
}

/*----------Alex Brush----------*/
@font-face {
    font-family: 'AlexBrush';
    src: url('../fonts/AlexBrush-Regular-OTF-webfont.eot');
    src: url('../fonts/AlexBrush-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AlexBrush-Regular-OTF-webfont.woff') format('woff'),
         url('../fonts/AlexBrush-Regular-OTF-webfont.ttf') format('truetype'),
         url('../fonts/AlexBrush-Regular-OTF-webfont.svg#AlexBrushRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*----------Great Vibes----------*/
@font-face {
    font-family: 'GreatVibes';
    src: url('../fonts/GreatVibes-Regular-webfont.eot');
    src: url('../fonts/GreatVibes-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GreatVibes-Regular-webfont.woff') format('woff'),
         url('../fonts/GreatVibes-Regular-webfont.ttf') format('truetype'),
         url('../fonts/GreatVibes-Regular-webfont.svg#GreatVibesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*----------Learning Curve----------*/
@font-face {
    font-family: 'LearningCurve';
    src: url('../fonts/LearningCurve_OT-webfont.eot');
    src: url('../fonts/LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LearningCurve_OT-webfont.woff') format('woff'),
         url('../fonts/LearningCurve_OT-webfont.ttf') format('truetype'),
         url('../fonts/LearningCurve_OT-webfont.svg#LearningCurveProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*----------Sofia----------*/
@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia-Regular-webfont.eot');
    src: url('../fonts/Sofia-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sofia-Regular-webfont.woff') format('woff'),
         url('../fonts/Sofia-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Sofia-Regular-webfont.svg#SofiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}