.nav_hr  {
    height: 7px;
    border-left: 0px;
    border-right: 0px;
}
body    {
    margin-bottom: 15px;
}

h3  {
    color: rgb(44, 44, 144);
    margin-left 4vw;
    font-family: customFont;
    font-size: 2.5vw;
}

.hman   {
    color: midnightblue;
    font-size: 2.75vw;
    text-align: center;
}

.location   {
    /* font-size: 42px; */
    font-size: 3vw;
    text-align: center;
}

.home_to_gallery_pic   {
    width: 25vw;
    border-radius: 15px;
    box-shadow: 10px 10px 10px black;
    margin: 3vw auto 1.5vw 1.5vw;
    /* margin-bottom: 20px;
    margin-left: 20px; */
}

.home_to_gallery    {
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(6, 5, 97);
    font-size: 1.5vw;
    margin-left: 4vw;
}

.gallery_link   {
    color: rgb(6, 5, 97);
}

.map_pic    {
    display: block;
    width: 22vw;
    border-radius: 15px;
    box-shadow: 10px 10px 10px black;
    margin: auto auto 20px auto;
}

/* .hman    {
    margin-left: 300px;
} */

/* .welcome    {
    font-family: DongleLight;
    font-size: 85px;;
} */

.home_hr {
    border-top: .25vw solid rgba(2, 0, 34, 0.699);
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

/* This centers the selfie */
#TR_Enterprise_Logo {
    width: 150px;
    display: block;
    margin: auto;
    margin-right: 250px;
    float: right;
    /* box-shadow: 10px 10px 15px rgb(5, 5, 75) */
}

.website_link   {
    color: midnightblue;
    text-decoration: none;
}

.website_link:hover {
    color: midnightblue;
}