/*
Version: 1.7
File Description: Place here your custom CSS styles
*/

/* first level menu items */
.navbar-default .navbar-nav > li > a {
    color: #0082b6 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    color: #003399 !important;
}
.default-bg .btn-white {
    background-color: #1d1e20;
}
.overlay span {
    height: 50%;
}

.tp-caption .dark-translucent-bg {
    height: 100% !important;
}

from servicefinder import models

def change_to_hospital(location):
    location.kind = "Hospital"
    location.save()


name_list = ["Monaghan Hospital","Bantry General Hospital","Louth County Hospital Dundalk","Mallow General Hospital","Roscommon University Hospital","St Columcille's Hospital Loughlinstown","St John's Hospital","Connolly Hospital Blanchardstown"]