.bg-image-full {
    background-image: url('../images/twinkle-stars.gif');
    background-repeat: repeat;
    background-size: auto;
    
}

a:link,  a:visited {
    color: goldenrod;
}
a:hover {
    color:burlywood;
}

#bottom-button {
    position: fixed;
    bottom: -4px;
    right: 10px;
    z-index: 2;
  }

#logo {
    width: 40%;
    z-index: 50;
    margin-top: -20px;
    margin-bottom: -20px;
    position: relative;
    opacity: .85;
}

#main-img {
    opacity: .85;
    top: -150px;
    z-index: -10;

}
section .container {
    background-color: rgba(0,0,0,0.8);   
}

.alt-text-color {
   /* color: cornflowerblue; */
    color: goldenrod;
}

.socials {
    float:right;
    width: 30%;
}
.fa-brands, .fa-sharp {
    color: white;
}

#myCarosel {
    margin: auto;
}

