body {
    padding-top: 70px;
    background-color: LightBlue;
}

h1,h2 {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#logo {
    float: left;
    margin-right: 10px;
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-top: 9px;
    font-weight: bold;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 23px;
    margin-left: 3px;
}

.education-job-img {
    width: 50px;
    height: 50px;
    border-color: dark-green;
    border-style: solid;
    border-width: 2px;
    margin-top: -5px;
}

.education-job-text {
    padding-top: 1px;
}

.portfolio-image {
    height: 270;
    width: 450;
    margin-bottom: 30px;
/* max-height: 400px; */
}

.project-title {
    margin-top: 15px;
    text-align: center;
}

.fa-custom {
  font-size: 1.8em;
  color: darkblue;
}

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}