@import url(https://fonts.googleapis.com/css?family=Satisfy|Ubuntu:300,500&display=swap);

/* Global */

html, body {
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  font-weight: 300;	
}

/* OVERRIDE - GLOBAL STYLES */

a, .navbar-toggle, button, .navbar-brand img, .btn, a.btn, .card a h4, h2 a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

a:hover, a:focus, button:focus, input:focus, textarea:focus, .btn:focus {
	outline: none !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 0 transparent !important;
}

h1 {
  font-weight: 400;
  font-family: 'Satisfy', cursive;
  font-size: 52px;	
  margin-bottom: 40px;
  color: #000;	
}
h2 {
  font-size:20px;	
  margin-bottom: 40px;
  font-weight: 300;	
}
h3 {
  font-size: 20px;
}
p {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 0;
  margin-bottom: 15px !important;	
}

p, ol {
  margin-bottom: 30px;
}
p.lead {
  font-size: 19px;
  font-weight: 300;	
}
a, .link, p.collapsed, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .circle-icon, button {
  transition: 0.5s; /* A 1 second transition. */
  cursor: pointer !important;
}
a:active, a:focus { /* Removes browser select line */
  outline-style: none;
  -moz-outline-style: none;
}
.btn-default {
	color: #000 !important;
	border: 2px solid #ccc;
	padding: 8px 15px;
}

.btn-default:hover {
	color: #fff !important;
	border: 2px solid #666;
	padding: 8px 15px;
	background-color: #666;
}

.less-bottom-margin {
  margin-bottom: 15px;	
}

.pb {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.py-3 {
	padding: 20px 0;
}

.py-2 {
	padding: 10px 0 20px 0;
}

.pt-2 {
	margin-top: 30px;
}

.pb-1 {
	padding-bottom: 30px;
}

.pb-2 {
	padding-bottom: 20px;
}

.mt-n5 {
	margin-top: -20px;
	padding-bottom: 30px;
}

.mail-link {
	color: #000 !important;
	border: 2px solid #ccc;
	padding: 8px 15px;
}

.mail-link:hover {
	color: #fff !important;
	border: 2px solid #666;
	padding: 8px 15px;
	background-color: #666;
}

/* Layout */

@media (min-width: 1350px) {
    .container {
        width: 1350px !important;
    }
}

/* Header */

header img {
  width: 300px;
  margin: 30px auto 10px auto;
}

/* Navbar */

.navbar-default {
  background-color: #fff;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
  margin-bottom: 30px;	
}
.navbar-default .navbar-nav > li > a {
  color: #666;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin-bottom: -10px;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-toggle {
  width: 100%;
  float: none;
  margin: 5px 0;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
  width: 35px;
  height: 3px;
  border-radius: 0px;
  margin: 4px auto;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #000 !important;
}

/* Section */

section {
  padding-bottom: 30px;
}
section.watermark-home {
  background: url("../img/watermark.jpg") no-repeat 0 650px;		
}
section.watermark-content {
  background: url("../img/watermark.jpg") no-repeat 0 50px;		
}
section img.opening-image {
  margin:35px 0 40px 0;	
}
section h2 span {
  color: #698396;
  padding: 0 10px;
}
section h2.heading {
  font-weight: 500;
  font-family: 'Satisfy', cursive;
  font-size: 42px;	
  margin-bottom: 20px;
}
section h3.heading {
  font-weight: 500;
  font-family: 'Satisfy', cursive;
  font-size: 30px;	
  margin-bottom: 10px;
}
section p {
  color: #333;
  font-weight: 300;
}
section .no-gutter > [class*='col-'] {
  padding-right: 4px;
  padding-left: 4px;	
}
section .links .fab {
  text-align: center;
  padding-top: 10px;
  margin-right: 10px;
  margin-bottom: 18px;
  margin-top: 20px;	
}
section .links .circle-icon {
  background-color: #466077;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;	
}
section .links .circle-icon:hover {
  background-color: #e9ecf3;
  color: #000;
}
section .contact-details {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;  	
}
section .contact-details a, .filter-buttons p a, section strong, section p a {
  color: #666;
  font-weight: 500;	
}
section .contact-details a:hover, section .contact-details a:focus, 
section .contact-details a:active, .filter-buttons p a:hover, 
.filter-buttons p a:focus, .filter-buttons p a:active, 
section .privacy-notice a:hover, section .privacy-notice a:focus,
section .privacy-notice a:active, section p a:hover, section p a:focus, 
section p a:active {
  color: #000;
  text-decoration: none;	
}
section .spacer-top {
	margin-top: 20px;
}
section .privacy-notice a {
	font-weight: 500;
	color: #466077;
	text-decoration: none;
}

/* Miscellaneous */

.spacing {
	margin: 5px;
}
ul.nopage li {
	list-style-type: none;
}

/* Panels */

.panel-heading {
	padding:0;
	border-bottom: none;
}

.panel-default {
    background-color: transparent;
}

.panel {
    margin-bottom: 20px;
    border: 0;
    border-radius:0;
    box-shadow: none;
}

.panel-body {
    padding: 0 10px;
}

.panel-body h2 {
    font-weight: 300;
	color: #000;
	font-family: 'Satisfy', sans-serif;
  	font-size: 34px;
}

.panel-body h2:hover {
    font-weight: 300;
	color: #666;
	text-decoration: none;
}

.panel-heading {
	overflow:hidden;
}

.img-container {
    position: relative;
}

.img-container .after {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none;
    color: #FFF;
	background-color:#fc4100;
}

.img-container .after:hover {
	color:#000;
}
	
/* Rotate Image */
.imghover .panel-heading img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.imghover:hover .panel-heading img {
	-webkit-transform: rotate(0) scale(1.1);
	transform: rotate(0) scale(1.1);
}

.imghover:hover .panel-body h2 {
	color:#000 !important;
}

.imghover:hover .panel-body h2 {
	color:#666 !important;
}


/* Gallery */

#gallery {
  margin: 30px 0;	
}
#gallery img {
  margin: 4px auto;	
}

/* Footer */

footer {
  background-color: #fff;
  padding: 30px 0;
  border-top: 1px solid #ccc;	
}
footer a, p {
  color:#666;
  font-weight: 300;	
}
footer p.copyright {
  line-height: 19px;
  font-size: 14px;	
}


/* Media Queries */

@media(max-width:1199px) {
  p.lead {
    font-size: 23px;	
  }
  .center-events {
	text-align: center;			
  }	
}

@media(max-width:991px) {
  footer .social-links {
	text-align: center;
	margin-top:30px;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height: 100% !important;
  }
  section .event-details, section .event-image {
	text-align: center;
  }
  section h2.subjects {
	line-height: 26px;		
  }
  section h3 {
	line-height: 26px;	
  }
  section #quote-carousel {
	min-height: 255px;  
  }
  .center, .center-events {
	text-align: center;			
  }
	
  /* Start - Collapse menu */
    
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        box-shadow: inset 0 0 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border-color: transparent;
	}	
	
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	} 

	/* Finish - Collapse menu */	
	
}

@media(max-width:768px) {
  .navbar .navbar-nav {
    margin-bottom: 0;
  }
  .fancybox-title-float-wrap .child {
	font-size: 12px;
  }
  .filter-buttons button {
	margin-bottom:10px;	
  }
  #gallery img {
    margin: 8px auto;
  }
  section #quote-carousel {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 80px;
	min-height: 300px;  
  }	
  footer {
	text-align: center;	
  }	
  footer .social-links {
	text-align: center;
	margin-top:40px;  
  }
  footer ul {
    padding-left: 0;
	margin-bottom: 0;  
  }	
}