body {
    font-family: Raleway;
    font-weight: 500;
    #background-image: url("../image/hero-image.jpg");
    #background-size: cover;
    margin-bottom: 10em;
}

h2, h5 {
    text-align: center;
}

.highlighted-text {
    color: darkorange;
}

li {
    list-style-type: none;
    width: fit-content;
}

li{
    margin-top: 20px;
}

li:first-child {
    margin-top:0;
}

.lynks-desc {
    margin-top: 5em;
    padding-top: 3em;
    padding-bottom: 3em;
}

.startButton {
   margin-top: 3em;
   background-color:#2B4C6F;
   color:white;
}

#step-1, #step-2, #step-3 {
    color:white;
    background-color: #2B4C6F;
    vertical-align: bottom;
}

.step1-img {
    max-width:100%;
    max-height:90%;
}

.step2-img {
    max-width:100%;
    max-height:100%;
}

.step3-img {
    max-width:100%;
    max-height:100%;
}


.step-heading {
    padding-bottom: 1em;
}

.steps {
    padding-top: 3em;
    vertical-align: bottom;
}

.typewrite {
    /*color: #00B4BD;*/
    color: darkslategray;
    text-decoration: none;
    padding-left: 20%;
}


