@charset "utf-8";


html{
	position: relative;
}

body {
	margin-bottom: 50px;
}
h1 {
	font-family: 'Allerta Stencil', sans-serif;
}
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

.jumbotron img {
	width: 200px;
	border: 5px solid #333;
}

hr {
	width: 250px;
	border-top: 3px solid #999;
}

section {
	min-height: 600px;
}

.portfolio {
	background-color: #eee;
}

.card img{
	max-height: 170px;
}

.contact {
	min-height: 230px;
}

footer p{
	color: #aaa;
	font-size: 0.9em;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #333;
	padding-top: 10px;
}