@font-face {
    font-family: 'Roboto';
    src: url('Roboto-ThinItalic-webfont.eot');
    src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'), url('Roboto-ThinItalic-webfont.woff') format('woff'), url('Roboto-ThinItalic-webfont.ttf') format('truetype'), url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg');
    /*(under the Apache Software License).*/ font-weight: 200;
    font-style: italic;
}

body {
    font-family: Roboto;
}

.fc-time-grid-event .fc-time {
    font-size: 1.2em;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    background-color: #b19676;
    border-color: #b19676;
}


.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    background-color: #b19676;
    border-color: #b19676;
}

.fc-event, .fc-event-dot {
    background-color: #b19676;
    border-color: #b19676;
    border-radius: 0;
}

.fc-today {
    background-color: white;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover{
    background-color: #b19676;
    border-color: #b19676;
} 

#mainSection {
    padding-top: 150px;
}

@media screen and (max-width: 840px) {
    #mainSection {
        padding-top: 150px;
    }
}

@media screen and (max-width: 560px) {
    #mainSection {
        padding-top: 210px;
    }
}

.fc-confirmBooking-button {
    display: none;
    background-color: #b19676;
    border-color: #b19676;
}

.fc-time-grid-event .fc-time {
    text-align: center;
    padding-top: 8px;
    white-space: normal;
}


.fc-time-grid-event .fc-title {
    text-align: center;
}

.header-title {
    padding-right: 0;
}

.jw-header-container {
    justify-content: center;
}

.ui-widget, .form-control, .btn {
    font-size: initial !important;
}

#submitResgistration {
    background-color: #b19676;
    color: white;
}
