.parallax {
    background-image: url("./assets/blueflowers.jpg");
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav.navbar {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(21, 21, 133, 0.75);
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid white;
    box-shadow: 0px 0px 10px white;
    z-index: 1;
}

.image {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 150px;
    box-shadow: 0px 0px 10px white;
}

.card-header{
    color:white;
    padding: 15px;
    font-weight: bold;
    font-size: larger;
    background: rgba(21, 21, 133, 0.8);
    text-align: center;

}

.card-header:first-child {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card{
    margin-bottom: 100px;
    /* box-shadow: 15px 15px 5px -5px hsla(0, 0%, 60.8%, .45); */
    border: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}

.card-body {
    /* border-top: solid darkblue 1px; */
    margin-top: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: white;
}

.portfolio-card .card-body {
    border-radius: 0 !important;
}

.card-footer {
    /* border-top: solid darkblue 1px; */
    margin-top: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: white;
}

.card-footer:last-child {
    border-radius: 10px;
}

/* .container header{
    width: 100%;
    margin-bottom: 20px;
    background-color: darkblue; 
} */

h1 {
    color: white;
}

.pageFooter{
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-top: 1px solid white;
    box-shadow: 0px 0px 10px white;
    background: rgba(21, 21, 133, 0.75);
}

section {
    cursor: default;
}

.pageBottom {
    margin-bottom: 150px;
}

.glowBox {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px white;
}

.bio-card, .quote-card {
    text-align: center;
    font-weight: bold;
    max-width: 850px;
    width: 70%;
}

.portfolio-header {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    box-shadow: 0px 0px 10px white;
    padding: 5px;
    margin-bottom: 100px;
    background: rgba(21, 21, 133, 0.75);
    margin-left: 3px;
    margin-right: 3px;
}

.portfolio-card {
    max-width: 350px;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.portfolio-card .card-header {
    color:white;
    padding: 15px;
    font-weight: bold;
    font-size: larger;
    background: rgba(21, 21, 133, .75);
}

.portfolio-card img{
    width: 100%;
    box-shadow: 3px 3px 10px darkblue;

}

.card-body.glowBox {
    padding: 15px;
}

.card-footer a:last-child {
    float: right;
}

a.card-text {
    border-radius: 10px;
    box-shadow: 0px 0px 10px darkblue;
    padding: 10px;
    display: inline-block;
    color: darkblue;
}

a.card-text:hover {
    text-decoration: none;
    box-shadow: 0px 0px 5px darkblue;
    background: rgba(255, 182, 0, .8);
}
