body {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    width: 100%;
    
    
    margin: 0;
}
img {
    height: 100%;
    width: 100%;
}
#pageContainer {
    background-image: url(mm.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: top;
    min-height: 500px ;
    height: 100vh; 
    
    
}

#navBar {
    width: 100%;
    background-color: black;
    height: 40px;
    display: flex;
    align-items: center;
    
}

#rhinoNavBar {
    width: 100%;

    background-color: rgba(0,0,0,.0);
   justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 15px;
    
}
#navLogoCont {

    width: 30px;
    height: 30px;
    margin-left: 10px;
}

#rhinoLogo {
    width: 80%;
    
    max-width: 400px;
}
#navCompanyName {
    
    color: white;
    font-size: 25px;
    padding-left: 5px;
   
}
#formLink {
    display: block;
    color: lightblue
}
a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: black;
    width: 100%;
    
}
a:hover {
    cursor: pointer;
}
.socialBox {
    color: white;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    width: 100%;
    max-width: 300px;
   height: 75px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.7);
    margin: 5px 0px;
}
.tempOverlay {
    position: absolute;
    margin-top: 5px;
    color:rgb(253, 10, 176);
    font-size: 18px;
    opacity: .75;
    
    
    
}

.imageContainer {
   
    margin: 10px 10px 10px 10px;
    
}
.imageContainerRhino {
   
    margin: 10px 10px 10px 10px;
    
}
.rhinoImages {
   
    width: 50px;
}

.rhinoLabels {
    flex: 2;
}


#footer {
    display: flex;
    align-items: flex-end;
  justify-self: flex-end;
  flex: 1;
  height: 100%; 
  width: 100%;
    
}
h4 {
    color: white;
    background-color: rgba(0,0,0,.7);
    width: 100%;
   margin: 0;
   padding: 5px 0px;
}

