body {
  font-family: 'Open Sans Condensed', sans-serif; 
}
	

.container {
  position: relative;
  margin-top:10px;
  width:100%;
}
.carousel-control.right, .carousel-control.left {
   background-image: none;
   color:#a19e9e;
  }
  .carousel-indicators li {
    border-color:#a19e9e;
  }
  .carousel-indicators li.active {
    background-color:#a19e9e;
  }
@media only screen and (width:360px){
  
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:50px;
}
.logo{
   float:left;
    margin-top:30px;
    margin-left:30px;
}

 
    
	
	.img-fluid{float:left;}
	
	     
	
  
	.text-block {
  position: absolute;
  bottom: 50px;
  right:90px;
  background-color:mintcream;
  color:gray;
  padding-left: 20px;
  padding-right: 20px;
}
	.para{margin-left:90px;
		
	}
	
	.zoom {
  padding: 50px;
  background-color:mintcream;
  transition: transform .2s;
  width:569px;
  height: 253px;
  margin: 0 auto;
}

.zoom:hover {
  
  transform: scale(1.2); 
}
	.footer{
      
       position:sticky;
       border:1px solid black;
       width:100%;
       color:white;
       text-align:center;
       padding:0%;
       background-color:black;
       float:left;
}  
	.footerr{
		position:sticky;
		border:1px solid black;
		width:100%;
		color:white;
		text-align:center;
                padding:0%;
                background-color:black;
	}
.foot{ margin-left:40px;
      font-size:30px;
}
	.nav-item{
		 padding-right: 150px;
	}
	.img{
 
  width: 100%;
  height: auto;
}
	.img:hover{
  
  width: 50%;

}


.can{margin-left: 130px;}
a.link{text-decoration:none;
  color:black;
}
.ball{text-align: center;}
.ball2{text-align: center;}