/* ------------------------------
   GLOBAL STYLES
--------------------------------*/
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color: #000000;
}

header {
  background: #6AA84F;
  padding: 20px;
}

header h1 {
  margin: 0;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

nav {
  margin-top: 10px;
}

nav a {
  color: white;
  margin-right: 20px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

section {
  padding: 40px 20px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

p {
  max-width: 700px;
  line-height: 1.6;
}

/* ------------------------------
   BUTTONS
--------------------------------*/
.button {
  display: inline-block;
  padding: 12px 20px;
  background: #3C78D8;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 10px;
}

.button:hover {
  background: #2f62b1;
}

/* ------------------------------
   PORTFOLIO IMAGES
--------------------------------*/
.project {
  margin-bottom: 40px;
}

.project img {
  max-width: 100%;
  border-radius: 6px;
}

.caption {
  margin-top: 10px;
  font-style: italic;
  color: #444;
}

/* ------------------------------
   FOOTER
--------------------------------*/
footer {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}
