body {
   /* background-color:rgb(255, 212, 42); */
    background-image: url(../images/site-background-01.png);
    background-attachment: fixed;
    font-size:xx-large;
    font-family:monospace;
    text-align: center;
}
/* Formatting for headings, text and links */
#maintitle {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
h2 {
    padding: 10px, 20px;
    color: rgb(0, 0, 0);
}
.subtitle {
    color: white; 
    /*background-color: rgb(255, 212, 42);*/
    background-image: url(../images/site-background-01.png);
    background-attachment: fixed;
}
#borderimg {
    border: 10px solid transparent;
    /* Required for border-image */
    padding: 15px;
    border-image: url(yel-border.png) 30 stretch;
}
/* Formatting for vids and images */
.logo-header {
    display: inline-block;
    width: 6%; 
    /* border: 1px; border-style: solid; border-color: white; */
}
.white-video {
    width: 30%;
    display: inline-block;
}
.img-block {
    width: 20%;
    display: inline-block;
}
/* Formatting for sections with individual backgrounds */
.white-bg {
    background-color: rgb(255, 255, 255);
    padding: 50px;
}
.white-bg-nopad {
    background-color: rgb(255, 255, 255);
}
.black-bg {
    background-color: rgb(0, 0, 0);
}