@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeueLTCom57Condensed';
    src: url('../fonts/helvetica-neue-lt-com-57-condensed.eot');
    src: url('../fonts/helvetica-neue-lt-com-57-condensed.eot') format('embedded-opentype'),
         url('../fonts/helvetica-neue-lt-com-57-condensed.woff') format('woff'),
         url('../fonts/helvetica-neue-lt-com-57-condensed.ttf') format('truetype'),
         url('../fonts/helvetica-neue-lt-com-57-condensed.svg#HelveticaNeueLTCom57Condensed') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom35Thin';
    src: url('../fonts/helvetica-neue-lt-com-35-thin.eot');
    src: url('../fonts/helvetica-neue-lt-com-35-thin.eot') format('embedded-opentype'),
         url('../fonts/helvetica-neue-lt-com-35-thin.woff') format('woff'),
         url('../fonts/helvetica-neue-lt-com-35-thin.ttf') format('truetype'),
         url('../fonts/helvetica-neue-lt-com-35-thin.svg#HelveticaNeueLTCom35Thin') format('svg');
}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* http://css-tricks.com/perfect-full-page-background-image/ */
		html {
			/*
			height: 100%;
			background: url(images/1220037_40658920.jpg); 
			background-size: 100%;
			background-repeat:no-repeat;
			background-position: 50% 50%;
			transition: background-size 14s;
			*/
		}
		body {
			padding-top: 0px;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background: transparent;
			color:#000000;
			font-weight: normal;
		}
		p{
			font-size:14px;	
		}
		.visitorInfo li{
			font-size:22px;	
		}
		.active p{
			padding:15px;	
		}
		a{
			color:#ffffff;	
		}
		.nav>li>a{
			border:2px solid #ffffff;
			margin:0px 5px;
			padding: 15px 45px;
		}
		.navbar-nav{
			padding-top:20px;	
		}
		.jumbotron p {
			margin-bottom: 15px;
			font-size: 14px;
			font-weight: 200;
		}
		.navbar-brand {
			float: left;
			padding:0px 15px;
			font-size: 24px;
			line-height: 20px;
			height: 50px;
		}
		.navbar {
			z-index:20;
		}
		.navbar-nav p{
			font-size:18px;	
		}
		
		.backstretch{
			-moz-transition: all 14s;
			-webkit-transition: all 14s;
			-ms-transition: all 14s;
			transition: all 14s;
			-moz-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-ms-transform: scale(1,1);
			transform: scale(1,1);
		}
		
		.table-responsive .table th, .table-responsive .table td { 
			 border-top: none; 
		 }
		 .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
			background-color: #e3e3e3;
		}
		.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
		 	white-space: initial !important;
		 }
		.trans {
			-moz-transform: scale(1.2,1.2);
			-webkit-transform: scale(1.2,1.2);
			-ms-transform:scale(1.2,1.2);
			transform: scale(1.2,1.2); 
		}
		
		.transOringin {
			-moz-transform: scale(1,1);
			-webkit-transform: scale(1,1);
			-ms-transform: scale(1,1);
			transform: scale(1,1); 
		}
		.panel {
			background: rgba(30, 112, 118);
			background-color: rgba(30, 112, 118, 0.8);
			padding:30px 50px;
		}
		.panel-purple{
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(69, 45, 144);
			/* RGBa with 0.6 opacity */
			background: rgba(69, 45, 144, 0.8);	
		}
		.panelButton{
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(69, 45, 144);
			/* RGBa with 0.6 opacity */
			background: rgba(69, 45, 144, 0.8);	
			text-align:center;  
			padding:10px 0px;
		}
		#header{
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(69, 45, 144);
			/* RGBa with 0.6 opacity */
			background: rgba(69, 45, 144, 0.8);	
			
			height:100px;
			z-index:10; 
			padding-top:0px; 
			padding:0px;
		}
		
		h1 .initialLetter{
			font-size:55px;	
		}
		h2 .initialLetter{
			font-size:40px;	
		}
		.logos {
			list-style:none;
			width: 100%;
		}
		.logos li {
			float: left;
			padding: 10px;
		}
		.logos img {
			height: 60px;
			width: auto;
		}
		#footer{
			position:fixed;
			bottom:0px;
			left:0px;
			margin:0px;
			width:100%;
			color:#ffffff;
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(69, 45, 144);
			/* RGBa with 0.6 opacity */
			background: rgba(69, 45, 144, 0.8);
			
		}
		@media (min-width: 768px){
			.nav>li>a{
				padding: 15px 5px;
			}
			.active p {
				padding: 0px 5px;
				font-size:12px;
			}
			.brand-logo{
				max-height: 100px; overflow: visible;padding-top: 0;padding-bottom: 0;
			}
		}
		
		@media (min-width: 992px){
			.nav>li>a{
				padding: 15px 10px;
			}
			.active p {
				padding: 0px 5px;
				font-size:16px;
			}
			.brand-logo{
				max-height: 160px; overflow: visible;padding-top: 0;padding-bottom: 0;
			}
			.logos img {
				height: 100px;;
				width: auto;
			}
		}
		@media (min-width: 1200px){
			.nav>li>a{
				border:2px solid #cccccc;
				margin:0px 5px;
				padding: 15px 32px;
			}
			.active p {
				padding:0px 5px;
				font-size:18px;
			}
			.brand-logo{
				max-height: 205px; overflow: visible;padding-top: 0;padding-bottom: 0;
			}
		}
		
		@media only screen and (max-width: 766px) {
			.collapsing, .in { background-color: rgba(98, 178, 188, 1);}
			.collapsing ul li a, .in ul li a {color: #000!important;}
			.collapsing ul li, .in ul li { margin-top:5px;}
			.collapsing ul li a:hover, .in ul li a:hover {color: #555!important;}
			.brand-logo{
				max-height: 80px; overflow: visible;padding-top: 0;padding-bottom: 0;
			}
			#header{
				height:60px;
			}
			#footer{
				position:relative;
				margin:0px;
				width:100%;
				color:#ffffff;
				/* Fallback for web browsers that doesn't support RGBa */
				background: rgb(90, 70, 134);
				/* RGBa with 0.6 opacity */
				background: rgba(90, 70, 134, 0.8);
			
			}
			h1, .h1{
				font-size:24px;	
			}
			h1 .initialLetter{
				font-size:34px;	
			}
			h2 .initialLetter{
				font-size:34px;		
			}
			p{
				font-size:18px;	
			}
			.visitorInfo li{
				font-size:30px;	
			}
			.jumbotron p {
				margin-bottom: 5px;
				font-size: 18px;
				font-weight: 200;
			}
			.active p{
				padding:5px;
				padding-left:15px;
			}
			.navbar-nav{
				padding-top:5px;	
			}
			.panel {
				padding:30px 15px;
			}
			#ijf2017_logo img {
				width: 100%;
			}
		}
		
		@media screen and (min-width: 768px)
{
	.jumbotron h1, .jumbotron .h1 {
		font-size: 50px;
	}

}