
.backstretch-opacity-1 .backstretch {
  opacity: 0.1; }

.backstretch-opacity-2 .backstretch {
  opacity: 0.2; }

.backstretch-opacity-3 .backstretch {
  opacity: 0.3; }

.backstretch-opacity-4 .backstretch {
  opacity: 0.4; }

.backstretch-opacity-5 .backstretch {
  opacity: 0.5; }

.backstretch-opacity-6 .backstretch {
  opacity: 0.6; }

.backstretch-opacity-7 .backstretch {
  opacity: 0.7; }

.backstretch-opacity-8 .backstretch {
  opacity: 0.8; }

.backstretch-opacity-9 .backstretch {
  opacity: 0.9; }

.page-container {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px; }
  .page-container .navbar,
  .page-container .jumbotron {
    border-radius: 2px; }
	

#logo2{
	        display:none;
			position:fixed;
			width:300px;
			height:70px;
			top:70px;
			left:70px;
			z-index:999;}
			
#logo2 img{
			width:300px;
			height:auto;}
			

			
@media screen and (max-width: 1200px) {
	
	#logo2{
	        display:none;
			position:fixed;
			width:300px;
			height:70px;
			top:70px;
			left:70px;
			z-index:999;}
			
#logo2 img{
			width:300px;
			height:auto;}
}

@media screen and (max-width: 992px) {
	
	
	
	#logo2{
	        display:none;
			position:fixed;
			width:250px;
			height:auto;
			top:50px;
			left:50px;
			z-index:999;}
			
#logo2 img{
			width:250px;
			height:auto;}
}

@media screen and (max-width: 768px) {
	
	#logo2{
	        display:none;
			position:fixed;
			width:200px;
			height:auto;
			top:30px;
			left:30px;
			z-index:999;}
			
#logo2 img{
			width:200px;
			height:auto;}
}

@media screen and (max-height: 480px) {
	
		#logo2{
	        display:none;
			position:fixed;
			width:160px;
			height:auto;
			top:20px;
			left:20px;
			z-index:999;}
			
#logo2 img{
			width:160px;
			height:auto;}
	
}

@media screen and (max-width: 480px) {
	
		#logo2{
	        display:none;
			position:fixed;
			width:160px;
			height:auto;
			top:20px;
			left:20px;
			z-index:999;}
			
#logo2 img{
			width:160px;
			height:auto;}
	
}
    
	

/*# sourceMappingURL=tutorial.css.map */
