.main-image-background {
    background: url('../assets/img/pete4.JPG') center center fixed;
    background-size: cover;
    /* transition: opacity 0.5s ease-in-out; */
    margin: 100;
    padding: 100;
    height: 100vh;
}
@media (max-width: 480px) {
    .main-image-background {
        background: url('../assets/img/wedding-tall.jpg') center center fixed;
    }
}

.mostly-seethru{
    opacity: 0.7;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
  }


  .social-media {
    display: flex;
    gap: 15px;
}

.social-media a {
    text-decoration: none;
    /* color: inherit; */
    font-size: 2rem;
}

.social-media a:hover {
    opacity: 0.8;
}

.email { color: #ffffff; font-size: 1.5rem;}
.facebook { color: #1877F2; font-size: 1.5rem;}
.fb-logo {    color: white;
    background-color: blue;
    padding-top: 5px;
    padding-bottom: 5px;
}
.instagram { color: #E4405F; }
.youtube { color: #FF0000; }
.bandcamp { color: #408294; }

ul {
    list-style-type: square; /* Options: disc, circle, square, none, etc. */
  }