html {
    background-color: black;
}
body{
    background-color: black;
}
.navbar-row {
    background-color: black;
}
header .container {
    background-color: black;
}

.banner {
    background-color:rgb(0,105,188);
}

.banner .row {
    background-image: url("../images/header.jpg"); 
    background-size: 100% 100% ;
    background-color: green;
    padding: 60px 0px 60px; 0px;
    font-family: fantasy;
    
}

.headshot {
    border: 1px solid;
    border-radius: 3%;
}

nav {
  background-color: black;
} 
.navbar-brand {
    background-color:black;
}

.middle {
    background-color: brown;
}

.middle .parallax {
    background-color: teal;
    background-image: url("../images/middle.jpg");
    padding-top: 1em;

}

.container.social-media {
    padding-top: 3em;
    /* padding-bottom: 1em; */
    background-color: rgba(255,255,255, 0);
}

.row-social {
    margin-bottom: 1.5em;
}
.btn-freecode {
    background-color: #4a2b0f;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-freecode:hover{
    background-color: #6a2b0f;
    border-color:rgba(0,0,0,0.2);
    color:#fff;
}
.bottom {
    background-color: #727C9C;
}

.bottom .container {
    background-color: gold;
    background-image: url("../images/footer.jpg");
    padding-top: 1em;
}

.thumbnail .caption {
    background-color:black;
    color:white
}

/* Would this be better as
    p {
      //blah blah
    }
    ?
    Modifies text color, but text isn't only in p elements...
 */
.whitesmoke {
    color: blanchedalmond;
    font-family: monospace;
    font-size: 22px;
}

blockquote {
    color: teal;
    color: beige;
    color: wheat;
    color: bisque;
    color: azure;
    color: aquamarine;
    color: cornsilk;
    font-weight: 600;
}
blockquote footer {
    color: white;
    color: whitesmoke;
}

.alpha-blue-box {
    background-color: rgba(63,144,191,0.60)
}

.alpha-gray-box {
    background-color: rgba(200,200,200,0.67);
}

.pill-offset{
    margin-top: 4em;
    padding-bottom: 2em;
}
.middle ul li {
    background-color: rgba(200,200,200,0.75);
}
.module.parallax {
  /*height: 500px; */
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

a {
    color: gold;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .container.social-media {
        padding-top: 1.3em;
        margin-bottom: 1em;
        /* padding-bottom: 1em; */
        background-color: rgba(255,255,255, 0);
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  
    .container.social-media {
        padding-top: 3em;
        margin-bottom: 1em;
        /* padding-bottom: 1em; */
        background-color: rgba(255,255,255, 0);
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .module.parallax.banner {
      height: 500px; 
    }
    .middle .parallax {
      height: 500px; 
    }