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: 20px;
  right:20px;
  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{ margin-top: 20px;
       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;
	}
	.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color:grey;
	opacity: 1;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
	.columns{margin-top: 40px;
		
	}
	a.paras{ border:2px solid black;
		    background-color:black;
		    color:white;
		text-decoration: none;
		padding:2px;
	}
	a.paras:hover{ border:2px solid black;
		    background-color:white;
		    color:black;
		
	}
		.balls{
			padding: 40px;
		}
		.null{margin-top: 50px;}
		.smile{margin-left: 70px;}
		.prom{margin-left: 40px;}
		
