html {
  position: relative;
  min-height: 100%;
 
}

body{
          background-attachment: fixed;
            background-size: cover;
          /*  padding:5% 0; 
			background-image:url(../images/home-bg.jpg);*/
			background-repeat:no-repeat;
		font-family:Tahoma, Geneva, sans-serif !important;
		 padding: 0 !important;
		 
		 margin-bottom:50px !important
		 
		
        }
  
 h2{
            color:#031f4f !important;
			font-family:Tahoma, Geneva, sans-serif !important;
			/*text-shadow: 0 2px 4px rgba(0,0,0,0.40); */
            }

.footer
{  text-align:center; color:#fff; font-size:12px; width:100%;text-decoration:none; vertical-align:middle; font-family:Tahoma, Geneva, sans-serif;  background: #031f4f;
position: absolute; border-top:3px solid #e10a17; 
   bottom: 0;*
    padding: 1rem;
  clear: both;
  width: 100%;
   }

.footer a:link 
{  text-align:center; color:#fff; font-size:12px; width:100%;text-decoration:none; vertical-align:middle; margin-top:10; font-family:Tahoma, Geneva, sans-serif;  }

.footer a:visited 
{  text-align:center; color:#fff; f font-size:12px; width:100%;text-decoration:none; vertical-align:middle; margin-top:10; font-family:Tahoma, Geneva, sans-serif;  }

.footer a:hover 
{  text-align:center; color:#fff;  font-size:12px; width:100%;text-decoration:none; vertical-align:middle; margin-top:10; font-family:Tahoma, Geneva, sans-serif; }

.footer a:active
{  text-align:center; color:#fff;  font-size:12px; width:100%;text-decoration:none; vertical-align:middle; margin-top:10; font-family:Tahoma, Geneva, sans-serif;   }

.jumbotron{
	
	background-color:transparent !important;
	text-align:center;
	color:#e10a17 !important;
	letter-spacing: 1.5px;
	font-size:55px;
	/*font-family:Tahoma, Geneva, sans-serif; */
	font-family:Tahoma, Geneva, sans-serif !important;
	font-weight:bold;
	/*text-shadow: 0 2px 4px rgba(0,0,0,0.40); */
	line-height:1.3; 
		   }

/*MAIN*/

.header-fixed {
	/*background-color:#292c2f; 
	box-shadow:0 1px 1px #ccc;
	padding: 20px 40px;*/
	height: 80px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;

	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}

.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}



.header-fixed-placeholder{
	height: 80px;
	display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-fixed .header-limiter h1 span {
	color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #fff;
	text-decoration: none;
}

.header-fixed .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-fixed .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	text-decoration:none;
	/*color: #ffffff; */
	opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover{
	opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
	color: #608bd2;
	pointer-events: none;
	opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	/*padding: 10px 40px;
	height: 50px; */
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
	line-height: 28px;
	font-size: 13px;
}


/* Making the header responsive */

@media all and (max-width: 600px) {

	.header-fixed {
		padding: 20px 0;
		height: 75px;
	}

	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
		/* float:none; */
	}

	.header-fixed .header-limiter nav a {
		font-size: 13px;
		position: absolute;
    top: 10px;
    right: 10px;
	}

	body.fixed .header-fixed {
		display: none;
	}

}

#header {
   
    width: 100%;
    z-index: 999;
    background: #031f4f;
/*    border-bottom: 2px #ce000c solid;*/
	height:10px;
	
}
.language-button{
	font-family: 'DroidKufi Regular';
	color:#fff;
	font-size: 14px;
margin-top: 4px;
float: right;
	}
	
	.language-button:hover{
		color:#f48b29;
		text-decoration:none;		
		
		}
		
.logo-header {
		background-color:#FFF;
	text-align:center;
	}
	
	p{
            color:#333 !important;
			font-family:Tahoma, Geneva, sans-serif !important;
			font-size:14px;
			text-align: justify;
			
            }
			
			h4{
            color:#031f4f !important;
			font-family:Tahoma, Geneva, sans-serif !important;
			font-size:14px;
			text-align: justify;
			
            }
			