/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

p {
	text-align: justify;
}


.img-first {
		height: 250px;
		width: 250px;
		padding: 20 20 20 20;
	}

.bg-red {
	background-color: #ba0e0e;
	
}

.bg-blue {
	background-color: #040461;
	
}


a.navbar-brand {
/*	    font-size: 2rem; */

	
}

.jumbotron
{
	background-color: #fff;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
	
.zoomIt{
/* display:block!important; */
-webkit-transition:-webkit-transform 1s ease-out;
-moz-transition:-moz-transform 1s ease-out;
-o-transition:-o-transform 1s ease-out;
-ms-transition:-ms-transform 1s ease-out;
transition:transform 1s ease-out;
}
.zoomIt:hover{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}



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

}
@media (max-width: 600px) {
	.img-first {
		height: 150px;
		width: 150px;
	}
}