h1.page_title{
    color:white;
    font-size: 48px;
    font-family: 'Avenir LT Pro', sans-serif;
    text-align: center;
    margin: 40px;
}

div.page_title_container{
    height: 500px;
    margin: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.nav_card_stack{
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
}
div.nav_card{
    height: 200px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}

h1.nav_card_title{
    color: white;
    font-size: 36px;
    font-family: "Astroz", sans-serif;
    margin: 20px;
    text-decoration: none;
}

h2.nav_card_subtitle{
    color: white;
    font-size: 36px;
    font-family: "Avenir LT Pro", sans-serif;
    margin: 20px;
    text-decoration: none;
    vertical-align: middle;
}

img.nav_card_background{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
}

img.nav_card_icon{
    height: 50px;
    width: 50px;
    margin: auto 20px auto auto;
    right: 20px;
}

a{
    color: white;
    text-decoration: none;
}