html {
	position: relative;
	min-height: 100%;
}					

h1 { font-size: 1.65rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; margin-bottom: 0; }
h6 { font-size: 1rem; }

@media (min-width: 576px) {
	h1 { font-size: 1.75rem; }
	h2 { font-size: 1.5rem; }
	h3 { font-size: 1.35rem; }
	h4 { font-size: 1.2rem; }
	h5 { font-size: 1.1rem; }
	h6 { font-size: 1rem; }
}

@media (min-width: 768px) {
	h1 { font-size: 2rem; }
	h2 { font-size: 1.75rem; }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.3rem; }
	h5 { font-size: 1.15rem; }
	h6 { font-size: 1rem; }
}

@media (min-width: 992px) {
	h1 { font-size: 2.25rem; }
	h2 { font-size: 1.9rem; }
	h3 { font-size: 1.65rem; }
	h4 { font-size: 1.4rem; }
	h5 { font-size: 1.2rem; }
	h6 { font-size: 1rem; }
}

@media (min-width: 1200px) {
	h1 { font-size: 2.5rem; }
	h2 { font-size: 2rem; }
	h3 { font-size: 1.75rem; }
	h4 { font-size: 1.5rem; }
	h5 { font-size: 1.25rem; }
	h6 { font-size: 1rem; }
}

body {
	margin-bottom: 40px;
}

header {
	padding: 10px 20px;
}

nav {
	background-color: whitesmoke;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

main {
	padding: 10px 20px;
}

footer {
	height: 40px;
	line-height: 40px;
	background-color: whitesmoke;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	width: 100%;
}

.navbar-brand {
	white-space: normal;
	word-break: break-all;
}

.navbar-text {
	color: navy !important;
}

.row {
	padding: 10px;
}

div > img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 5px;
}

ul {
  padding-left: 20px;
  margin-bottom: 0;
}

ul.nav-left {
  padding: 10px;
}

.text-wrap {
  word-wrap: break-word;
}

.typeWeekend {
    background-color: red; color: white;
}

.typeHoliday {
    background-color: red; color: white;
}

.typeTeacher {
    background-color: red; color: white;
}

.typeActivity {
    background-color: lightyellow;
}

.typeRelease {
    background-color: lightyellow;
}

.typeBlueDay {
    background-color: blue; color: white;
}

.typeGoldDay {
    background-color: gold; color: black;
}

.typeRegular {
    background-color:lightgray; color: black;
}

.dayBlue {
    background-color: blue; color: white;
}

.dayGold {
    background-color: gold; color: black;
}

.java {
    background-color: lightpink;
}

.apcsp {
    background-color: lightblue;
}

.regcsp {
    background-color: violet;
}

.introtech {
    background-color: lightgreen;
}

.activity {
    background-color: yellow;
}