* {
    box-sizing: border-box;
}

.header {
    background-color: #036661;
    padding: 70px;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.features {
    background-color: #F8F8F8;
    padding: 50px;
}

.centered-image {
    display: block; /* Make the image a block-level element */
    margin: 0 auto; /* Center the image horizontally by setting left and right margins to 'auto' */
    padding: 10px;
}

.justified-image{
    padding: 0;
    width: 100%;
    display: block;
}

.details {
    padding-left: 0;
    padding-right: 0;
    background-color: #FFF5EE;
}

p.welcome{
    padding-top: 20px;
    font-size: 56px;
    font-weight: 100;
    text-align: center;
    line-height: 1.25;
    color: lightgray;
}

p.intro{
    padding-top: 30px;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    line-height: 1.8em;
    color: lightgray;
}

p.features {
    margin: 0;
    padding: 0;
    font-size: 88px;
    font-weight: 100;
    color: #036661;
    text-align: center;
}

p.features-content {
    margin: 0;
    padding: 1rem;
    font-size: 18px;
    font-weight: 100;
    color: #036661;
    background-color: #F8F8F8;
    text-align: center;
}

p.job-seeker {
    padding: 0px;
    font-size: 16px;
    align-items: center;
    text-align: center;
    color: #036661;
}

p.job-seeker-content {
    padding-bottom: 21px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #036661;
}

p.intern {
    font-size: 16px;
    text-align: center;
    color: #036661;
}

p.intern-content {
    font-size: 14px;
    text-align: center;
    color: #036661;
}

p.job-provider {
    font-size: 16px;
    text-align: center;
    color: #036661;
}

p.job-provider-content {
    font-size: 14px;
    text-align: center;
    color: #036661;
}

p.js-portal {
    padding-top: 40px;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    align-items: center;
    color: #036661;
}

p.js-portal-content{
    padding: 1.75rem;
    font-size: 18px;
    text-align: justify;
    align-items: center;
}

p.ihub {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    align-items: center;
    color: #036661;
}

p.ihub-content {
    padding: 1.75rem;
    font-size: 18px;
    text-align: justify;
    align-items: center;
}

p.jp-portal {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    align-items: center;
    color: #036661;
}

p.jp-portal-content {
    padding: 1.75rem;
    font-size: 18px;
    text-align: justify;
    align-items: center;
}

p.working {
    color: #036661;
    font-size: 88px;
    font-weight: 100;
    text-align: center;
}

a.learn-more-link {
    text-decoration: none;
    box-shadow: inset 0 0 0 0 lightgray;
    color: lightgray;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a.learn-more-link:hover {
    box-shadow: inset 100px 0 0 0 #54b3d6;
    color: white;
}

a.goto {
    text-decoration: none;
    box-shadow: inset 0 0 0 0 lightgray;
    color: #036661;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a.goto:hover {
    box-shadow: inset 200px 0 0 0 #54b3d6;
    color: white;
}

.reversal {
    display: flex;
}

@media screen and (max-width: 767px) {
    .reversal {
        flex-direction: column-reverse;
    }
    .working-image {
        padding-left: .25rem;
        width: 100%;
    }
    
}
