body {
    background-color: black;
    background-size: cover; 
    background-repeat: no-repeat;
}

.rhypt-body-code {
    background-color: black;
    background-size: cover; 
    background-image: url('images/backgrounds/code.png'); 
    background-repeat: no-repeat;
}

.rhypt-body-computer {
    background-color: black;
    background-size: cover; 
    background-image: url('images/backgrounds/computer.png'); 
    background-repeat: no-repeat;
}

.rhypt-body-raleigh {
    background-color: black;
    background-size: cover; 
    background-image: url('images/backgrounds/raleigh.png'); 
    background-repeat: no-repeat;
}

.rhypt-body-blackboard {
    background-color: black;
    background-size: cover; 
    background-image: url('images/backgrounds/blackboard.png'); 
    background-repeat: no-repeat;
}

.rhypt-body-demo {
    background-color: black;
    background-size: cover; 
    background-image: url('images/backgrounds/demo.png'); 
    background-repeat: no-repeat;
}

.text-impact {
    font-family: 'impact';
}

.rhypt-main {
  margin-top: 75px;
}

.rhypt-navbar {
    background-color: 
}

.rhypt-card {
  margin-bottom: 1em;
}

.rhypt-btn {

}

.rhypt-jumbotron {
    background-color: #FFF
}

.rhypt-subnavbar {
    margin-top: 60px;
    background-color: 
}

img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.aligncenter {
	float: center;
}
.alignright {
	float: right;
}

footer {
    box-shadow: 0 50vh 0 50vh #000;
}
