/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
	margin:0 ; 
	padding: 0;
	background-color:#000000;
}

.logo {
	width:16%;
	height:auto;
}

.logo2 {
	width:16%;
	height:auto;
}

.logo3 {
	width:40%;
	height:auto;
}
.logo4 {
	width:30%;
	height:auto;
}


a {
	font-size:10px;
}

a:hover {
	font-size:10px;
}


/*******************  INTRO ******************/



@keyframes fadey { 
0% { opacity: 0; }
15% { opacity: 1; }
85% { opacity: 1; }
100% { opacity: 0; }
}

@-webkit-keyframes fadey {
0% { opacity: 0; }
15% { opacity: 1; }
85% { opacity: 1; }
100% { opacity: 0; }
}

figure#slideshow { 
  width: 100%; 
 
  position: relative; 
  border: none;
  cursor: pointer;
}
figure#slideshow img { 
  position: absolute; 
  left: 0; top: 0; 
  width: 100%; height: auto; 
  opacity: 0; 
}
figure#slideshow img:first-child { 
position: relative; 

}

#container:fullscreen { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background: #000000; 
position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
   
}
#container:-moz-full-screen figure, #container:-ms-full-screen figure, #container:-webkit-fullscreen figure, #container:fullscreen figure { 
  width: 100%;
  background: #000000; 

 
}
:-webkit-full-screen { 
  width: 100%; height: 100%; 

   
}
*:-moz-full-screen { 
  background: #000000; 

    
}
*:-webkit-full-screen { 
  background: #000000; 

}
  .navbar-right2 .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right2 .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar-right2 {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right2 ~ .navbar-right {
    margin-right: 0;
  }
 .navbar-nav {
    float: left;
  
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding : 0;
	padding-left : 20px;
  }
