body {
	font-family: 'Catamaran', sans-serif;
}

img {
	width:100%;
	height:auto;
	margin-bottom:4rem;
}

.m-l-2  {
	margin-left:2rem;
}

.m-t-2  {
	margin-top:2rem;
}

.m-t-4  {
	margin-top:4rem;
}


.m-t-10  {
	margin-top:10rem;
}


h1 {
    font-size: 50px;
}

h2 {
	font-size: 24px;	
}

.flex-box {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;	
}

.font--color-red {
    color: #AF7E05;
}

nav {
    background-color: #AF7E05;
	box-shadow: 1px 1px 13px #333;
}

a {
	color: #AF7E05;
}