/****************** BESPOKE CSS FOR SLOUGH BOROUGH COUNCIL ***************/

h1,h2 {
   color: #25303b;
   font-family: "Lato",sans-serif;
}

legend {
   color: #25303b;
   font-family: "Lato",sans-serif;
}


.site-footer__rights {
   color: #ffffff;
}



/* style input and links as buttons */

.container3SC .button3sc,
.container3SC input.button3sc,
.container3SC a.button3sc,
.container3SC .smallButton3sc,
.container3SC input.smallButton3sc,
.container3SC a.smallButton3sc,
.container3SC #uploadBtn {
    float: left;

    background-color: #0d76bc;
    border-color: #0d76bc;
    color: #fff;

    /* border: 1px solid #3a343c; */
    border: 1px solid #0d76bc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    margin: 0 0 .75rem;
    /* padding: .625rem 1.5rem; */
    text-align: center;
    text-decoration: none;
    transition: background-color .1s ease-out,border-color .1s ease-out,color .1s ease-out;
    vertical-align: middle;

}

.button3sc {
    min-width: 135px;
}

.button3sc,
input.button3sc,
a.button3sc {
    padding: .5em 2em .55em;
    cursor: pointer;
    font-weight: 300;
}

.button3sc:hover,
input.button3sc:hover,
a.button3sc:hover,
.smallbutton3sc:hover,
input.smallbutton3sc:hover,
a.smallbutton3sc:hover {
    background-color: #9d2235;
    border: 1px solid #9d2235;
}

.button3sc:focus,
input.button3sc:focus,
a.button3sc:focus,
.smallbutton3sc:focus,
input.smallbutton3sc:focus,
a.smallbutton3sc:focus {
    background-color: #7600c4;
    border: 1px solid #7600c4;
}

.button3sc:active,
input.button3sc:active,
a.button3sc:active,
.smallbutton3sc:active,
input.smallbutton3sc:active,
a.smallbutton3sc:active {
    background-color: #9d2235;
    border: 1px solid #9d2235;
}


/* ----------------------------------------------------------------------------------------------------------- */
/* Maintenance screen
/* ----------------------------------------------------------------------------------------------------------- */
#maint1 {
   color: red ;
   font-size: 22px;
   font-weight: bold;
}

#maint2 {
   font-size: 16px;
   font-weight: bold;
}