body {
	font-family: 'Inria Sans', sans-serif;
	color: #555;
	line-height: 1.4;
}
    
h1, h2 {
	font-style: italic;
	font-weight: 700;
}
    
h1 {
	font-size: 1.7rem;
}
    
.lead {
	color: #757575;
}
    
hr {
	border: 1px solid #757575;
	opacity: inherit;
}

.img-wrapper img, .img-wrapper video {width: 100%; height: auto;}
.project-img, .project-video {width: 100%; height: auto; display: block}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}
      
@media (min-width: 1472px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    	max-width: 1472px;
	}
}

@media (min-width: 1600px) {
	.modal-xl {
    	max-width: 1530px;
    }
}