body {
  font-family: 'Open Sans Condensed', sans-serif;
	
}
.container {
  position: relative;
  margin-top:10px;
  width:100%;
}

@media only screen and (max-width: 768px) {
  .text {font-size: 16px}
	}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:50px;
}
.logo{
   float:left;
    margin-top:30px;
    margin-left:30px;
}
.body{
    text-align:center;
     color:grey;
}
	
	.img-fluid{float:left;}
	.cals{text-align: justify;border:10px solid grey;
	     
	}
	.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.5); 
}
	.footer{
       position:sticky;
       border:1px solid black;
       width:100%;
       color:white;
       text-align:justify;
        padding:0%;
      background-color:black;
		 float:left;
}  
	.footerr{
		position:sticky;
		border:1px solid black;
		width:100%;
		color:white;
		text-align:justify;
        padding:0%;
      background-color:black;
	}
	.nav-item{
		 padding-right: 150px;
	}
	.img{
 
  width: 100%;
  height: auto;
}
	.img:hover{
  
  width: 50%;

}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color:grey;
	opacity: 1;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.can{margin-left: 120px;}