.smi-logo{
	width: 150px;
    height: 60px;
}
.card{
	padding: 50px 0px;
}
.card-body h1 a{
	text-decoration: none;
	color: #000;
	
}
.imageocontainer{
	position: relative;
      width: 100%;
}
.image {
      width: 100%;
      height: auto;
    }

.text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
}
footer{
	width: 100%;
	float: left;
	text-align: center;
    background-color: #1b1b1b;
    border-top: 1px solid #2c2c2c;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
}
footer h5{
	font-size: 12px;
    line-height: 1;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer h6 a{
	font-size: 11px;
    line-height: 1;
	color: #28ABE3;
	font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
}