/* CSS Document */

@font-face {
    font-family: 'univers_45_lightregular';
    src: url('ps_13501-webfont.eot');
    src: url('ps_13501-webfont.eot?#iefix') format('embedded-opentype'),
         url('ps_13501-webfont.woff') format('woff'),
         url('ps_13501-webfont.ttf') format('truetype'),
         url('ps_13501-webfont.svg#univers_45_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  width: 100%
}
.footer {
	position:relative;
	width:100%;
	min-height: 250px;
	bottom: 0;
	z-index: 3;
}

/* Create a Parallax Effect */
.bga, .bgb, bgc, .bgd {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bga {
    background-image: url('43025hd.jpeg');
    min-height: 100vh;
}
.bgb {
    background-color: white;
    height: 400px;
}
.bgc {
    background-image: url('bg-original.jpg');
    background-position: 100% 50px;
    height: calc(100vh - 300px);
    min-height: 300px;
}
.bgd {
    background-color: white;
    height: 400px;
}

.Para {
	color: #ffffff;
	font-size: 100px;
	font-weight: bold;
}
.mex {
	color: #ffffff;
	/*text-shadow: -1px -1px 1px #000, 1px 1px 1px #808080;*/
	/*opacity: 0.4;*/
	font-size: 100px;
	font-style: italic;
}
.gradient-text {
    background-clip: text;
	text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-blues {
	background: linear-gradient(-90deg, #1A3C8A, #3399FF);
	background: -webkit-linear-gradient(-90deg, #1A3C8A, #3399FF);
}
.language {
  text-align: justify;
  position: absolute;
  right: 3%;
  font-size: 1em;
  color: #ffffff;
  opacity: 0.75;
}
.hamburger {
  text-align: justify;
  position: absolute;
  left: 3%;
  color: #ffffff;
  opacity: 0.75;
}
.pmx-dkb{
	background-color: #1A3C8A;
}
.pmx-ltb{
	background-color: #3399FF;
}
.pmx-h50 {
	height: 51px;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: calc(100% - 50px);
    top: 50;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    /*
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	*/
}

/*
#overlay.right {
  left: -50%;
}
.#overlay.left {
  left: 100%;
}
*/

/****** START NAV ******/
.nav {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;   
}
.nav ul:before,
.nav ul:after {
    content: "";
    display: table;
}
.nav ul:after {
    clear: both;
}
.nav li > ul {
    float: left;
    position: relative;
}
.nav a {
    display: block;
    padding: 10px 3vw;
    line-height: 1.5em;
    font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3);
	/*background-color: #3399FF;*/
}
.nav ul li {
    background: #1A3C8A;
    width: calc(200px + 3vw); 
}
/****** END NAV ******/

/* Turn off parallax scrolling for tablets and phones */
@media screen 
	and (max-device-width: 400px) 
	and (-webkit-min-device-pixel-ratio: 3){
    .bga, .bgb, .bgc, .bgd {
        background-attachment: scroll; 
    }
    .bgc {
    	background-position: 100% 0px;
        background-size: 800px;	
        max-height: calc(100vh - 200px);
        background-repeat: no-repeat;
    }
    .Para {
		font-size: 60px;
	}
	.mex {
		font-size: 60px;
	}
}
	


