@charset "UTF-8";
body {
	font-family:Lato, Arial, Helvetica, sans-serif;
 	background-color: #ffb13d;
	}
.container-fluid {
	padding-left:0;
	padding-right:0;
}
.container {
	max-width:1000px;
}
h1, h2, h3 {
	font-family: "Serifa", Georgia, "Times New Roman", Times, serif;
	font-weight:300;
	font-style:normal;
	padding: 0 15px 0 0;
	line-height: 1.2;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size:28px;
}
@media (max-width:767px) {
	h1, h2, h3, .button {
		text-align:center;
	}
}
p, ol, ul, li {
	text-align:justify;
	font-size:16px;
	line-height:1.5;
}
.button {
	margin-top:20px;
	margin-bottom:20px;
}
.btn {
	font-size:15px;
	font-family: "Serifa", Georgia, "Times New Roman", Times, serif;
}
.btn-primary {
	background-color:#333;
	border-color:#666;
}
.btn-primary:hover {
	background-color:#444;
	border-color:#777;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ffb13d, #333, #ffb13d);
}

/* IMAGES */

.website img {
		margin-top:25px;
}
.website img {
		margin-top:25px;
}

/* SPACING THE PORTFOLIO ROWS **************/

.row.row-portfolio {
	margin-top:50px;
}