html, body {
    height: 100%;
}

body {
    margin: 0;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	background-image: url(../images/background-img.jpg);
	background-size: cover;
	background-position: center center;
}

.row {
    width: auto;
}

.content {
	padding: 80px 50px 70px;
}

.therapy {
	background-color: #FF9A1E;
	text-decoration: none !important;
}

.therapy > span {
	border-style: none;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    padding: 2px 7px;
    margin-bottom: 5px;
}

.clinical-training > span {
	border-style: none;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    padding: 2px 7px;
    margin-bottom: 5px;
}

.clinical-training {
	background-color: #C2C6BC;
	text-decoration: none !important;
}

.info {
	font: 17px 'Roboto Slab', serif;
    font-weight: 400;
    font-style: normal
}

.therapy {
	background-color: #C2C6BC;
}

li > .nav-link {
	font-weight: 400 !important;
    font-size: 1.12em !important;
}

.footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.footer > .container > .row {
	background-color: #f7f7f6;
    border-top: 10px solid #C2C6BC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #C2C6BC;
}

.navigation > a {
	color: #C2C6BC;
	text-decoration: none !important;
}

.navigation > a:hover {
	color: #FF9A1E;
}

.content.container {
	min-height: 100%;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  text-decoration: none;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.book-appoinment {
  background: #3B5998;
  color: white;
}

.book-online-session {
  background: #dd4b39;
  color: white;
}

#Setmore_button_iframe {
	display: none;
}

