body { 
    /* background-color: black;  */
    color:white;
    /* The image used */
    background-image: url('../img/bg.jpg');


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Oxanium', cursive;
    text-shadow: 2px 2px #000000;
}
a {
    color: white;
}
.fade-to-dark {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
}
.fade-to-dark-50 {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 50%, rgba(0,0,0,.75) 100%);
}
.fade-to-light-50 {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.75) 50%, rgba(255,255,255,.75) 100%);
}
.dark {
    background: rgb(0,0,0,.75);
}
.light {
    background: rgb(255,255,255,.75);
}
.fade-from-dark {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.75) 0%,rgba(0,0,0,0) 100%);
}
.fade-from-light {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,.75) 0%,rgba(255,255,255,0) 100%);
}
.nomargin-center {
    margin: 0 auto;
    display: block;
  }
.main-image-spacer {
    height: 50vh;
}
.black-radial {
    background: rgb(0,0,0);
    background: radial-gradient(ellipse, rgba(0,0,0,.75) 0%, rgba(255,255,255,0) 70%);
}
.social {width:5vh; height:5vh; margin: 0px 1vh 0px 1vh;}
.store{margin: 0px 4px 0px 4px; height:32px;}
.below-video{margin-top: 0px; }