@import "./bizzafont.css";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,600;1,700;1,800&display=swap');
/* resets */
html, body, header, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/* global */
body {
    font-family: "arial", sans-serif;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
}

.background-404-image {
    width: 100%;
    height: 800px;
}

.pageNotFoundText {
    font-family: "Source Sans Pro";
    color: black;
    font-weight: bold;
    font-size: 24px;
}

.eventNotPublishedText {
    font-family: 'Open Sans', sans-serif;
    color: #32333C;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.eventNotPublishedDesc {
    font-family: 'Open Sans', sans-serif;
    color: #32333C;
    font-size: 14px;
}


.pageNotFoundEmail {
    font-family: "Source Sans Pro";
    color: #3399CC;
    text-decoration: underline;
    font-size: 16px;
}


@media (max-width: 500px) {
    .pageNotFoundEmail {
        font-size: 14px;
        bottom: 5%;
    }
    
}

.image404 {
    max-height: 175px;
    display: inline-block;
    max-width: 100%;
}

.imageNotPublished {
    max-height: 107px;
    display: inline-block;
    width: 255px;
    padding-bottom: 25px;
}

.logo-event-404-container {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 40px;
}
.logo-event-404 {
    height: 40px;
}

.pageNotFoundFirstLine {
    font-size: 24px;
    margin-top: 20px;
    line-height: 60px;
}

/* social buttons */


#socialButtons {
    position: relative;
    top: 50px;
    margin: auto;
    z-index: 100;
}

#socialButtons td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    text-align: left;
    min-width: 100px;
}
