@font-face {
    font-family: DonJose_Black;
    src: url("/fonts/DonJose_Black.otf") format("opentype");
}

@font-face {
    font-family: Nunito;
    src: url("/fonts/Nunito-Regular 5.ttf");
}

@font-face {
    font-family: Nunito;
    font-weight: bold;
    src: url("/fonts/Nunito-Bold 5.ttf");
}

p, li {
	font-family: Nunito;
}

.portfolio-img {
	cursor: pointer;
}

.mrep-btn {
	border-radius: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #000;
}

.mrep-header {
	font-family: 'DonJose_Black';
}

.mrep-big-header {
	font-family: 'DonJose_Black';
	font-size: 5rem;
}

.mrep-header-nunito {
	font-family: 'Nunito';
	font-weight: bold;
}

h2.mrep-header {
	font-family: 'Nunito';
	font-weight: bold;
	padding-bottom: 1em;
}

.mrep-img-div {
	padding-bottom: 16px;
}

.mrep-portfolio-tbl {
	border: 1px solid #000;
	height: 305px;
	margin-bottom: 1em;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.mrep-big-header {
		font-size: 3rem;
	}
	h2.mrep-header {
		padding-bottom: 0;
	}	
}

@media only screen and (max-width: 767px) {

}

