/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #000000;
    /*color: #5a5a5a;*/
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.footer {
    color: #ffffff;
    background-color: #5a5a5a;
}

@media (max-width: 768px) {
	body {
		padding-top: 25px;
	}
	
    .hide-toggle {
        display: none;
    }

	.heading-team {
		display: none;
	}
	
	.heading-team2 {
		display: none;
	}
	
    .background-img-content-page {
      background-color: #2e63a9;
      color: #ffffff;
    }
}

@media (min-width: 768px) {
    .hide-toggle-inverse {
        display: none;
    }
	
	.heading-team {
		text-align:left;
		float:left;
	}

	.heading-team2 {
		text-align:right; 
		padding-right: 60px;
	}

    .background-img-content-page {
        background-image: url("img/logo_crop2.png");
		background-size: 184px 203px; /* original 276x305*/
        background-repeat: no-repeat;
        background-position: right;
        float: right;
    }
}

.container-background-grey {
    background-color: #f7f7f7;
    opacity: 0.68;
    margin-top:-35px
}

/* .background-img-content-page {
    background-image: url("img/logo_crop2.png");
    background-repeat: no-repeat;
    background-position: right;
    float: right;
} */

.header-main-text {
    font-size: 22px;
    font-weight: 400;
}

.mq-heading-margin {
    margin-top: 40px;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: none;
}

.text-black-link {
    color: #000000;
}

/*
.ace-card-logo {
        background-image: url("img/ace-logo.png");
        background-repeat: no-repeat;
		background-size: cover;
}
*/