body {
    background-color: rgb(200,205,220) !important;
}

.display-1 {
    float: left;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height:8rem;
}

.smallpic {
    width: 22.5% !important;
    float: right;
}

.spacer {
    width: 100%;
    padding-top: 2rem;
}

hr {
    width: 100%;
    padding-top: 2rem;
}

.textblock {
    float:left;
    width: 75% !important;
}

.blockquote {
    float:left;
}

.embed-responsive {
    padding-bottom:150%;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.alert {
    display: none;
}

span.carousel-control-next-icon, span.carousel-control-prev-icon {
    background-color: black;
}
.projects-slide img {
    width: 70% !important;
    margin: 0 auto;
}
.resume-download-link a {
    font-size: 20px;
}
.profile-pic {
    float: right;
}
.projects-slide span.sr-only {
    color: blue;
    font-size:medium;
    font-weight: bold;
}
.carousel-indicators li {
    color: black;
    padding-left: 41px;
}

.smallpic {
    margin-bottom: 5px;
    margin-top: 5px;
}

.floating-label {
    background-color: rgba(0,0,0,0.6);
}

.list-inline {
    text-align: center;
}

.list-inline-item{
    margin-left: 2.5rem;
  }