
.content-block {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}


@media(min-width: 900px) {
.content-block {
  margin-left: 50px;
  margin-right: 50px;
}
}

@media (min-width: 1200px) {
.content-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
}

.hero-image {
  background-image: url("images/pge_ts.png");
  background-color: #cccccc;
  height: 435px;
  background-position: 100% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  color: rgb(53, 72, 150);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text h1 {
  font-size: 5rem;
  font-weight: bold;
}

.hero-text h3 {
  font-size: 2rem;
  margin-top: 2.5rem;
  font-weight: bold;
}

.project-list {
    ul {
        list-style: none;
        padding: 0;
        margin: 0 0 2em;

        li.project {
            margin-bottom: 2.5em;

            p {
                margin: 0;
            }
        }
    }

    .project-content {
        .status {
            font-size: 10rem;
            font-weight: 250;
            padding: 0.2em;
            margin-right: 0.5em;
        }
    }

    ul.project-links {
        margin-bottom: 0;
    }

    .project-details {
        margin-top: 0.8em;
        background-color: lighten($link-color, 40%);
        font-size: 0.9rem;
        border: 1 solid transparent;
        border-radius: 0.25rem;

        @media (max-width: $ipad-or-smaller) {
            font-size: 0.8rem;
        }

        .project-link {
            display: inline-block;
            white-space: nowrap;
            padding: 0.5em 0.5em 0.5em 1em;
        }

        .details {
            background-color: $link-color;
            padding-right: 1.5em;
            border-right: 1 solid transparent;
            border-radius: 0.25rem;

            a {
                color: #FFFFFF;
            }
        }
    }

    h2 {
        margin-top: 0;
        padding-bottom: 0.1em;
        margin-bottom: 0.3em;
        font-size: 2rem;
        border-bottom: #000000 solid 2px;
    }
}




.hero-banner a[role="button"] {
  margin-right: 17px;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
}

.hero-banner #btn-guide {
  background-color: rgb(169,189,210) !important;
  border: none;
}

.alt-background {
  background-color: rgb(247,249,251);
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.hello-quarto-banner .nav-pills button {
  width: 125px;
}
