/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 13, 2024 */


:root {
    --bidibids-pink:#f9b0cc;
}


@font-face {
    font-family: 'porporaregular';
    src: url('porpora-regular-webfont.woff2') format('woff2'),
         url('porpora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basteleur';
    src: url('Basteleur-Bold.woff2') format('woff2'),
         url('Basteleur-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: black;
    margin: 0px;
}

.backgroundImage {
    background-image: url("../images/bidibids.jpg");
    background-position: center; 
    background-attachment: fixed;
    background-repeat: no-repeat;

}


img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

.column {
    width: 600px;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: 'basteleur';
}

a {
    color: var(--bidibids-pink);
}

.item {
    font-family: 'porporaregular', 'Helvetica', 'sans-serif';
    color: white;
    background-color: rgba(0,0,0,0.7);
    padding-left: 50px;
    padding-right: 50px;
}

.mobileOnly {
    display: none;
}

.inital {
    float: left;
    height: 2em;
    width: 2em;
    font-family: 'basteleur';
}

.has-dropcap:first-letter {
    font-family: 'basteleur';
    float: left;
    font-size: 3rem;
    line-height: 2rem;
    margin: 0.0em 0.1em 0em 0;

  }
  
  .dropcap {
    float: left;
    font-size: 6rem;
    line-height: 1;
    margin: 0.1em 0.1em 0.2em 0;
    padding: 0.1em;
  }
  .dropcap:before,
  .dropcap:after {
    content: "";
    display: block;
  }
  .dropcap:before {
    margin-top: -0.2em;
  }
  .dropcap:after {
    margin-bottom: -0.15em;
  }


@media only screen and (max-width: 600px) {
    .columns {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .item {
        padding-left: 25px;
        padding-right: 25px;
    }

    .backgroundImage {
        background-image: none;
    }

    .mobileOnly {
        display: inline;
        width: 100%;
    }
}