a[aria-expanded=false] .fa-chevron-up {
    display: none;
}
a[aria-expanded=true] .fa-chevron-down {
    display: none;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.profile-image{
    width: 650px;
    height:488px;
    object-fit:contain;

}
.navbar-main {
    background-color: #ffffff;
}
.parallax{
    background-image: url("stars.jpg");

    height: 800px;

    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.primary-color{
    color: #031599;
}

.secondary-color{
    color:#473c61;
}

.tertiary-color{
    color:#433979
}

.about-me{
    background-color: #473c61
}

.projects{
    background-color: #433979
}
.contact{
    background-color:#031599
}