
@font-face {
    font-family: 'Verdana';
    src: url('./fonts/verdana.eot');
    src: url('./fonts/verdana.eot?#iefix') format('embedded-opentype'),
         url('./fonts/verdana.woff2') format('woff2'),
         url('./fonts/verdana.woff') format('woff'),
         url('./fonts/verdana.ttf')  format('truetype'),
         url('./fonts/verdana.svg#Verdana') format('svg');
         font-weight: 400;
}
@font-face {
    font-family: 'Verdana';
    src: url('./fonts/verdana-bold.eot');
    src: url('./fonts/verdana-bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/verdana-bold.woff2') format('woff2'),
         url('./fonts/verdana-bold.woff') format('woff'),
         url('./fonts/verdana-bold.ttf')  format('truetype'),
         url('./fonts/verdana-bold.svg#Verdana') format('svg');
         font-weight: 700;
}
@font-face {
    font-family: 'Verdana';
    src: url('./fonts/verdana-bold-italic.eot');
    src: url('./fonts/verdana-bold-italic.eot?#iefix') format('embedded-opentype'),
         url('./fonts/verdana-bold-italic.woff2') format('woff2'),
         url('./fonts/verdana-bold-italic.woff') format('woff'),
         url('./fonts/verdana-bold-italic.ttf')  format('truetype'),
         url('./fonts/verdana-bold-italic.svg#Verdana') format('svg');
         font-weight: 700;
         font-style: italic;
}

html ,body { overflow-x: hidden; }
body {
	font-size: 23px;
	color: #333;
	line-height: 38px;
	font-family: 'Verdana';
	font-weight: 400;
}

a { text-decoration: none; color: #333; }
a:hover {    color: #0272ba;}

h1  {  font-size: 100px; color: #5b5b5b;  font-family: "Special Elite", serif; font-weight: normal;    line-height: normal; }


h2 { font-size: 30px; font-family: 'Verdana'; font-weight: 700;}
h3 { font-size: 24px; font-family: 'Verdana';}
h4 { font-size: 20px; font-family: 'Verdana';}
h5 { font-size: 18px; font-family: 'Verdana';}
h6 { font-size: 16px; font-family: 'Verdana';}


img { max-width: 100%; height: auto;} 

.banner-section {
    display: inline-block;
    width: 100%;
    position: relative;
}


button.menu-toggle {
    border: 0;
    background-color: transparent;
}
.container-fluid { padding-right: 80px; padding-left: 80px; }


.hero-section h1 span {
    font-size: 28px;
    display: inline-block;
    border-left: 2px solid;
    padding-left: 20px;
}
.hero-picture { text-align: center; }
.hero-picture img {
    display: block;
    margin: 0 auto;
}
a.black-btn ,
button.black-btn {
    background-color: #2a2a2a;
    text-transform: uppercase;
    color: #d1d1d1;
    font-size: 25px;
    font-family: 'Special Elite';
    padding: 13px 10px 7px 10px;
    display: inline-block;
    border-radius: 12px;
    line-height: normal;
    box-shadow: none;
    border: 0px;
}
.hero-section h1 {
    border-bottom: 2px solid #383838;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 30px;
    padding-right: 50px;
    width: 100%;
}
.hero-section {
    padding: 110px 0 100px 0;
}
.about-section {
    padding: 100px 0;
}
hr {
    background-color: #000;
    height: 2px;
    opacity: 1;
    margin: 30px 0;
}

.art-gallery-section {
    background-color: #2c2c2c;
    color: #fff;
    padding: 30px 0 70px 0;
}
.gallery-btns a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
}
.gallery-btns {
    text-align: right;
}
.gallery-title h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 46px;
}       
.gallery-title span {
    text-align: right;
    display: block;
    font-size: 16px;
    color: #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
}
.row-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.row-gallery a {
    width: calc(20% - 8px);
    border: 1px solid #ddd;
    padding: 15px 10px;
}
.row-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.artist-section { display: inline-block; width: 100%; padding: 150px 0 50px 0; }
.artist-section a { font-weight: 600; }

.petition-inner {
    background-color: #2b2b2b;
    color: #fff;
    padding: 90px;
}
.form-section {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
}
.form-section label { text-align: left; }

.qr {
    display: inline-block;
    width: 100%;
    line-height: 25px;
}
h3.share-petition {
    margin-top: 70px;
    margin-bottom: 0;
}

.qr a b { color: #ffe697; text-decoration: underline; }

.qr a {
    color: #fff;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.social-footer a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    margin-bottom: 14px;
    font-weight: 700;
    gap: 10px;
    font-size: 15px;
}
.information-part {
    display: flex;
    width: 85%;
    gap:15px;
    padding-top: 30px;
}
.share-scanner ,
.social-footer {
    width: 50%;
}
.petition-inner h3 {
    font-weight: 700;
}
.social-footer a img {
    height: 22px;
    width: 22px;
}
.form-head h2 {
    font-size: 60px;
    font-family: 'Special Elite';
    font-weight: normal;
    margin: 0;
    line-height: normal;
}
.form-head span {
    font-weight: 400;
    color: #333;
}
.form-head span {
    font-weight: 400;
    color: #333;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.form-head {
    display: inline-block;
    width: 100%;
    max-width: 330px;
    margin-bottom: 15px;
}
.form-section label {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-top: 15px;
    line-height: normal;
    margin-bottom: 5px;
}
.form-section input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    height: 38px;
}
button.black-btn {
    margin-top: 60px;
    margin-bottom: 20px;
}
button.menu-toggle {
    display: none;
}
.headermiddle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    padding-top: 30px;
}
.overlaymenu  {
    display: none;
}
span.close-btn-menu {
    display: none;
}
.menu-main ul, .menu-main ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.menu-main ul li a {
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 21px;
}
.art-gallery-section .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.gallery-title {
    padding: 0 10px 0 30px;
}
.artist-section img {
    width: 100%;
}
.petition-section {
    padding-bottom: 100px;
}
a.black-btn:hover, button.black-btn:hover {
    background-color: #0272ba;
    color: #fff;
}
.row-gallery a:hover {
    background-color: rgb(255 255 255 / 10%);
}
.social-footer a:hover {
    background-color: #0272ba;
    border-color: #0272ba;
}

