#capstone-logo {
    float: left;
}

#main-header {
    font-size: 80px;
}

#subheader {
    font-size: 40px;
}

.jumbotron-content {
    float: left;
    padding-left: 20px;
}

.intro {
    text-align: center;
    font-size: 16pt;
    margin-bottom: 10px;
}

.pictureHeader {
    margin-left: 10%;
}

.demoPic {
    width: 70%; /*Somehow make these images half-size, place text to the right of them*/
    height: 50%;
    margin-left: 10%; 
    margin-right: 10%; 
}

.demoText {
    text-align: center; 
    background-color: rgb(187, 0, 0);
    width: 50%; 
    padding: 40px;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    margin-left: 25%; 
    margin-right: 25%
}
