/*!
 * 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 {
	background-color: #6dcff6;
	font-family: verdana, helvetica, sans-serif, arial;
}



.card {
  height: 100%;
}

/*AM22 - To make google search box appear correct - START*/
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
	box-sizing: content-box;
	line-height: normal;
}

@media only screen and (min-width: 1024px) {
	.card-body {
		margin: 40px 40px  40px;
   }
   h1 {
	font-family: helvetica, sans-serif, arial; color: #000; font-size: 200%; 
	}
}

@media only screen and (max-width: 600px) {

   h1 {
	font-size: 120%;
	}
}