.coming-soon {
    display: inline-block;
    width: 100%;
    position: relative;
}
.coming-soon img {
    float: right;
    width: auto;
    max-width: 70%;
}
.coming-soon h3 {
    font-size: 35px;
    font-family: "Special Elite", serif;
    margin: 0;
    line-height: normal;
}
.coming-soon {
    font-size: 20px;
    font-weight: normal;
}
.coming-text {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    padding-left: 80px;
    left: 0;
}
img.mobilepic {
    display: none;
}

@media (max-width: 1600px) {
    h1 {    font-size: 60px;}
    .hero-section h1 span {    font-size: 24px;}
    body {    font-size: 20px;    line-height: 34px;}
}

@media (max-width: 1300px) {
    h1 {    font-size: 55px;}
    .hero-section h1 span {    font-size: 20px;}
    .petition-inner {    padding: 70px 50px;}
    .qr a {    font-size: 14px;}
    .qr {    line-height: 19px;}
    .social-footer a {    font-size: 13px;}
    body {    font-size: 18px;    line-height: 32px;}
    a.black-btn, button.black-btn {    font-size: 19px;}
    .form-section {    font-size: 12px;    line-height: 18px;}
    h3 {    font-size: 19px; }
}

@media (max-width: 1199px) {
    .container-fluid ,
    .art-gallery-section .container-fluid{
    padding-right: 40px;
    padding-left: 40px;
}
.hero-section, .about-section {
    padding: 60px 0;
}
.gallery-title h3 {
    letter-spacing: 3px;
    line-height: 37px;
}
.gallery-title {
    padding: 0;
}
.artist-section {
    padding: 70px 0 40px 0;
}
.petition-inner {
    padding: 30px;
}
.form-section {
    padding: 40px 20px;
}
.information-part {
    width: 95%;
}
.coming-soon img {
    max-width: 100%;
}
.coming-text {
    padding-left: 40px;
    width: 50%;
}
.coming-soon {
    font-size: 16px;
}
.coming-soon h3 {
    font-size: 26px;
}
}

@media (max-width: 991px) {

body {  font-size: 16px; line-height: 26px;}
.menu-main ul li a {
    font-size: 16px;
}
.about-section .hero-picture img {
    max-width: 70%;
}
.about-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gallery-title h3 {
    width: 70%;
    letter-spacing: 2px;
    line-height: 26px;
}
.gallery-title h3 br{ display: none;}
.gallery-title span {
    font-size: 14px;
}
.container-fluid, .art-gallery-section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}
.hero-section {
    padding-top: 85px;
    padding-bottom: 85px;
}
.form-head h2 {
    font-size: 41px;
}
.information-part {
    flex-direction: column;
}
.share-scanner, .social-footer {
    width: 100%;
}

}

@media (max-width: 767px) {
.menu-main ul, .menu-main ul li {    text-align: right;}
.gallery-title {
    display: flex;
          flex-wrap: wrap;
}
.gallery-title h3 {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
}
.gallery-btns a {
    width: 35px;
    height: 35px;
    line-height: 27px;
}
.gallery-btns a img {
    width: 17px;
}
.gallery-title span {
    margin-top: 6px;
    margin-left: auto;
    font-size: 12px;
}
.row-gallery a {
    width: calc(50% - 5px);
    border: 1px solid #ddd;
    padding: 8px;
}
.row-gallery a img {
    min-height: 52vw;
}
.art-gallery-section {
    padding: 30px 0 30px 0;
}
.artist-section {
    padding: 50px 0;
}
.petition-section .container-fluid {
    padding: 0;
}
.petition-section {
    padding-bottom: 0;
}
.petition-inner {
    padding: 25px;
}
h3.share-petition {
    margin-top: 40px;
}
.information-part {
    padding-top: 20px;
}
button.black-btn {
    margin-top: 30px;
    margin-bottom: 10px;
}
.form-head h2 {
    font-size: 55px;
}
.hero-section h1 {
    padding-right: 0;
}
.hero-section h1 span {
    border: 0;
    padding-left: 0;
    width: 100%;
}
.about-section {
    padding-top: 20px;
    padding-bottom: 50px;
}
h2 {
    font-size: 26px;
}
img.desktop-pic {
    display: none;
}
img.mobilepic {
    display: block;
    max-width:  400px;
}
.coming-soon {
    font-size: 16px;
    background-color: #f0efed;
    min-height: 100vh;
    vertical-align: middle;
}
.coming-text {
    position: static;
    transform: none;
    width: 100%;
    display: inline-block;
}
}
@media (max-width: 598px) {
    .logoDiv {
        width: 35%;
    }
    .headermiddle .logo a img {
        max-width: 90%;
    }
    .menu-main ul li a {
         margin-left: 5px;
         font-size: 12px;
     }
}
