/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card {
  height: 100%;
}
.logo{
	margin-top:1%;
}
.mid{
	padding-top: 65px;
    font-size: 32px;
    font-weight: bold;
	text-align: center;}
.aligntxt{
text-align:center;
margin-top:1%;
}
.right{
	text-align:right;
}
@media only screen and (max-width: 480px) {
	.left{
		text-align:center;
	}
	.mid{
		text-align:center;
		font-size:16px;
		padding-top:10px;
	}
	.right{
		text-align:center;
	}

img {
         width: 75px;
		 height:75px;
    }
	
}

@media only screen and (min-width: 481px) and (max-width: 767px)  {
.mid{
		font-size:22px;
	}
.left{
		width:33%;
	}
	.mid{
		width:33%;
		padding-top: 38px;
	}
	.right{
		width:33%;
	}	
img {
         width: 100px;
		 height:100px;
    }
	
}	
	