body {
    background: #333333 url("../img/QA-members_tiled_bg4.png") center repeat;
    background-attachment: fixed;
    color: #c9b28b;
}

p, h3, h6 {
    padding: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 133%;
    text-align: center;
}

h1, h2, h4, h5 {
    font-family: "Playfair Display", serif;
}

p {
    font-size: 1.2em;
    line-height: 1.8em;
    //color: #c9b28b;
    color: #cccccc !important;
}

.greytext { color: #b3b5b7; }
.font125  { font-size: 125%; }

a         { color: #cccccc !important; }
a:hover,
a:focus   { text-decoration: underline; color: #ffffff !important; }


/* ── Navbar ─────────────────────────────────────── */

.qa-navbar {
    background-color: #222222;
    border-bottom: 1px solid #444444;
    min-height: 64px;
}

.qa-navbar-inner {
    display: flex;
    align-items: center;
    position: relative;
}

/* Logo — always centred */
.qa-navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.qa-nav-logo {
    height: 44px;
    width: auto;
}

/* Nav links */
.qa-navbar .nav-link {
    font-family: "Playfair Display", serif;
    font-size: 1.1em;
    color: #c9b28b;
    padding: 0.5rem 1rem;
    transition: color 0.2s;
}

.qa-navbar .nav-link:hover,
.qa-navbar .nav-link:focus {
    color: #ffffff;
    text-decoration: none;
}

/* Active page indicator — desktop underline */
@media (min-width: 992px) {
    .qa-navbar .nav-link.active {
        color: #ffffff;
        border-bottom: 2px solid #c9b28b;
        padding-bottom: calc(0.5rem - 2px);
    }
}

/* Active page indicator — mobile highlight */
@media (max-width: 991px) {
    .qa-navbar .nav-link.active {
        color: #ffffff;
        background-color: #333333;
        border-radius: 4px;
    }
}

/* Members button — desktop */
.qa-btn-members {
    font-family: "Playfair Display", serif;
    font-size: 0.95em;
    color: #c9b28b;
    border: 1px solid #c9b28b;
    padding: 6px 14px;
    white-space: nowrap;
}
.qa-btn-members:hover {
    background-color: #c9b28b;
    color: #222222;
}

/* Members link — hamburger */
.qa-nav-members-mobile {
    color: #c9b28b !important;
    font-style: italic;
}

/* Hamburger icon — light colour */
.navbar-toggler {
    border-color: #c9b28b;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201%2C178%2C139%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Collapsed menu background */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #2a2a2a;
        padding: 1rem;
        margin-top: 8px;
        border-radius: 4px;
    }
}


.maintitle {
    border: none;
    margin-top: 30px;
}

.divider {
    width: 50%;
    max-width: 480px;
    border: none;
}

.presentation {
    margin-bottom: 80px;
}

.presentation h3 {
    font-family: 'Playfair Display', serif;
    color: #c9b28b;
}

.smaller {
    font-style: italic;
    font-size: 100%;
    color: silver;
    width: 50%;
    min-width: 320px;
}

.smallprint {
    margin-top: 20px;
    text-align: center;
    line-height: 15px;
}

/* these styles load after the main QA.css and override things to provide a different theme for our members */

* {
    font-family: 'Playfair Display',serif;
}
	
p, h4, h5 {
	font-family: 'Playfair Display',serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #c9b28b;
	} 
	
.greytext {
	color: #b3b5b7;
	}
	
.contrastBg {
	background-color: #333333;
	border: 1px solid white;
	}
	
.font125 {
	font-size: 125%;
}
	
.presentation h3 {
	font-family: 'Playfair Display',serif;
	color: #c9b28b;
	}
	
.photostack {
	background-color: #2f2f2f;
	//border-bottom: 3px solid white;
	}
	
.pseudo-footer {
	background-color: transparent;
	}
	
.section-footer {
	border-top: none;
	}
	
a {
	color:#dddddd;
}
a:hover,
a:focus {
  text-decoration: underline;
  color:#eeeeee;
}

.services-bordered {
	border: 2px solid #696E74;
	box-shadow: 2px 2px 8px #d3b06c;
}

.services-bordered a {
	color:#696E74;
}

.services-bordered a:hover,
.services-bordered a:focus {
  text-decoration: none;
  color:#2f2f2f !important;
}

.img_QA {
	background: #222222; 
	padding: 3px; 
	border: 3px solid #dddddd;
}

.martini {
	background: #ffffff; 
	padding: 30px; 
	border: 3px solid #dddddd;
}

.sponsor {
	border: 2px solid #dddddd;
	box-shadow: 2px 2px 8px #d3b06c;
}

.pending {
	background-color: white; 
	margin: 0px; 
	padding: 40px;
}

.contrast {
	color: #7a6a3d;
}

a.contrast {
	color: #7a6a3d;
}

a.contrast:hover {
	color: #222222;
}

.img_Box{
	position: relative;
	top: 0px;
	display: inline-block;
	width: 320px;
	height: 560px;
	margin-top: -6px;
	margin-bottom: -170px;
	margin-left: 2px;
	margin-right: 2px;
}

.img_Box .overlay{
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 180px;
	text-align: center;
	width: 60%;  
}

.draft {
	color: white; 
	font-size: 100%; 
	letter-spacing: 10px;
} 