p {
    font-size: 1.2rem;
}

.dark-bg {
    background-image: url('../img/concrete_seamless-1.png');
    background-repeat: repeat;
    background-color: #272727;
    color: #FFFFFF;
}

.nav-cont {
    padding: 40px 80px;
}

.navbar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.25em;
}

.active a:link {
	color: #FFFFFF;
}

.bd-bottom {
    border-bottom: solid 12px #6c757d;
}

ul {
    font-size: 1.2em;
}

/*--services.php--*/

.first-letter::before {
    content: "Founded";
    position: absolute;
    top: -60px;
    left: -10px;
    font-size: 6em;
    opacity: 0.1;
}

.img-frame {
    border: 13px solid #6c757d;
    border-top-color: #204051;
    border-left-color: #204051;
    padding: 6px;
}

@media (max-width: 1199.98px) {
    h1, .display-2 {
        font-size: 3em;
    }
    
    .first-letter::before {
        content: "Founded";
        position: absolute;
        top: -40px;
        left: 0px;
        font-size: 3em;
        opacity: 0.1;
    }
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

@media (min-width: 40em) {
	.featurette-heading {
		font-size: 50px;
	}
}

.bd-placeholder-img-lg {
	font-size: 3.5rem;
	text-anchor: middle;
}

.featurette-divider {
	margin: 5rem 0;
}

/*footer.php*/

footer {
	font-size: 1.0em;
}

.footer-navbar ul {
	list-style-type: none;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

.footer-navbar ul li {
	margin: 0 0.7em 0 0;
}

.footer-navbar li a:link {
	text-decoration: none;
}