section#banner {
	position: relative;
	overflow: hidden;
}
	section#banner img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
.full-width {
	width: 100%;
}
.basic-container {
	float: left;
	width: 100%;
}
.hide-me {
	display: none;
}
.full-width {
	width: 100%;
}
.remove-margin {
	margin-left: 0;
	margin-right: 0;
}
.remove-padding {
	padding-left: 0;
	padding-right: 0;
}
.remove-right-padding {
	padding-right: 0;
}
.blocked-text {
	display: block;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.secondary-color {
	color: #FE4040;
}
.primary-color {
	color: #1A1355;
}
.white-color {color: #fff;}
.custom-font {font-family: Adam;letter-spacing: 1px;}
.p-relative {
	position: relative;
}
.img-fit {
	object-fit: cover;
	object-position: center;
}
.default-btn {
	font-size: 14px;
	color: #1a1355;
	background: url('../images/button-bg.png') center / cover;
	padding: 9px 15px;
    width: 150px !important;
	display: inline-block;
	letter-spacing: 1px;
	font-family: Adam;
	text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}
.default-btn:hover, .default-btn:focus {
	color: #fff;
	background-image: url('../images/button-bg-hover.jpg');
}
h1.section-title {
    color: #1A1355;
    font-family: Adam;
    font-size: 54px;
    border-bottom: 1px solid #fe4040;
    margin: 0 auto;
    letter-spacing: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}
h3.section-tagline {
    color: #1A1355;
    font-size: 24px;
    font-family: Adam;
    letter-spacing: 10px;
}
h4.section-tagline2 {
    font-size: 18px;
    font-family: Adam;
    letter-spacing: 10px;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.fit-img {
	object-fit: cover;
	object-position: center;
}
/* Smartphone and Tablet view */
/* Smartphone and Tablet view */
@media (min-width: 1200px) {
	.row-height-lg {
	  display: table;
	  table-layout: fixed;
	  height: 100%;
	  width: 100%;
	}
	.row-height-lg .col-height {
	  display: table-cell;
	  float: none;
	  height: 100%;
	}
	.row-height-lg .col-top {
	  vertical-align: top;
	}
	.row-height-lg .col-middle {
	  vertical-align: middle;
	}
	.row-height-lg .col-bottom {
	  vertical-align: bottom;
	}
}
@media (min-width: 992px) { /* 992px large */	
	.row-height-md {
	  display: table;
	  table-layout: fixed;
	  height: 100%;
	  width: 100%;
	}
	.row-height-md .col-height {
	  display: table-cell;
	  float: none;
	  height: 100%;
	}
	.row-height-md .col-top {
	  vertical-align: top;
	}
	.row-height-md .col-middle {
	  vertical-align: middle;
	}
	.row-height-md .col-bottom {
	  vertical-align: bottom;
	}
}
@media (min-width: 768px) {
	.row-height-sm {
	  display: table;
	  table-layout: fixed;
	  height: 100%;
	  width: 100%;
	}
	.row-height-sm .col-height {
	  display: table-cell;
	  float: none;
	  height: 100%;
	}
	.row-height-sm .col-top {
	  vertical-align: top;
	}
	.row-height-sm .col-middle {
	  vertical-align: middle;
	}
	.row-height-sm .col-bottom {
	  vertical-align: bottom;
	}
}
@media (min-width: 680px) {
	.row-height-xs {
	  display: table;
	  table-layout: fixed;
	  height: 100%;
	  width: 100%;
	}
	.row-height-xs .col-height {
	  display: table-cell;
	  float: none;
	  height: 100%;
	}
	.row-height-xs .col-top {
	  vertical-align: top;
	}
	.row-height-xs .col-middle {
	  vertical-align: middle;
	}
	.row-height-xs .col-bottom {
	  vertical-align: bottom;
	}
}
@media (max-width: 1199px) {

}
@media (max-width: 599px) {
	h1.section-title {
		font-size: 40px;
	}
}
@media (max-width: 479px) {

}
@media (max-width: 359px) {
	h1.section-title {
		width: calc(100% - 20px) !important;
		font-size: 30px;
	}
}
