/*======================
GLOBAL
=======================*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/*body > .container {
  padding: 60px 15px 0;
}*/
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

	/* FONTS */
	.ico-wrapper,
	h1,
	h2 {
		font-family: 'Garamond', serif;
	}

	h2 {
		font-size: 1.50em;
		display: inline;
	}

	.ico-wrapper h1 {
		display: inline;
	}

	/* COLOURS */
	h1,
	h2 {
		color: #27566A;
	}

	/* BUTTONS */
	.btn-primary {
    color: #fff;
    border: none;
    transition: background-color 0.2s ease;
}


/*======================
NAV
=======================*/

ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
	border: 1px solid #b8b8b8;
	border-top: none;
}

.menuzord {
	padding: 0;
}

.menuzord-wrapper {
	background-color: #27566A;
}

.fixed {
   position: fixed;
   width: 100%;
   z-index: 1;
} 

.navbar-brand {
padding: 10px 5px;
}

.logo-inner {
	width: 140px;
	display: block;
}

.logo-nav {
	width: 50%;
	padding: 10px 0;
}

.img-full {
    min-width: 100%;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin-top: 70px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
	font-size: 6em;
}
/*
.carousel-caption {
  	z-index: 10;
  	padding-top:0;
  	padding-bottom: 0;
  	bottom: 0;
	right: 0%;
}*/


.carousel-caption h1 {
	line-height: 40px;
} 

h1 span,
p span {
	background: rgba(0,0,0, 0.3); 
	color: #fff;
	padding: 7px 12px;
	display: inline;
}
h1 span {
	font-size: .80em;
}
p span {
	font-size: 1.2em;
}


/*
.carousel-caption-bg {
	background: rgba(0,0,0, 0.3); 
	width: 100%;
} */

.center-img {
	margin-right: auto;
	margin-left: auto;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/*
 Special class on .container surrounding .navbar, used for positioning it into place. 
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports 
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
*/




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- 

/* Carousel base class 
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption 
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element 
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
} */


/*======================
HEADER
=======================*/

.inner-header {
	background-repeat: no-repeat;
	margin-top: 73px;
	width: 100%;
}

.statue {
	padding-top: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.statue-inner {
	background-image: url('../img/sm-header-img.jpg');
	margin-top: 40px;
	height: 350px;
	background-repeat: no-repeat;
}

/*

.statue,
.statue-inner {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

*/


.tagline-inner {	
	padding-top: 75px;
}

.tagline,
.tagline-inner {	
	color: #fff;
	font-size: 1.75em;
	text-align: center;
}

.collage {
	padding-top: 145px;
	width: 100%;
	background-image: url('../img/bar-collage.png');
	background-repeat:repeat-x;
}

.wrapper {
	background-color: #2b9bbf;
	padding: 5px 0;
}

.wrapper h4 {
	text-align: center;
	color: #fff;
}

.menuzord-responsive .menuzord-brand {
	margin: 0;
}

.menuzord-brand {
	width: 50%;
}

/*======================
CONTENT
=======================*/

.content {
	padding: 12% 0 5% 0;
	font-size: 1.15em;
}

.content-home {
	padding: 8% 0 5% 0;
	font-size: 1.15em;
}

.inner-photo {
	padding: 29px 50px 0 0;
}

.content-padding-inner {
	padding: 5% 0 12% 0;
}

#content {
	min-height: 400px;
	margin-bottom: 100px;
	clear: both;
}



/*======================
ICONS
=======================*/

.ico-wrapper {
	background-color: #f4f3f8;	
	padding:40px 0;
}

.fa-3x {
	font-size: 30px !important;
}

.ico-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #A98939;
	padding-top: 12px;
	border: 3px solid #A98939;
	transition: border 0.5s ease;
}

.ico-circle:hover {
	border: 3px solid #27566A;
}

.ico-text {
	display: inline-block;
}

.ico-text-margin-bottom {
	margin-bottom: 50px;
}

.ico-container {
	margin: 50px 0 130px 0;
	padding-bottom: 100px;
}

/*======================
MODAL
=======================*/

#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
.modal-dialog {width:500px;}

/*======================
FOOTER
=======================*/

.footer-wrapper {
	background-color: #27566A;	
	color: #fff;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #27566A;
}

.footer-wrapper,
.footer {
	padding: 2% 0;
}

.row-centered {
    text-align: center;
}

#link-footer p a {
	color: #929191;
	text-decoration: underline;
	font-size: .9em;
}

#link-footer p a:hover {
	text-decoration: none;
}

#link-footer p {
	color: #767575;
}

.copyright {
	text-align: center;
	padding-top: 4%;
}

/*======================
MEDIA QUERIES
=======================*/
@media screen and (max-width: 1199px) {
	.inner-photo {
		padding-top: 28px;
	}
	.break {
        display: block;
    }
    .ico-text-margin-bottom {
    	margin-bottom: 0;
    }
}

@media screen and (min-width: 1199px) {
	.logo-nav {
		padding-top: 20px;
	}
}

@media screen and (max-width: 1190px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1099px) {
	h1 span {
		font-size: .6em;
	}
	p span {
		font-size: 1em;
	}

}

@media screen and (max-width: 991px) {
	.content-padding-inner {
		margin: 0 0 20% 0;
	}
	.break {
     	display: inline;
    }
    .row-centered {
    	text-align: left;
	}
	.ico-text {
		display: inline-block;
	}
	.ico-text-margin-bottom {
		margin-bottom: 50px;
	}
	.ico-container {
		padding-bottom: 70px;
	}
	.content {
		padding: 3% 0 5% 0;
	}
}


@media screen and (max-width: 768px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
		margin-top: 40px;
	}
	.content-padding-inner {
		margin: 0 0 30% 0;
	}
	.ico-container {
		padding-bottom: 1px;
	}
	.footer-wrapper,
	.footer {
		padding-top:50px;
	}
	.ico-wrapper {
		padding:40px 0 0 0;
	}
}

@media screen and (max-width: 700px) {
	.statue-inner {
		background-image: url('../img/xs-header-img.jpg');
	}
}


@media screen and (max-width: 530px) {
	.content-padding-inner {
		margin: 0 0 40% 0;
	}
	.ico-container {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.menuzord-brand {
		float: none;
	}
}

@media screen and (max-width: 395px) {
	.content-padding-inner {
		margin: 0 0 70% 0;
	}
}
