/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 2rem;

}
/* .box{
  position:relative;
} */
.img-title{
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 10%;
  letter-spacing: 3px;
}
.logo {
    /*left: 0%;*/
    /*top: 0%;*/
    /*position: absolute;*/
    /*padding-bottom: 25px;*/
    margin-top: -30px;
    /*margin-left: -25px;*/
}