a, a:focus, a:hover {
    color: rgb(0, 0, 0);
}

html,
body {
    font-family: roboto;
    font-weight: 400;
    background-color: rgb(0, 0, 0);
    background-image: url('https://lovepubandgrub.co.uk/events/static/background.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

}

h1, h2, h3, b {
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

a {
    color: #fff;
}
a:hover {
    text-decoration: none;
}


h2 {
    font-size: 25px;
    margin: 1em 0;
}

h3 {
    margin-top: 30px;
}

p.lead {
    font-size: 18px;
    font-weight: 400px;
}

body {
    color: #fff;
    text-align: center;
}

.logo {
    margin: 0 auto 40px auto;
}

.table tbody tr td {
    border-top: 1px solid #fff;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    background-color: #000 ;opacity:0.8;
}

.table tbody tr:hover td {
    background-color: #65b3ba;
}

.table tbody tr:hover td {
    color: black;
}

.table tbody tr:hover td a {
    color: white;
}

.table tbody tr:hover td a.btn:after {
    background-image: url('cta_20px.png');
}


input, button, a.btn {
    border-radius: 0 !important;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    padding: 0;
    color: #white;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}

a.btn:after {
    background-image: url('cta_20px.png');
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    content: " ";
    display: inline-block;
    position: relative;
    top: 1px;
    left: 4px;
    background-position: 0px 0px;
}


input {
    background-color: rgba(0,0,0,0.6) !important;
    color: white !important;
    width: 100% !important;

}

.btn-facebook {
    border-color: rgba(58, 92, 149, 1) !important;
    background-color: rgba(58, 92, 149, 0.9) !important;
}

.btn-twitter {
    border-color: rgba(31, 164, 237, 1) !important;
    background-color: rgba(31, 164, 237, 0.9) !important;
}

.btn-linkedin {
    border-color: rgba(2, 121, 177, 1) !important;
    background-color: rgba(2, 121, 177, 0.9) !important;
}

.form-group {
    display: block !important;
}

.text-danger {
    font-weight: bold;
    color: #ed423e;
    margin-top: 20px;
    margin-bottom: 0;
}

@media(min-width: 500px) {
    .middle {
        margin-top: 50px;
    }
}
