@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'TradeGothic-Light';
  src: url('fonts/TradeGothicLight/TradeGothic-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/TradeGothicLight/TradeGothic-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/TradeGothicLight/TradeGothic-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/TradeGothicLight/TradeGothic-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'TradeGothicConBold';
  src: url('fonts/TradeGothicConBold/TradeGothic-BoldCondTwenty.eot'); /* IE9 Compat Modes */
  src: url('fonts/TradeGothicConBold/TradeGothic-BoldCondTwenty.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/TradeGothicConBold/TradeGothic-BoldCondTwenty.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/TradeGothicConBold/TradeGothic-BoldCondTwenty.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'TradeGothicCon18';
  src: url('fonts/TradeGothicCon18/TradeGothic-CondEighteen.eot'); /* IE9 Compat Modes */
  src: url('fonts/TradeGothicCon18/TradeGothic-CondEighteen.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/TradeGothicCon18/TradeGothic-CondEighteen.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/TradeGothicCon18/TradeGothic-CondEighteen.svg#svgFontName') format('svg'); /* Legacy iOS */
}
h1 {
	font-family: "TradeGothicCon18";
	color: #00a651;
	font-size: 1em;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	padding-bottom:0px;
	letter-spacing: 1;
}

h2 {
font-family: "TradeGothicCon18";
	color: #00a651;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	padding-bottom:0px;
 	border-bottom: 2px solid currentColor;
 	 display: inline-block;
 	 line-height: 0.85;
	text-transform: uppercase;
	margin-bottom: 0;
}

Body {
	font-family: "TradeGothic-Light";
	color: #000000;
	font-size: 2em;
	font-weight: 400;
	line-height: 120%;
	background-color: #fff299;
	text-align: left;
	text-overflow: inherit;
	
}
.myCaption {
	font-family: "TradeGothicCon18";
	color: #00a651;
	font-size: 25px;
	font-weight: 400;
	line-height: 90%;
	text-align: left;
	padding:0px;
	margin: 0px;
	letter-spacing: 1;
}



@media only screen and (min-width: 600px) {
	.myImage {
	width: 370px;
	padding-bottom: 20px; 
	padding-top: 10px; 
	padding-left: 10px;
	padding-right: 10px;
	}

.myImageTop {
	width: 370px;
	padding-bottom: 10px; 
	padding-top: 20px; 
	padding-left: 10px;
	padding-right: 10px;
}
	.mainText{
	max-width: 420px;
	text-align: left;
	padding: 0;

}
	
}
	


.myImage {
			max-width: 80%;
			padding-bottom: 20px; 
			padding-top: 10px; 
			padding-left: 0px;
			padding-right: 0px;
	margin:0px;
	
	}
		.myImageTop {
			max-width: 80%;
			padding-bottom: 10px; 
			padding-top: 20px; 
			padding-left: 0px;
			padding-right: 0px;
			margin:0px;
	}

.mainText{
	width: 80%;
	text-align: left;
	margin: 0px;
	padding: 0px;

}
.container{
	align-content: center;
	width: 100%;
	margin: 0;
	padding: 0;

}



a {
	text-decoration: none;
	color: #00a651;
	border:none;
}