	body{
		 
	}
	.bg{
		/*background: url(../media/events.jpg) no-repeat;*/
		background-attachment: fixed;
		background-size: 100% 100%;
		background-color:#003366;
	}
	
	.navbar{
		position: fixed; /* Set the navbar to fixed position */
		  top: 0;
		  left: 0;
		  right: 0;
		width: 100%;
		height: 180px;
		background-color:none;
	}
	.navbar-brand img{
		
		width:150px;
		height:auto;
	}
	.navbar-toggler {
  background: white !important;
}

	.navbar-nav li a{
		  font-size: 14px;
		  color: #ffffff !important;
		  /*color: #70bb05 !important; */
		  font-weight: 700;
		  text-transform: uppercase;
	}
	
	.navbar-nav li a:hover {
		 font-size: 14px;
		  color: white !important;
		  font-weight: 900;
		  text-transform: uppercase;
		  border-bottom: 3px solid #ffffff;
	}
		.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }	
	footer {
		   position: fixed;
		   left: 0;
		   bottom: 0;
		   width: 100%;
		   background-color: none;
		   color: white;
		   text-align: center;
		   z-index: 100;
	}
	#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width:100%;
  height:auto;
  z-index: 1;
}
 #popupContainerFixed{
    position: fixed;
    left:0px;
    top:0px;
}
#popupContainer {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
       
}
#popup {
    background-color: none; 
    margin:0 auto;
    display:inline-block;
	color:#ffffff;
	
    
} 
	