/* ==========================================================

M2P JAZZ - SAUBERES CONTao 3.5 CSS

========================================================== */

html, body {

margin:0;

padding:0;

background:#090909;

color:#e4e4e4;

overflow-y:auto !important;

overflow-x:hidden;

}

body {

font-family:Helvetica, Arial, sans-serif;

font-size:18px;

line-height:1.7;

background:

radial-gradient(circle at top,

#1d1d1d 0%,

#090909 65%);

}

#wrapper, #container, #main, #header, #footer {

background:transparent;

height:auto !important;

overflow:visible !important;

}

#container {

width:92%;

max-width:1000px;

margin:0 auto;

padding:30px 20px 80px;

}

.band-name {

font-family:Georgia, "Times New Roman", serif;

font-size:clamp(2.3rem, 6vw, 4.2rem);

text-align:center;

text-transform:uppercase;

letter-spacing:.15em;

color:#d8b25d;

margin:.5em 0 .2em;

text-shadow:0 0 12px rgba(216,178,93,.35);

}

.tagline {

text-align:center;

color:#bfbfbf;

text-transform:uppercase;

letter-spacing:.35em;

font-size:1rem;

margin-bottom:60px;

}

h1, h2, h3 {

font-family:Georgia, "Times New Roman", serif;

font-weight:normal;

letter-spacing:.08em;

color:#d8b25d;

}

h1 {

font-size:2rem;

text-align:center;

}

p {

max-width:760px;

margin:0 auto 1.5em;

color:#d5d5d5;

}

img {

max-width:100%;

height:auto;

display:block;

}

.ce_image img,

.image_container img {

margin:30px auto;

border:1px solid rgba(216,178,93,.25);

}

a {

color:#d8b25d;

text-decoration:none;

}

a:hover {

color:#ffffff;

}

@media screen and (max-width:768px) {

body {

font-size:16px;

}

}