html {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
    }
}

body {
	font-family: 'Raleway', sans-serif;
}
  
.container {
    max-width: 960px;
}

.btn-location{
    border-radius: 0px !important;
}

.col-schedule{
	padding-left: 5px;
	padding-right: 5px;
}

.custom-footer{
	background-color: #235590;
	color: #ffffff !important;
	font-weight: 300;
	font-size: 14px;
}

b, strong {
    font-weight: 700;
}