:root {
 --jumbotron-padding-y: 3rem;
}
.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}

@media (min-width: 768px) {
.jumbotron {
 padding-top: calc(var(--jumbotron-padding-y) * 2);
 padding-bottom: calc(var(--jumbotron-padding-y) * 2);
}
}
.jumbotron p:last-child {
    margin-bottom: 0;
}
.jumbotron-heading {
    font-weight: 300;
}
.jumbotron .container {
    max-width: 40rem;
}
body {
    color: #2b354f;
}
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer p {
    margin-bottom: .25rem;
}
.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.sp-navbar {
    z-index: 10;
}
.hp-image {
    z-index: -10;
    background-image: url(../images/hp-sam-piha-001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -webkit-animation: slide 23s linear infinite;
    animation: slide 23s linear infinite;
}
.text-muted {
    color: #838b92!important;
}
.btn-link {
    color: #2b354f;
}
.navbar-brand {
    padding-top: .2125rem;
    padding-bottom: .2125rem;
    font-size: 1.45rem;
}
.headNavContact li{
	margin-bottom: 8px;
}
.headNavContact li a{
	color: #cacaca;
}
.headNavContact li a:hover, .headNavContact li a:active{
	color: #fff;
	text-decoration: none;
}

.headNavContact li:after{
content:"";
height:1px;
background:-moz-linear-gradient(left, #adb5bd 0%,#2b354f 50%,#2b354f 100%);
background:-webkit-linear-gradient(left, #adb5bd 0%,#2b354f 50%,#2b354f 100%);
background:linear-gradient(left, #adb5bd 0%,#2b354f 50%,#2b354f 100%);
width:100%;
display:block;
}
@-webkit-keyframes slide {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.3);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes slide {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.3);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.bg-dark {
    background-color: #2b354f!important;
}
p.hp-intro {
    color: #fff;
}
a.nav-link {
    color: #fff;
    padding: 10px;
    border: 1px solid #596168;
    margin: 0 10px 20px 0;
}
a.nav-link:hover {
    border: 1px solid #adb5bd;
}
a.nav-link.active {
    border: 1px solid #adb5bd;
}
.accordionHeading {
    font-size: 1.2rem;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0.02em;
}
.bg-gradient-light {
    background-image: linear-gradient(180deg, #f9fbfd 0, #fff);
}
footer {
    background-color: #f1f4f8!important;
    margin-top: 30px;
}
main h2 {
    color: #2b354f;
}
.banner-btn a {
    color: #ffc107;
    border-color: #ffc107;
    letter-spacxing: 0.3em;
}
.banner-btn a:hover {
    color: #007bff;
}

/* Media queries *******************************************
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.hp-intro {
    margin-top: 50px;
}
.postcards-bng {
    height: 300px;
}
.bannHeadOne {
    font-size: 2.3em;
}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
.hp-intro {
    margin-top: 70px;
}
.postcards-bng {
    height: 500px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.hp-image {
    min-height: 600px;
}
.hp-first-cards {
    margin-top: -200px;
}
.hp-intro {
    margin-top: 150px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.postcards-bng {
    height: 600px;
}
}
/* Postcards from Crouch End */
.postcards-bng {
    background-image: url(../images/postcards-banner-bng-1663x600.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 400px;
    border-radius: 0;
}
/* Biography page */
.biog-bng {
    background-image: url(../images/biog-banner-bng-1663x600.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 400px;
    border-radius: 0;
}
.edinburgh2019-bng {
    background-image: url(../images/edinburgh-2019-banner-bng-1663x600.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 400px;
    border-radius: 0;
}
