

.btn-danger{
    background-color: #84D10D!important;
    border-color: #84D10D!important;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left;
    text-indent: .8rem;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.ol-icon{
}

.hidden{
    display: none;
}

.required{
    color: #84D10D;
    font-weight: bold;
}

@font-face {
    font-family: "number-plate";
    src: url("/fonts/UKNumberPlate.woff");
}

.number_plate_display{
    font-family: number-plate, sans-serif;
    background-color: #F7D041;
    /*border: 2px solid black;*/
    padding: 12px;
    font-weight: 800;
    font-size: 2em;
    text-align: center;
    border-radius: 5px;
}

.number_plate {
    font-family: number-plate, sans-serif;
    background-color: #F7D041;
    /*border: 3px solid black;*/
    font-weight: 800;
    font-size: 3em;
    text-align: center;
}

.number_plate_select {
    font-family: number-plate, sans-serif;
    background-color: #F7D041;
    /*border: 3px solid black;*/
    font-weight: 800;
    font-size: 3em;
    text-align: center;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .overlay a {}
    .overlay .closebtn {
        font-size: 2rem;
        top: 15px;
        right: 35px;
        color: #E40613;
    }

    header{
        max-width: 415px;
        margin-left: auto;
        margin-right: auto;
    }

    footer{
    }

    footer #company{
        font-size: 0.85rem;
    }

    #policylink a {
        text-decoration: none;
        color: #4D5051;
    }

    #location{
        text-transform: uppercase;
        font-size: 1.5rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
    }

    .container-sm{
        max-width: 415px;
    }

    #menu_item{
        margin-top: 1rem;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


}