/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

a {
  /* color: #6c777d; */
  color: #227272;
}


/* OVERLAY
-------------*/

.top-section {
  height: 100vh;
  width: 100%;
  text-align: center;
}

.top-image {
  height: 70vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.top-image-arrow-canvas {
  margin-top: 20vh;
  height: 10vh;
  position: block;
}

.canvas-bottom-overlay {
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  width: 50%;
  z-index: 0;
  position: block;
  text-align: center;
}

#btn-more {
  width: 20%;
}

/* MY BUTTONS
-----------------*/

#page-down-button {
  font-size: 5em;
  color: #444444;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.container.marketing {
  margin-top: 100px;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* FEATURETTES
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .featurette-heading {
    font-size: 50px;
  }
  .title-logo {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .top-image {
    width: 80%;
    height: 80%;
  }
  /* .title-div {
    text-align: center;
  } */
  .title-logo {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

