@charset "UTF-8";

html, body {
  height: 100% !important;
}
html *, body * {
	font-family: 'Roboto', sans-serif;
}

body :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)
	:not('.h1'):not('.h2'):not('.h3'):not('.h4'):not('.h5'):not('.h6'){
	font-size: 0.8rem;
  	line-height: 1rem;
}

.btn-blue{
	background-color: rgba(26, 70, 137, 0.9);
}
.btn-blue:hover, .btn-blue:active {
	background-color: #4f7ec5;
}

.btn-green{
	background-color: #009A54;
}

h1, h2, .h1, .h2 {
	font-weight: 700;
	color: #fff;
}
h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
	font-weight: 400;
}
.left-image {
  background-image: url("../images/IP-Landing-Page-sm.jpg"); /* The image used */
	background-repeat: no-repeat;
	background-size: cover;

}
.right-image {
  background-image: url("../images/Cluster-Landing-Page.jpg"); /* The image used */
	background-repeat: no-repeat;
	background-size: cover;
}

/*
.left-image .row {
  background-color: rgba(22, 122, 185, 0.7);
}
.right-image .row {
  background-color: rgba(5, 172, 29, 0.5);
}
*/
.container-fluid {
  padding: 0;
}
.btn {
	border-radius: 0;
}
.bg-footer{
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;	
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
	font-weight: 700;
	border-bottom: solid #fff;
}
.navbar-dark.navbar-primary-blue .nav-link.active {
    color: #ffffff;
	font-weight: 700;
	border-bottom: solid #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.navbar {
	-webkit-transition: background-color 1s ease 0s;
	-o-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
}
.navbar-primary {
	background-color: rgb(23, 47, 24);
	box-shadow: 0 0 4px #333;
}
.navbar-primary-blue {
	background-color: rgb(21, 39, 79);
	box-shadow: 0 0 4px #333;
}
.home-bg {
  	background-image: url("../images/IP-Landing-Page-sm.jpg"); /* The image used */
	background-color: rgba(9, 80, 210, 0.6);
	background-repeat: no-repeat;
	background-size: cover;
}
.home-bg-blue {
  	background-image: url("../images/IP-Landing-Page-sm.jpg"); /* The image used */
	background-color: rgba(9, 80, 210, 0.6);
	background-repeat: no-repeat;
	background-size: cover;
}

.home-bg-cluster {
	background-image: url("../images/Cluster-Landing-Page.jpg"); /* The image used */
  	background-repeat: no-repeat;
  	background-size: cover;
}

/*
}
.home-bg > .row {
  background-color: rgba(5, 172, 29, 0.5);
}
*/
.bg-features {
  background-color: #009A54;
}
.bg-features-blue {
  background-color: #1a4689;
}

.color-headings {
	color: #009A54;
}
.color-headings-blue {
	color: #1a4689;
}
.color {
	background-color: #009A54;	
	
	/*#3d603c;*/
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
}
.color-blue {
	background-color: #1a4689;	
	
	/*#3d603c;*/
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
}
.right-margin {
	margin-right: 7rem;
}

/*cards styles*/
#features .card-body {
    padding: 0.25rem;
}
/*end card styles*/



