/* Minimum width for the site as this accommodates the smallest possible mobile screen */
html, body {
    min-width: 300px;
}

.datepicker-close {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
}

/* A class to style a floating action button at the bottom right of the screen */
a.fab:hover { color: white; }
.fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: #009688;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    color: white;
    font-size: 1.5em;
    position: fixed;
    right: 25px;
    bottom: 40px;
    cursor: pointer;
}

label {
    font-size: 1rem;
}

.form-control {
    padding-top: 5px;
    padding-bottom: 5px;
}

.clickable:hover * { cursor: pointer; }

label.required:before { content: '*'; color: red }

h1 {
    font-size: 4vw;
    font-weight: 700;
}
h2 {
    font-size: 3.6vw;
    font-weight: 700;
}
p {
    margin: 1.2em;
}
a.button, a.button:focus {
    background-color: #F6989D;
    margin: 0;
}
a.button:hover {
    background-color: #F6656D;
}