body {
  margin-top: 75px;
  font-family: palanquin, avenir, sans-serif;
  font-size: 14px;
  overflow: auto;
}

.navbar {
  padding: 10px 16px; /*top and bottom; right and left */
  font-size: 16px;
}
.navbar-default {
  background-color: white !important;
  border: none;
  font-family: 'Mountains of Christmas';
}
.navbar-default .navbar-nav > .active {
  background: none;
  color: #000060;    
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000060;
  background: none;
  text-decoration: none;
}
#navbar .glyphicon, img {
	padding-right: 0.5em;
}
#navbar a, a:hover {
    padding-top: 1.3em;
    text-decoration-color: #000060;
    text-decoration: none;
  }
/* Place the logo nicely */
.navbar-brand {
  padding-top: 0 !important;
  padding-left: 1;
  color: #000060 !important;
  text-decoration: none;
}

/* Offer hamburger menu for middle-sized screens instead of linebreaking the navbar */
@media (max-width: 950px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
      /* border:solid 1px blue; */
        padding-top: 10px;
        /* padding-right: 100px; */
        padding-bottom: 10px;
    }
    #navbar a:hover {
      background-color: #f0f0f0;
      color: #000060;
      /* text-decoration-color: #000060;
      text-decoration: none; */
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }

}

.carousel-inner img {
  margin: auto; /* Center the Carousel Image */
}
.carousel-control.left,
.carousel-control.right {
  background: none;
  border: none;
}

h1, h2, h3, h4, h5 {
  font-family: 'Mountains of Christmas';
  text-align: center;
  color: #000060;
}

.container p {
  text-align: justify; /* Margin Justification */
}

/* Fix to the titles hidden by the top-fixed navbar;
Bootstrap3: 75px 
-> only if the screen is large enough, otherwise 
margin-top hides content, especially links in the 
contact section */
  .container[id]:before {
    display: block;
    content: " ";
    margin-top: -75px;
    height: 75px;
    visibility: hidden;
  }

.icon {
  text-align: center;
  padding-bottom: 10px;
}

footer {
  background: #f0f0f0;
  margin-top: 10px;
  padding-top: 8px;
}
footer p, footer {
  color: #707070;
}
footer .container h5 {
  font-family: 'Mountains of Christmas';
  color: #000060;
  text-align: left;
}
footer p {
  /* color: #white; */
  text-decoration: none;
}

a {
  color: #7f7f7f;
  text-decoration: none;
}
a:hover {
  color: #000060;
  text-decoration: none;
}

/* Social Media Buttons */
.sm-padding {
  margin: 25px auto;
  width: 100px;
  padding-bottom: 2em;
  text-align: center;
}
.sm-icon {
	position: relative;
	width: 0px;
	height: 0px;
	padding: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px; 	
}
.sm-icon i {
	font-size: 20px;
	position: absolute;
	left: 9px;
	top: 10px;
}
.sm-icon.social {
  float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
  background: #707070; /* button colour*/
	color: #f0f0f0; /* sm icon colour*/
}
.sm-icon.social:hover {
  background: #000060 ;
}
.sm-icon.social.fb i {
  color: #f0f0f0; /* sm icon colour*/
	left: 13px;
	top: 10px;
}
.sm-icon.social.tw i {
  color: #f0f0f0; /* sm icon colour*/
	left: 11px;
}