/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Abel|Sintony:700');

html, body{ font-family: 'Abel', sans-serif; font-size: 22px; }
body{ margin: 0px!important;}
h1,h2,h3,h4,h5{font-family: 'Sintony', sans-serif; text-transform: uppercase; padding: 15px; letter-spacing: -1px}
p{ padding: 15px;}

b,strong{ color: #0066ad}
.logo-link{max-width: 300px; text-align: left; display: block}
.logo{ max-height: 60px; margin: 10px; text-align: left; max-width: 300px;}

.jumbotron{color:#fff; background: url(../img/bg-jumbotron.jpg) no-repeat top center; background-size: cover; background-color: #2c334a; margin-bottom: 0px; margin-top: 60px; border-radius: 0px!important;}

.jumbotron h1{ line-height: 1em; font-size: 5em; text-shadow: 2px 2px 5px rgba(1,1,1,1) }
.jumbotron h2{ line-height: 1em; font-size: 1.5em}

.container-fluid{padding-left: 0px!important; padding-right: 0px!important;}
h2{ font-size:2.5em;}
h3{ font-size:1.5em;}

nav{margin-bottom:0px!important; position: fixed!important; z-index: 999; top:0; width: 100%!important }
.nav-internal{position: inherit!important;}
.row{ padding: 30px 0px 0px 0px!important; margin:0px!important}
.row img{ margin-bottom: 40px;}
.img-step{ max-width: 50%; max-height: 50%;}

.header-title{color:#fff; background: url(../img/bg-jumbotron.jpg) no-repeat top center; background-size: cover; background-color: #2c334a; box-shadow: inset 0px 0px 20px rgba(1,1,1,1); margin-bottom: 0px; padding: 150px 0px;}
.lang-switch{display: block; margin-top: 7px; background: #0066ad; border-radius: 5px; padding:5px 2px 5px 2px; color: #fff!important; text-align: center;}
.lang-switch img { margin:0px 10px;}

.include-vid iframe{ width:100%; height: 100%; min-height: 480px;}
.includemask{background: url(../img/bg-jumbotron-low.jpg) no-repeat top center; background-size: cover; }

@media only screen and (max-width:1024px)
{
	.jumbotron h1{ line-height: 1em; font-size: 1.5em; }
	.jumbotron h2{ line-height: 1em; font-size: 0.8em;}
	h2{font-size: 1em;}
}

@media only screen and (max-width:767px)
{
nav{ position: inherit!important; }
nav div a{ display: block; width: 100%;}
nav div a img.logo{ width: 100%;}
.lang-switch{ font-size:0px;}
.lang-switch img{ margin: 0px 7px!important;}
}
