body {
	margin: 50px;
 	background-image: url(../images/background.png);
}

h1 {
  	font-family: Futura, "Century Gothic", sans-serif;
  	color: rgb(3,33,76);
	font-size: 3em;
	margin: 20px 0 30px;}

h2 {
	font-family: Futura, "Century Gothic", sans-serif;
	color: #f1604c;
	font-size: 1.3em;}

h3 {
	font-family: Futura, "Century Gothic", sans-serif;
	color: rgb(3,33,76);}



p {font: .95em Futura, "Century Gothic", sans-serif;
	color: rgb(3,33,76);
	}

h1 strong {
	display: block;
	font: .95em Futura, "Century Gothic", sans-serif;
	color: rgb(3,33,76);
	font-size: .3em;
}

/* LINKS */

a:link {
  color: #f1604c;
}

a:visited {
  color: cadetblue;
}

a:hover {
  color: powderblue;
}

a:active {
  color: tomato;}

h1 a, h1 a:hover, a:active {
	text-decoration: none;
	color: rgb(3,33,76);
}

header a:visited {
	text-decoration: none;
	color: rgb(3,33,76);
}

/* NAVIGATION */

.navbar {
    position: absolute;
    top: 50px;
    right: 80px;
}

.navbar li a {
    font: .95em Futura, "Century Gothic", sans-serif;
	color: #f1604c;
	text-decoration: none;
}

.navbar li a:hover {
  color: lightblue;
}

.navbar li a:active {
	color: salmon;
}

.navbar ul, li {
    display: inline;
    list-style-type: none;
}

.navbar li { 
padding: 20px; 
}


/* IMAGES + PORTFOLIO PAGES */

img {
	max-width: 100%;
}

.gallery {
	margin-top: 40px;
	margin-bottom: 60px;
}

.gallery h2 {
	letter-spacing: .1em;
}

/* BUTTONS */

#homepage_buttons {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.button {
  background-color: white;
  font-family: futura, "Century Gothic", sans-serif;
   border-style: solid;
  border-width: 3px;
  border-color: #f1604c;
  color: #f1604c;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin: 0 20px 50px 0;
	cursor: pointer;
}

/*CONTACT FORM */

.contact p {
	color: #5452aa;
	line-height: .8em;
}

.contact {
	margin-bottom: 40px;
}

form {
	font-family: futura, "century gothic", sans-serif;
	color: #5452aa;
	margin-bottom: 30px;
}

.options {
	font-family: futura, "century gothic", sans-serif;
}

.fcf-form-wrap {
	font-family: futura, "century gothic", sans-serif;
	color: #3b54a0;
}

.field {
	margin-bottom: 10px;
}


/* FOOTER */
footer {
	position: relative;
	bottom: 0px;
	text-align: center;
	background: rgb(3,33,76);
	width: 100%;
	height: 50px;
	font-size: .7em;
	padding: 20px;
}

footer p {
	color: white;
}

