/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

.columns {
}
/* #Basic Styles
================================================== */
	body {
		font-family: 'Playfair Display', serif;
  		font-weight: 400;
  		font-style: normal;
		font-size: 100%;
		line-height: 24px;
		font-size: 14px;
		color: #FFF;
		background-color: #001226;
 }
	input, select, textarea, button {
		font-family: 'Playfair Display', serif;
		color: #FFF;
	}
strong {
	font-weight: 700;
}
/* #Typography
================================================== */
	@font-face {
	  font-family: 'Scotch Display Roman';
	  src: url('subset-ScotchDisplay-Roman.woff2') format('woff2');
	  font-weight: 400;
	  font-style: normal;
	  font-display: swap;
	}

	/* Bold */
	@font-face {
	  font-family: 'Scotch Display Roman';
	  src: url('subset-ScotchDisplay-Bold.woff2') format('woff2');
	  font-weight: 700;
	  font-style: normal;
	  font-display: swap;
	}

	/* Usage */
	.fancy {
	  font-family: 'Scotch Display Roman', serif;
	  font-weight: 400; /* regular */
	}

	.fancy-bold {
	  font-family: 'Scotch Display Roman', serif;
	  font-weight: 700; /* bold */
	}
	.white {
		color: #FFF;
	}
	.orange {
		color: #D3622F;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Scotch Display Roman', serif;
		font-weight: 700; /* bold */
	}
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	 font-weight: 400; /* regular */	
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #072B25; }
h1, .h1 {
	font-size: 50px;
	line-height: 60px;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
}
h2, .h2 {
	font-size: 35px;
	line-height: 42px;
	color: #D3622F;
}
h3, .h3 {
	font-size: 18px;
	line-height: 32px;
}

	
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {  }

	hr { border: solid #E8E4D3; border-width: 1px 0 0; clear: both; margin: 10px 0px 10px 0px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #D3622F; text-decoration: none; outline: 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease;}
	a:hover, a:focus { color: #D3622F; text-decoration: none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease;}
	p a, p a:visited { line-height: inherit; }

/* #Images
================================================== */
	img.scale {
		max-width: 100%;
		height: auto; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.left {
		display: inline;
		float: left!important;
	}
	.right {
		display: inline;
		float: right!important;
	}
	
	.img-left {
		display: inline;
		float: left;
		margin: 0px 20px 10px 0px;
	}
	.img-right {
		display: inline;
		float: right;
		margin: 0px 0px 10px 20px;
	}
	.text-center {
		text-align: center;
	}
	.text-left {
		text-align: left;
	}
	.text-right {
		text-align: right;
	}
	.mb30 {
		margin-bottom: 30px !important;
	}
	.pb30 {
		padding-bottom: 30px !important;
	}
	.mt30 {
		margin-top: 30px !important;
	}
	.pt30 {
		padding-top: 30px !important;
	}
	.mb60 {
		margin-bottom: 60px !important;
	}
	.pb60 {
		padding-bottom: 60px !important;
	}
	.mt60 {
		margin-top: 60px !important;
	}
	.pt60 {
		padding-top: 60px !important;
	}
	.mb100 {
		margin-bottom: 100px !important;
	}
	.pb100 {
		padding-bottom: 100px !important;
	}
	.mt100 {
		margin-top: 100px !important;
	}
	.pt100 {
		padding-top: 100px !important;
	}
	
	
	
	
	@media only screen and (max-width: 1480px) {
	

	}
	
	@media only screen and (max-width: 1240px) {	
		h2, .h2 {
			font-size: 30px;
			line-height: 36px;
		}
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		
		
	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
		
	}
	
	
	
	
	