html {
	position: relative;
}

body {
	margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
	margin-top: 50px;
	margin-bottom: 100px;
}

h1 {
	text-align: center;
	font-family: Segoe UI, Helvetica Neue, Roboto;
}
nav {
	background: #555;
	border-top: 4px solid lightgray;
}
.ul2 {
	padding-bottom: 1rem;
}
.navbar {
	text-align: center;
}

.container {
	padding-top:20px;
	padding-bottom:20px;
}
.logo {
	padding-bottom: 20px;
}

.jumbotron {
	color: #307763;
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #CA345E;

}

.recentwork .col-sm-6 {
	padding: 5px;
}

.recentwork .col-sm-4 {
	padding: 5px;
}
.recentwork .col-sm-3 {
	padding: 5px;
}

.contact {
	min-height: 600px;
}

footer {
	position: absolute;
	bottom: 0;
	width:100%;
	background-color: #33AA88;
	color:#fff;
	font-size: 0.8em;
}

footer a {
  color: lightgray;
}
