body {
    padding-top: 54px;
    background-color: black;
    color: aliceblue;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

h1 {
    text-align: center;
    color: orange;
}

h2 {
    text-align: center;
    color: orange;
}

h3 {
    text-align: center;
    color: orange;
}

h4 {
    text-align: center;
    color: orange;
}

a {
    color:turquoise;
    text-decoration:none;
}

a:hover{
    color : paleturquoise;
    text-decoration:none;
}

a:visited {
    color: darkorchid;
    text-decoration:none;
}

a:visited:hover{
    color: mediumorchid;
    text-decoration:none;
}

p {
    margin: 10px;
}

hr {
    width: 50%;
    background-color: aliceblue;
}
.holopan {
    background-color: #333333;
    margin: 10px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: darkslategrey;
    border-radius: 10px;
    width: auto;
}

#homelogo {
    margin: 0px;
    height: 25px;
}

.holoButton {
    background-color : seagreen;
    border : 2px outset darkslategray;
}
.holoButton:hover{
    background-color : mediumseagreen;
    border : 2px solid darkslategrey;
}

.holoButton:active{
    background-color : darkseagreen;
    border : 2px inset darkslategrey;
}

.holoButton:hover{
    color : white;
}

.holoButton:visited{
    color: white;
}

.holoButton:visited:hover{
    color: white;
}