body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.App {
  text-align: center;
}

h1 {
  font-size: 3em;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

ul {
  text-align: left;
}

a {
  color: #3E8BA1;
}

a:hover {
  color: #152E35;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

.landingpage {
  background-image: url("images/miami.jpg");
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  color: white;
}

.landingpage h2 {
  padding-top: 5rem;
}

.App-link {
  color: #3E8BA1;
}

.App-footer {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.index-footer {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
}

/* CSS */
.button-43 {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 1.5rem;
  justify-content: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 1em;
}

.container {
  background-color: mintcream;
  min-height: 100vh;
}

.button-43:hover {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }
}

nav {
  border-bottom: 1px solid black;
}

.crumbs ol {
  list-style-type: none;
  padding-left: 0;
}

.crumb {
  display: inline-block;
}

.columns{
  column-count: 2;
  column-rule: 0em;
}

section h2 {
  padding-top: 1rem;
}
a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 400px;
}

.col-project {
  display: inline-block;
  width: 100%;
}