﻿#particle {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1
}

.jumbotron {
    background: rgba(200, 54, 54, .5);
    color: rgb(255, 255, 255);
    position: relative;
    padding: 50px;
    height: 100%;
}

.above{
    z-index: 1;
    position: relative;
}

.inner {
    color: rgb(250,250,250);
    opacity: 1;
}

.headshot{
    position: relative;
    z-index: 1;
    max-height: 300px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f1/The_Bubble_Nebula_-_NGC_7635_-_Heic1608a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*Round the edges of the bootstrap buttons*/
.round {
    border-radius: 24px;
    padding: 1px 6px;
    border: 0 none;
}

/*Make the lists nice and readable*/
p.list {
    margin-bottom: 4px;
    font-style:oblique;
}