/*table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 15px;
}

th {
    text-align: left;
    background-color: black;
    color: white;
}

tr:nth-child(even) {
    background-color: grey;
}

tr:nth-child(odd) {
    background-color: rgb(187, 0, 0);
    color: white;
}

#schedule {
    position: relative;
    left: 10%;
    right: 10%;
    font-size: 20px;
}
*/

#capstone-logo {
    float: left;
}

.jumbotron-content {
    float: left;
    padding-left: 20px;
}

#main-header {
    font-size: 80px;
}

#subheader {
    font-size: 40px;
}

.deliverables {
    width: 1200px;
    height: 600px;
    text-align: center;
}

th {
    text-align: center;
}

.tableRowRed {
    background-color: rgb(187, 0, 0);
    color: white;
}

.tableRowGray {
    background-color: gray;
}

.deliverables a{
    color: lightseagreen;
}
