body {
    background-image: url("./images/cherryBlossom.jpg");
    background-size: cover; 
    
}
.jumbotron {
    background-color: #ff90;
    opacity: .9;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.name {
    box-sizing: border-box;
    background-color: #515355;
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 10px;

}
/* A tab that allows user to send in contact information */
.contactTab {
    width: 58%;
    max-width: 600px;
    background: #555151;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -35%);
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 20px #55517D;
    font-family: 'Times New Roman', Times, serif;
}

.contactTab h2 {
    margin-top: 0;
    font-weight: 500;
}
/* A textarea where user can leave a message  */
.textB {
    border: 1px solid gray;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px;
}

.textB label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.textB input,.textB textarea {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    margin-top: 6px;
}
/* A button to connect with a future active backend database */
.btn {
    display: block;
    background: #b11c1c;
    padding: 14px 0;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
}

.column-12-sm {
    flex-shrink: inherit;
    background-color: ghostwhite;
    opacity: .9;
    margin-top: 37rem;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    padding-top: 6rem;
}