html, body {
  height: 100%;
}
body{
	display: flex;
    flex-direction: column;
}
.content {
  flex: 1 0 auto;
} 

.BookmanOldStyle{
	  font-family: 'BookmanOldStyle';font-weight: bolder;
}
@font-face {
	font-family: 'BookmanOldStyle';
  src: url('../webfonts/BookmanOldStyle.eot?#iefix') format('embedded-opentype'),  url('../webfonts/BookmanOldStyle.woff') format('woff'), url('../webfonts/BookmanOldStyle.ttf')  format('truetype'), url('../webfonts/BookmanOldStyle.svg#BookmanOldStyle') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**/

.carousel-indicators {
    bottom: 0;
	color: #100760 !important;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
	color: #100760 !important;
}
.carousel-item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}
.carousel-caption h3
{
    background: rgba(60,52,135,0.8);
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
	background: rgba(60,52,135,0.7);
	width:300px;
	height:300px;
    display: inline-block;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
	background: #3c3386;
    border-color: #100760;
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}


/**/
.footer{
	background: #515cd1; 
	background: -moz-linear-gradient(left, #515cd1 1%, #3c3386 51%, #515cd1 100%);
	background: -webkit-linear-gradient(left, #515cd1 1%,#3c3386 51%,#515cd1 100%);
	background: linear-gradient(to right, #515cd1 1%,#3c3386 51%,#515cd1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515cd1', endColorstr='#515cd1',GradientType=1 ); 
	padding-top:100px;
	position:relative;
	overflow:hidden;
	flex-shrink: 0;
}
.abs-svg{
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
	position:absolute;
}
.svg-white {
    fill: #fff;
}

@media (max-width: 768px) {
	.logo{
		width:250px;
	}
	.carousel-caption h3{
	font-size: 100%;
	}
	.carousel-item{
		min-height: auto !important;
	}
	.carousel-indicators{
		    bottom: -22px !important;
	}
	.carousel-caption {
		padding-top:0;
		padding-bottom: 0;
	}
	.carousel-caption h3{
		margin-bottom:-13px;
	}
}