/* Main styles */

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

}

header h1{
	line-height: 0.9em;
	background: url(../images/IDG-button-sml.png) no-repeat right bottom;
	font-family: league_gothicCnRg, sans-serif;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	padding-right: 75px;
}

article h1 {
	font-family:league_gothicCnRg, sans-serif;
	font-size:3em;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:0.9em;
	margin:0 0 0.5em 0;
}

section h1 {
	font-family:league_gothicCnRg, sans-serif;
	font-size:3em;
	font-weight:normal;
	letter-spacing:0.05em;
	margin-bottom:0.7em;
	line-height:0.9em;
}

h2 {
	font-size:1em;
	letter-spacing:0.1em;
	line-height:0.9em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}

aside {
	font-size:0.9em;
	line-height:24px;
}

#main_pic {
	max-width: 100%;
}

@media only screen and (min-width: 100px) {
	#logo {
		float:right;
		padding-top:5%;
		padding-right:10px;
	}
	section h1 {
	font-size:2em;
	}
}

@media only screen and (min-width: 460px) {
	section h1 {
	font-size:2.5em;
	}
}

@media only screen and (min-width: 768px) {
	#logo {
		float:right;
		padding-top:25%;
		vertical-align:bottom;
	}
	
}
@media only screen and (min-width: 900px) {
	section h1 {
		font-size:3em;
		}
}

/* project styles */

table.table1 {
	font-size:0.8em;
}

table.table1 td {
	padding:5px;
}

.country {
	font-weight:bold;
	width:20%;
}
