/* @override 
	http://birsay:8888/css/custom.css

/*SLY CUSTOM*/

.intro {
	padding: 30px 100px;
}

.main-logo {
	width: 300px;
	margin-top: -30px;
}

.texture-layer, .bg-overlay {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.texture-layer, .bg-overlay2 {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
}

.site-logo img {
	width: 150px;
	padding: 10px 10px 10px 6px;
}

.navbar-custom .navbar-nav > li > a {
    margin: 30px 0;
}

.content-box-info h4 {
	line-height: 140%!important;
}

.contact-form a {
	color: inherit;
}

.contact-form h3 {
	margin-bottom: 0;
}

section .container, footer .container {
    padding-top: 80px;
    padding-bottom: 40px;
}

section#contact .container, footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-info {
	margin: 0;
}

div.testimonial-author-info.text-center {
	padding: 0;
}

.testimonial-wrap {
	background: none #acc9e5;
	background: url('../img/birsay-bg-50.png') 50% 0 no-repeat fixed;
}

.contact-wrap {
    background: none #113558;
    padding: 20px 0;
}

.quote-wrap {
    /*background: url('../img/flowers.jpg') 50% 0 no-repeat fixed;*/
    background-color: black;
}

/*LEVEL INLINE BS COLUMNS*/
.inline-item {
	float: none;
	display: inline-block;
	margin: 0 -0.125em;
	vertical-align: top;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}

h2:first-child {
	margin-top: 0;
}

#contact h2 {
	margin-top: 10px;
}

.testimonial-author-info span {
    color: #113558;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.carousel-controls a:hover {
    color: #113558;
}

.contact-details {
	padding-top: 40px;
	font-size: 1.4em;
	line-height: 140%;
}

.contact-details p {
	margin-bottom: 1em;
}

.page-wrap {
	margin-top: 60px;
	margin-bottom: 60px;
}

/*html {
  scroll-behavior: smooth;
}*/

.social-icons a:hover {
	color: #113558;
}

.post-single h2 a {
	text-decoration: none!important;
	color: inherit!important;
}

.content-title {
	text-transform: none;
}


