/*-----------------------------------------------------------------------------------
	Theme file    
----------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------------

	 Global SCSS INDEX

	01. Mixins
		- Full BG img 
		- Transition
		- Shadow
		- Text-shadow
	02. Colours
	03. Fonts + Links
	04. Buttons
		- Button & .btn
		- Burger
		- Link 
			- solid
			- outline
		- Block
		- Tags
		- View Map
		- Info
		- Arrows
		- Close
		- Social
	05. Elements
		- Picture
		- Video
	06. Media Queries

-----------------------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carousel-caption, .btn, h4, .news-date, h3, h2, h1 {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, li {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.filter #resetArtist, .filter #resetNews, .card:hover .cover h3, .accordion-item h2, #nav .main-nav a, #nav .sub-nav a, body.login-page .middleColumn input, body.login-page, footer .copyright, footer .main li, #mc_embed_signup_scroll .mc-field-group label {
  font-family: "brandon-grotesque", sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 20px 0 10px 0;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 15px 0;
}

h4, .news-date {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
}

p, li {
  font-size: 1.1rem;
  font-weight: 400;
}

p {
  line-height: 1.6;
  margin-bottom: 15px;
}

li {
  line-height: 1.7;
  margin-bottom: 10px;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #accd4f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  padding: 0;
}

strong {
  font-weight: 600;
}

hr {
  color: #FFFFFF;
  margin: 10px 0;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px auto;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-btn, .info-btn-blk {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-btn, .GenericPage .info-btn-blk {
  border: 2px solid #FFF;
  background-image: url("../images/info.svg");
}

.info-btn-blk {
  border: 2px solid #424242;
  background-image: url("../images/info-blk.svg");
}

.info-btn:hover, .info-btn-blk:hover {
  background-color: #accd4f;
  border: 2px solid #accd4f;
  background-image: url("../images/info.svg");
}

.link-out {
  width: fit-content;
  border-radius: 20px;
  border: 2px solid #000000;
}

.link-out-wht, .action {
  width: fit-content;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.link-out:hover, .link-out-wht:hover, .active {
  color: #FFFFFF !important;
  background-color: #accd4f !important;
}

.link-out-blk {
  border: 2px solid #424242;
}

.link-solid {
  width: fit-content;
  border-radius: 20px;
  background-color: #000000;
  color: #FFFFFF;
}

.block, .block-blk {
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px 4px 10px;
  font-size: 0.95rem;
  color: #FFFFFF;
  font-weight: 300;
}

.block, .block-blk {
  background-color: #000000;
}

.icon {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 8px;
  background-color: #000000;
  border-radius: 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
.icon img {
  margin: 0 !important;
  width: 40px;
  height: auto;
  top: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.icon:hover {
  background-color: #accd4f;
}

.back {
  position: fixed;
  z-index: 20;
  top: 20%;
  padding: 20px 20px 20px 15px;
  border-left: none;
  writing-mode: vertical-rl;
  border: 2px solid #000000;
  border-left: 0;
  color: #000000;
  letter-spacing: 0.15rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  border-radius: 0 30px 30px 0;
}

.back:hover {
  background-color: #accd4f;
  border: 2px solid #accd4f;
  border-left: 0;
  color: #FFFFFF;
}

picture {
  overflow: hidden;
  width: 100%;
  height: 300px;
}
picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  picture img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .btn {
    margin: 10px 0;
  }
  .info-btn {
    margin: 0;
  }
  picture {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  picture {
    height: 700px;
  }
}
/*-----------------------------------------------------------------------------------

	Sections SCSS INDEX

	00. Global Padding
	01. Header
			- Header home
			- Header pages
		- Covid Message
		- Brand
		- Menu Open & Closed
		- Inner Pages Header
	02. Banners
		- Homepage Page Banner
		- Page Banner
		- Video
	03.	Intro's
		- Landing Page
		- Destination Page
	04. Titles
		- Page
		- Section 
	05. Main
	06. Join
		- Mailchimp
	07. Footer & Copyright
	08. Login Page
	09. Media Queries

-----------------------------------------------------------------------------------*/
.featured-multi, .whats-on, .news, .works, .upcoming {
  margin: 60px 0 0 0;
}

.intro, .optional, footer {
  padding: 60px 0;
}

.col-blocks, .content {
  margin-top: 60px;
}

.header-hm {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  margin-top: 20px;
}
.header-hm .menu .burger, .header-hm .menu-open .burger {
  background-color: #accd4f;
  background-image: url("../images/burger-wht.svg");
}
.header-hm .menu .link-out, .header-hm .menu-open .link-out {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.header-hm .menu .link-out:hover, .header-hm .menu-open .link-out:hover {
  border: 2px solid #accd4f;
  border: 2px solid #accd4f;
}

.gj {
  display: none;
  background-color: #000000;
  border: 2px solid #000000 !important;
  color: #FFFFFF;
}

.gj:hover {
  background-color: #accd4f;
  border: 2px solid #accd4f !important;
}

.header {
  margin-top: 30px;
  padding-bottom: 30px;
}
.header .menu .burger, .header .menu-open .burger {
  background-color: #accd4f;
  background-image: url("../images/burger-wht.svg");
}
.covid {
  display: block;
  position: relative;
  z-index: 999999;
  display: block;
  padding: 50px 20px 20px 20px;
  background-color: rgba(251, 171, 24, 0.9);
  text-align: center;
  color: #FFF;
}
.covid p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.covid a:hover {
  color: #424242;
}
.covid button.close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-image: url("../images/cross.svg");
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.covid button:hover {
  border: 2px solid #424242;
  background-color: #424242;
}

.brand {
  width: 70%;
  padding: 15px 0 0 10px;
  display: block;
}
.brand img {
  max-width: 240px;
  height: auto;
}

.menu {
  width: 30%;
  display: flex;
  justify-content: end;
  padding: 15px 10px 0 0;
  align-items: center;
}
.menu .info-btn-blk {
  display: none;
}
.menu .burger, .menu-open .burger {
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu .burger:hover, .menu-open .burger:hover {
  background-color: #000000;
  background-image: url("../images/burger-wht.svg");
}

.home-banner {
  position: relative;
  padding: 0;
  max-height: 700px;
  height: 250px;
  overflow: hidden;
  background-color: #000000;
}

.video {
  max-width: 1400px;
  margin: 0 auto;
}
.video .info {
  margin-top: 20px;
  color: #FFFFFF;
}

#modalVideo .modal-body {
  background-color: #000000;
}
#modalVideo .modal-body .video {
  max-width: 900px;
  margin: 30px auto;
}
#modalVideo .closebtn {
  background-image: url("../images/cross-blk.svg");
}
#modalVideo .closebtn:hover {
  background-image: url("../images/cross-lime.svg");
}

.intro, .pg-intro {
  text-align: center;
}
.intro .container, .pg-intro .container {
  max-width: 1140px;
  padding: 0 25px;
}
.intro h1, .pg-intro h1 {
  margin: 0 auto 20px auto;
  font-size: 3.2rem;
}
.intro .row, .pg-intro .row {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.intro {
  background-color: #F2F2F0;
}
.intro h4 {
  margin: 20px 0 5px 0;
  font-weight: 300;
}
.intro .row .info {
  padding-bottom: 25px;
}
.intro .row .message .link-out {
  margin-top: 20px;
}
.intro .row .message img {
  width: 120px;
  height: auto;
  margin-right: 10px;
}
.intro .row .message a {
  border-bottom: 2px solid #000000;
}
.intro .row .message a:hover {
  color: #accd4f;
  border-bottom: 2px solid #accd4f;
}

.pg-intro {
  background-color: #F2F2F0;
  background-image: url("../images/square-wht.svg");
  background-size: 30px auto;
  background-repeat: repeat;
  padding: 40px 20px;
  text-align: center;
}
.pg-intro .titles {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pg-intro .titles h1 {
  max-width: inherit;
}
.pg-intro .titles a {
  border-bottom: 2px solid #000000;
}
.pg-intro .titles a:hover {
  border-bottom: 2px solid #accd4f;
}
.pg-intro .titles .block {
  margin: 0 auto 20px auto;
}

body.TeamPage .pg-intro {
  background-image: none;
}

.section-title {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}
.section-title .block {
  margin: 0 auto 15px auto;
}
.section-title .btn {
  margin: 10px auto;
}

.join {
  display: flex;
  padding: 60px 20px;
  background-color: #dfdfdf;
}
.join h2 {
  margin-bottom: 20px;
}
.join .col {
  display: flex;
  flex: auto;
  align-items: center;
}
.join .col .btn {
  font-size: 1rem;
  padding: 15px 20px;
  border-radius: 25px;
}
.join .col:first-child {
  justify-content: center;
}

#mc_embed_signup_scroll {
  margin: 0 auto;
  padding-top: 5px;
}
#mc_embed_signup_scroll .mc-field-group {
  margin: 6px 0;
  text-align: left;
}
#mc_embed_signup_scroll .mc-field-group label {
  width: 150px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
  padding-left: 5px;
}
#mc_embed_signup_scroll .mc-field-group input, #mc_embed_signup_scroll .mc-field-group select {
  border: none;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
}

input#mc-embedded-subscribe {
  width: 100%;
  margin: 15px 0;
  padding: 10px;
  border: 0;
  border-radius: 40px;
  background-color: #424242;
  color: #FFF;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input#mc-embedded-subscribe:hover {
  background-color: #accd4f;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
}
footer .main {
  display: flex;
  flex-flow: column nowrap;
}
footer .main .col {
  display: block;
  text-align: center;
}
footer .main .col h4 {
  font-weight: 600;
  margin: 25px 0 10px 0;
}
footer .main .col a {
  font-weight: 400;
}
footer .main .col .icon {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  margin: 20px auto;
}
footer .main .col .icon:hover, footer .main .col .btn:hover {
  background-color: #accd4f;
  border: 2px solid #accd4f;
}
footer .main .col .btn {
  margin: 0 auto 10px auto;
}
footer .main li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.3;
}
footer .main li a {
  font-weight: 500;
  font-size: 1.1rem;
}
footer .main li a:hover {
  color: #accd4f;
}
footer .main li.social {
  float: left;
  margin-right: 10px;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFFFFF;
  margin-top: 40px;
  padding-top: 20px;
  text-align: left;
}
footer .copyright p {
  font-size: 0.85rem;
  font-weight: 100;
}

body.login-page {
  background-color: #43d7b7;
  background-image: url("../images/circle-wht.svg");
  background-size: 400px auto;
  background-blend-mode: soft-light;
}
body.login-page h1 {
  display: none;
}
body.login-page .brand {
  margin: 20px auto !important;
  text-align: center;
}
body.login-page .brand img {
  width: 200px;
  height: auto;
}
body.login-page .middleColumn {
  max-width: 300px;
  margin: 0 auto;
}
body.login-page .middleColumn p {
  color: #FFFFFF;
  text-align: center;
}
body.login-page .middleColumn a {
  font-weight: 400;
  border-bottom: 2px solid #FFFFFF;
}
body.login-page .middleColumn a:hover {
  border-bottom: 2px solid #accd4f;
}
body.login-page .middleColumn fieldset {
  text-align: center;
  border: none;
}
body.login-page .middleColumn fieldset label {
  display: block;
  margin: 10px 0 5px 20px;
  color: #FFFFFF;
  text-align: left;
}
body.login-page .middleColumn fieldset .checkbox {
  display: flex;
}
body.login-page .middleColumn fieldset .checkbox .right {
  margin: 10px 5px 5px 5px;
}
body.login-page .middleColumn input {
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 800;
}
body.login-page .middleColumn .btn-toolbar {
  text-align: center;
  margin: 20px 0;
}
body.login-page .middleColumn .btn-toolbar .action {
  display: inline-block;
  cursor: pointer;
  border-radius: 25px !important;
  padding: 15px 20px !important;
  margin: 10px auto;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1rem;
  font-size: 0.9rem !important;
  line-height: 1.3;
}
body.login-page .middleColumn .btn-toolbar .action:hover {
  background-color: #accd4f;
  border: 1px solid #accd4f;
}

@media (min-width: 576px) {
  .brand {
    width: 50%;
  }
  .menu {
    width: 50%;
  }
  .gj {
    display: block;
  }
  .home-banner {
    height: auto;
  }
  .section-title {
    text-align: left;
    padding: 0 20px;
  }
  .section-title .block {
    margin: 0 0 15px 0;
  }
  footer .main {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  footer .main .col {
    text-align: left;
    padding: 0 0 0 20px;
  }
  footer .main .col .icon {
    margin: 20px 0;
  }
  footer .main .col:first-child {
    padding: 0 0 0 15px;
  }
  footer .main h4 {
    font-weight: 600;
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .featured-multi, .whats-on, .news, .works, .upcoming {
    margin: 80px 0 0 0;
  }
  .intro, .optional, footer {
    padding: 80px 0;
  }
  .upcoming {
    margin: 80px 0 0 0;
  }
  .header-hm .menu .link-out, .header .menu .link-out {
    display: block;
    margin-right: 10px;
  }
  .header-hm .menu .burger, .header .menu .burger {
    margin: 0 0 0 20px;
  }
  .brand {
    padding: 15px 0 0 0;
  }
  .brand img {
    max-width: 300px;
  }
  .menu .info-btn-blk {
    display: block;
  }
  .intro {
    text-align: left;
  }
  .intro h1 {
    font-size: 4rem;
    max-width: 80%;
    margin: 0 0 20px 0;
  }
  .intro .row {
    flex-flow: row nowrap;
  }
  .intro .row .info, .intro .row .message {
    width: 50%;
  }
  .pg-intro {
    padding: 80px 20px 60px 20px;
  }
  .section-title {
    margin: 0 auto;
  }
  .join {
    justify-content: space-around;
    padding: 0 20px;
  }
  .join h2 {
    margin-bottom: 0;
  }
  .join .col {
    flex: 1 0 0%;
    justify-content: center;
    height: 150px;
  }
  .join .col:first-child {
    justify-content: left;
  }
  .HomePage .join {
    margin: 0;
  }
  footer .col {
    flex: 1 0 0%;
  }
}
/*-----------------------------------------------------------------------------------

	Sections SCSS INDEX

	00. Nav
		- Main Nav
		- Sub Nav
		- Accordion
	01. Media Queries

-----------------------------------------------------------------------------------*/
#nav .modal-body {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
}
#nav .main-nav, #nav .sub-nav {
  padding: 80px 5%;
  display: flex;
  height: 100vh;
}
#nav .main-nav ul, #nav .sub-nav ul {
  max-width: 600px;
}
#nav .main-nav ul li, #nav .sub-nav ul li {
  list-style: none;
}
#nav .main-nav a, #nav .sub-nav a {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
}
#nav .main-nav {
  background-color: #000000;
  color: #FFFFFF;
  z-index: 1000;
}
#nav .main-nav li {
  margin: 25px 0;
}
#nav .main-nav li a {
  font-size: 1.05rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
#nav .main-nav li a.active, #nav .main-nav li a:hover {
  border-radius: 30px;
  background-color: #accd4f;
  color: #FFFFFF;
  width: fit-content;
  margin-left: 0;
}
#nav .sub-nav {
  background-color: #f4ffd5;
  padding: 100px 5%;
  position: absolute;
  width: 95%;
  right: 0;
}
#nav .sub-nav li {
  margin: 20px 0 20px 20px;
}
#nav .sub-nav li a {
  font-size: 1.4rem;
  font-weight: 400;
}
#nav .sub-nav li a:hover {
  color: #accd4f;
}
#nav .sub-nav .closebtn-subnav {
  position: absolute;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
  background-image: url("../images/cross-arrow-blk.svg");
}
#nav .sub-nav .closebtn-subnav:hover {
  background-image: url("../images/cross-arrow-wht.svg");
}
#nav .show-sub-nav {
  display: block;
  z-index: 2000;
  display: flex;
}

.accordion-item h2 {
  font-weight: 400 !important;
}
.accordion-item .accordion-header {
  background-color: #f4ffd5;
}
.accordion-item .accordion-header .accordion-button {
  margin-left: 20px;
  background-color: transparent;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:hover {
  color: #accd4f;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #accd4f;
}
.accordion-item .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-item .accordion-button::after {
  margin-left: 60px;
}
.accordion-item .accordion-body {
  background-color: #f4ffd5;
}

@media (min-width: 768px) {
  #nav .modal-body {
    flex-flow: row nowrap;
    padding: 0;
  }
  #nav .main-nav, #nav .sub-nav {
    align-items: center;
    width: 50%;
  }
  #nav .main-nav {
    padding: 0 6%;
  }
  #nav .main-nav li {
    margin: 40px 0;
  }
  #nav .main-nav a {
    padding: 15px 20px;
  }
  #nav .sub-nav {
    position: relative;
  }
  #nav .sub-nav .closebtn-subnav {
    display: none;
  }
}
@media (min-width: 992px) {
  #nav .main-nav {
    padding: 0 8%;
  }
  #nav .main-nav li > a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  #nav .main-nav {
    padding: 0 5% 0 12%;
  }
}
@media (min-width: 1400px) {
  #nav .main-nav {
    padding: 0 5% 0 15%;
  }
}
/*-----------------------------------------------------------------------------------

	Sections SCSS INDEX

	01. Carousels
		- Banner Carousel
		- Featured Multi
	02. Cards
		- Generic
		- Our Project
		- Artists + Artists Works Cards
		- Artist Gallery Cards
	03.	Info Sections
		- Info Blocks
		- Colour Blocks
	04. Optional Content
	05. What's On - Gallery Exhibitions + Events
		- Upcoming
	06. Generic Page
	07. News
	08. Artists A-Z
		- Filter
		- List 
		- Artists Profile Page
		- Artists Gallery Modal
		- Arts Trail Profile
	09. Modals
	10.	Media Queries

-----------------------------------------------------------------------------------*/
.carousel-fade .carousel-inner {
  height: 300px;
}
.carousel-fade .carousel-inner .carousel-item {
  height: 100%;
}

.outt {
  display: none;
}

.resCarousel {
  width: 100%;
  position: relative;
  padding: 0;
}

.resCarousel-inner {
  width: 100%;
  padding: 30px 0 0 0;
  overflow-x: hidden;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}
.resCarousel-inner .item {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #FFFFFF;
  transition: 0.6s ease all;
  white-space: break-spaces;
  border-bottom: 0 !important;
  cursor: pointer;
}

body.HomePage .resCarousel-inner {
  white-space: nowrap;
}

.carousel-caption {
  display: none;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 1px 2px rgb(0, 0, 0);
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 800;
  bottom: 5%;
}

.leftRs, .rightRs, .carousel-control-prev, .carousel-control-next {
  display: none;
  position: absolute;
  top: 45%;
  z-index: 3000;
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: center center;
}

.carousel-control-prev, .carousel-control-next {
  display: block;
}

.rightRs, .carousel-control-next {
  right: 25px;
  background-image: url("../images/arrow-right-short-blk.svg");
}

.rightRs:hover, .carousel-control-next:hover {
  background-image: url("../images/arrow-right-short-wht.svg");
  background-color: #accd4f;
}

.leftRs, .carousel-control-prev {
  left: 25px;
  background-image: url("../images/arrow-left-short-blk.svg");
}

.leftRs:hover, .carousel-control-prev:hover {
  background-image: url("../images/arrow-left-short-wht.svg");
  background-color: #accd4f;
}

.resCarousel .wrapper {
  margin: 0 auto;
  touch-action: initial;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.resCarousel .buttons {
  display: block;
}

@media (max-width: 767px) {
  .resCarousel .item {
    width: 90% !important;
  }
}
@media (min-width: 1440px) {
  body.HomePage .resCarousel .item {
    width: 23% !important;
  }
  #modalGallery .carousel-inner .item {
    width: 100% !important;
  }
}
#res {
  position: relative;
}

.card {
  position: relative;
  height: 340px;
  margin: 5px;
  border: 0;
  border-radius: 0;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.card .block {
  background-color: #424242;
}
.card .info {
  position: absolute;
  width: 90%;
  padding: 20px 20px 15px 15px;
  bottom: 20px;
  left: 15px;
}
.card .info h3, .card .info h4 {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgb(0, 0, 0);
}
.card .info h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0;
}
.card .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.card .info .tag {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.75rem;
  border-radius: 15px;
  text-shadow: none;
}
.card .cover {
  display: none;
}

.card:hover {
  background-image: none;
}
.card:hover .block, .card:hover .info {
  display: none;
}
.card:hover .cover {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #000000;
  background-size: 25px auto;
  background-image: url("../images/tri-wht.svg");
}
.card:hover .cover h3 {
  padding: 10px 15px;
  margin: 10px auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  width: fit-content;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #000000;
}

.projects {
  background-color: #F2F2F0;
  background-size: 25px auto;
  padding: 60px 0;
}
.projects .wrapper {
  white-space: normal;
}
.projects .card {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
}
.projects .card .info {
  left: 0;
  right: 0;
  top: 50%;
  margin: -25px auto auto auto;
  padding: 0 25px;
  text-align: center;
}
.projects .card .info h3 {
  font-size: 1.8rem;
}
.projects .card:hover .cover {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  background-color: #424242;
  border-radius: 50%;
  background-image: url("../images/square-wht.svg");
}
.projects .ResCarousel .item {
  padding: 10px 0;
}

.artists .card, .works .card {
  margin-bottom: 5px;
}
.artists .card h3, .works .card h3 {
  bottom: 20px;
  line-height: 1.1;
}
.artists .card .cover, .works .card .cover {
  background-color: #424242;
}

.works {
  background-color: #F2F2F0;
  padding: 40px 0;
}
.works .resCarousel-inner {
  white-space: nowrap;
}
.works .section-title {
  text-align: center;
}

#modalGallery .card {
  max-height: 600px;
  height: 600px;
  cursor: crosshair;
}

.info-block {
  display: flex;
  flex-flow: row nowrap;
}
.info-block .image {
  height: 320px;
}
.info-block .image {
  background-color: #E8E8E6;
  text-align: right;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.info-block .text {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 60px 20px;
  height: auto;
  text-align: center;
  background-color: #F2F2F0;
  background-size: 25px auto;
  background-image: url("../images/circle-wht.svg");
}
.info-block .text h2 {
  margin-top: 0;
}
.info-block .text .link-out:hover {
  background-color: #accd4f;
}

body.TeamPage .info-block .text {
  background-color: #FFFFFF;
}
body.TeamPage .info-block .image {
  background-image: url("../images/tri-wht.svg");
  background-size: 25px auto;
  background-repeat: repeat;
}
body.TeamPage .info-block .image img {
  width: auto;
  height: 100%;
}

body.ProjectPage .info-block .text {
  background-color: #FFFFFF;
  background-image: none;
}

.col-blocks {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
}
.col-blocks .block-1, .col-blocks .block-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-blocks .block-1 .text, .col-blocks .block-2 .text {
  padding: 15% 10%;
}
.col-blocks .block-1 .cover, .col-blocks .block-2 .cover {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
.col-blocks .block-1 .cover img, .col-blocks .block-2 .cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.col-blocks .block-1 .cover .btn, .col-blocks .block-2 .cover .btn {
  z-index: 999999;
}
.col-blocks .block-1 {
  background-color: #424242;
  color: #FFFFFF;
}
.col-blocks .block-2 {
  background-color: #E8E8E6;
  background-image: url("../images/tri-wht.svg");
  background-size: 30px auto;
}
.col-blocks .block-1:hover .cover, .col-blocks .block-2:hover .cover {
  display: block;
}

.optional .image, .gallery .image {
  height: 300px;
}
.optional .image, .gallery .image {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.optional .image .block, .gallery .image .block {
  background-color: #accd4f;
  margin: 0;
}
.optional .text, .gallery .text {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  padding: 60px 20px 35px 20px;
}
.optional .text .title, .gallery .text .title {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 25px 0 25px;
  background-color: #FFFFFF;
}

.optional .video {
  height: auto;
}

.gallery {
  padding: 30px 0;
}
.gallery .text {
  padding: 0 20px;
}
.gallery .text h2 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.gallery .text h3 {
  font-size: 1.6rem;
  line-height: 1.2;
}
.gallery .btn {
  margin: 10px auto;
}
.gallery h4.block {
  margin: 20px auto;
}
.gallery .two-show:first-child .text {
  padding: 0 20px 60px 20px;
}

.content {
  padding-bottom: 60px;
}
.content .main {
  padding: 0 10px;
}
.content .main img {
  margin: 15px 0;
  width: 100%;
  height: auto;
}
.content .main .caption {
  margin: -10px 0 20px 0;
}
.content .main h2 {
  margin: 30px 0 10px 0;
}
.content .main h4.block {
  margin: 0 0 20px 0;
  background-color: #accd4f;
}
.content .main ul {
  padding: 0 0 0 15px;
}
.content .main a {
  font-weight: 600;
}
.content .sidebar {
  padding: 40px 25px;
  margin: 40px -15px -40px -15px;
  background-color: #F2F2F0;
  text-align: center;
}
.content .sidebar h4 {
  font-weight: 500;
}
.content .sidebar p {
  font-size: 1rem;
}
.content .sidebar a {
  font-weight: 400;
  color: #000000;
}
.content .sidebar .btn {
  display: block;
  margin: 20px auto;
}

.upcoming {
  background-color: #E8E8E6;
  padding: 80px 0;
}

.filter {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  text-align: center;
  padding: 40px 0 0 0;
}
.filter .block {
  margin: 0 auto;
}
.filter .genre {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
}
.filter .genre .btn {
  margin: 5px;
}
.filter .genre button:hover, .filter .genre button.active {
  color: #accd4f;
}
.filter .a-z {
  margin: 30px 0 10px 0;
  font-size: 1.25rem;
}
.filter .a-z button:hover, .filter .a-z button.active {
  color: #accd4f;
}
.filter #resetArtist, .filter #resetNews {
  margin: 20px 0;
  padding: 10px 15px;
  background-color: #000000;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter #resetArtist:hover {
  background-color: #accd4f;
}

.NewsHolderPage .filter .genre {
  margin: 20px 0;
}

.artists, .news-list {
  padding-bottom: 60px;
  position: relative;
}
.artists .btn, .news-list .btn {
  margin: 30px auto;
}

.artists-profile {
  flex-flow: column nowrap;
}
.artists-profile .image {
  height: 340px;
  max-height: 340px;
}
.artists-profile .text .art-contacts {
  display: flex;
}

.artists-profile-trail {
  flex-flow: column nowrap;
}
.artists-profile-trail .cont-left {
  width: 100%;
}
.artists-profile-trail .cont-left .image {
  height: 320px;
  background-size: 320px auto;
}
.artists-profile-trail .cont-left iframe {
  width: 100%;
}
.artists-profile-trail .contact-details {
  display: flex;
}

.artists-profile, .artists-profile-trail {
  display: flex;
}
.artists-profile .image, .artists-profile-trail .image {
  margin-bottom: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
.artists-profile .text, .artists-profile-trail .text {
  position: relative;
  padding: 40px 15px;
}
.artists-profile .text h1, .artists-profile-trail .text h1 {
  margin-bottom: 10px;
}
.artists-profile .text h2, .artists-profile-trail .text h2 {
  margin-top: 30px;
}
.artists-profile .text .btn, .artists-profile-trail .text .btn {
  display: inline-block;
  padding: 8px 8px 6px 8px;
  margin: 0 5px 10px 0;
  font-size: 0.72rem;
  cursor: none;
}
.artists-profile .text .btn:last-child, .artists-profile-trail .text .btn:last-child {
  margin-bottom: 40px;
}
.artists-profile .text .link-out:hover, .artists-profile-trail .text .link-out:hover {
  border-radius: 20px;
  border: 2px solid #000000;
  color: #000000 !important;
  background-color: #FFFFFF;
}
.artists-profile .art-contacts, .artists-profile-trail .art-contacts {
  margin-top: 25px;
}
.artists-profile .art-contacts .icon:first-child, .artists-profile-trail .art-contacts .icon:first-child {
  margin-left: 0;
}
.artists-profile .scroll, .artists-profile-trail .scroll {
  overflow-x: visible;
  overflow-y: visible;
  white-space: normal;
}

#gallery-m .modal-body {
  background-color: #000000;
  padding: 40px 0;
}
#gallery-m .modal-body #modalGallery .carousel-inner {
  max-width: 650px;
  margin: 0 auto;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption {
  display: block !important;
  position: relative;
  padding: 15px;
  text-align: center;
  left: 0;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 1.8rem;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption h4 {
  margin-bottom: 5px;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption .btn {
  top: 15px;
  right: 15px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
#gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption .btn:hover {
  color: #FFFFFF;
  background-color: #accd4f;
  border: 2px solid #accd4f;
}

.gallery-info {
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 30px;
}
.gallery-info h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.gallery-info h3 {
  margin-top: 30px;
}
.gallery-info .btn {
  margin-top: 10px;
}
.gallery-info .info {
  width: 70px;
  height: 70px;
  background-color: #000;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.gallery-info .icon {
  margin: 0 auto;
}

#a-gallery.modal .closebtn, #gallery-m.modal .closebtn {
  background-image: url("../images/cross-blk.svg");
}
#a-gallery.modal .closebtn:hover, #gallery-m.modal .closebtn:hover {
  background-image: url("../images/cross-lime.svg");
}

#nav.modal .closebtn {
  background-image: url("../images/cross-lime.svg");
}
#nav.modal .closebtn:hover {
  background-image: url("../images/cross-blk.svg");
}

.modal {
  z-index: 999999;
  padding: 0;
}
.modal .closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  background-size: 40px auto;
  z-index: 999999;
  background-image: url("../images/cross-blk.svg");
}
.modal .closebtn:hover {
  background-image: url("../images/cross-yel.svg");
}
.modal ul.social {
  display: flex;
  justify-content: center;
}
.modal ul.social li {
  margin: 0 5px;
  list-style-type: none;
}
.modal iframe {
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100vh;
}
.modal-fullscreen .modal-content .modal-body {
  background-color: #f4ffd5;
}
.modal-fullscreen .modal-content .section-title {
  top: 0;
  width: 100%;
  max-width: 900px;
  padding: 90px 20px 20px 20px;
}

@media (min-width: 576px) {
  .carousel-fade .carousel-inner {
    height: 360px;
  }
  #gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption {
    text-align: left;
  }
  #gallery-m .modal-body #modalGallery .carousel-inner .carousel-item .carousel-caption .btn {
    position: absolute;
  }
  .artists-profile .image, .artists-profile-trail .image {
    margin-bottom: 40px;
  }
  .artists-profile-trail .cont-left .image {
    height: 500px;
    background-size: 100% auto;
  }
  .modal .closebtn {
    height: 60px;
    width: 60px;
    background-size: 20px auto;
  }
}
@media (min-width: 768px) {
  .resCarousel-inner {
    padding: 50px 0 0 0;
  }
  .carousel-fade .carousel-inner {
    height: 550px;
  }
  .leftRs, .rightRs {
    display: inline-block;
  }
  .carousel-caption {
    display: block;
    font-size: 2rem;
    bottom: 8%;
  }
  .carousel-caption h3 {
    font-size: 2.2rem;
  }
  .resCarousel .wrapper {
    overflow-x: initial;
  }
  .projects {
    padding: 80px 0;
  }
  .projects .wrapper {
    white-space: nowrap;
  }
  .projects .card {
    width: 350px;
    height: 350px;
    margin-bottom: 0;
  }
  .works {
    padding: 80px 0;
  }
  .works .resCarousel .leftRs, .works .resCarousel .rightRs {
    display: inline-block;
  }
  .info-block .image, .info-block .text {
    width: 50%;
    height: 540px;
  }
  .info-block .text {
    padding: 0 30px;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .info-block:nth-child(2) .image, .info-block:nth-child(4) .image, .info-block:nth-child(6) .image, .info-block:nth-child(8) .image, .info-block:nth-child(10) .image, .info-block:nth-child(12) .image, .info-block:nth-child(14) .image, .info-block:nth-child(16) .image {
    text-align: left !important;
  }
  .info-block:nth-child(2) .row, .info-block:nth-child(4) .row, .info-block:nth-child(6) .row, .info-block:nth-child(8) .row, .info-block:nth-child(10) .row, .info-block:nth-child(12) .row, .info-block:nth-child(14) .row, .info-block:nth-child(16) .row {
    flex-direction: row-reverse;
  }
  .col-blocks {
    flex-flow: row nowrap;
    height: 500px;
  }
  .col-blocks .block-1 .text, .col-blocks .block-2 .text {
    padding: 15%;
  }
  .optional .image {
    width: 55%;
  }
  .optional .video {
    width: 55%;
    padding: 0;
  }
  .optional .text {
    height: 500px;
    width: 45%;
    justify-content: center;
    padding: 0 30px;
    text-align: left;
  }
  .optional .text .title {
    max-width: 650px;
    margin: 0 0 0 -150px;
    padding: 30px 25px 15px 30px;
    align-items: flex-start;
  }
  .optional .image, .gallery .image {
    height: 500px;
  }
  .content {
    display: flex;
    flex-flow: row nowrap;
    padding: 80px 0 60px 0;
    margin: 0 auto;
    max-width: 840px;
    text-align: left;
  }
  .content a {
    border-bottom: 2px solid #000000;
  }
  .content a:hover {
    color: #accd4f;
    border-bottom: 2px solid #accd4f;
  }
  .content .main {
    width: 65%;
    padding: 0 12% 0 0;
  }
  .content .main h3 {
    margin: 30px 0 15px 0;
  }
  .content .main h4.block {
    margin: 0 0 15px 0;
  }
  .content .main .news-date {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.12rem;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .content .sidebar {
    position: sticky;
    top: 0;
    width: 35%;
    height: fit-content;
    padding: 25px 35px 35px 35px;
    margin: 0;
    text-align: left;
  }
  .content .sidebar h3:first-child {
    margin-top: 10px;
  }
  .content .sidebar h3 {
    font-size: 1.8rem;
    margin-top: 25px;
  }
  .content .sidebar .btn {
    margin: 20px 0;
  }
  .artists-profile .image {
    position: sticky;
    top: 0;
    background-color: transparent;
    height: 650px;
    max-height: 650px;
  }
  .artists-profile .image, .artists-profile .text {
    width: 50%;
  }
  .artists-profile, .artists-profile-trail {
    flex-flow: row nowrap;
  }
  .artists-profile .text, .artists-profile-trail .text {
    padding: 40px 0 40px 40px;
  }
  .artists-profile-trail .text {
    width: 50%;
  }
  .artists-profile-trail .cont-left {
    position: sticky;
    top: 0;
    width: 50%;
    background-color: transparent;
    margin-bottom: 50px;
  }
  .artists-profile-trail .cont-left .image {
    height: 350px;
    max-height: 350px;
  }
  .modal .closebtn {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .carousel-fade .carousel-inner {
    height: 700px;
  }
  .card {
    height: 360px;
  }
  .projects .card {
    width: 320px;
    height: 320px;
  }
  .info-block .text {
    padding: 0 10% 0 60px;
  }
  .info-block:nth-child(2) .text, .info-block:nth-child(4) .text, .info-block:nth-child(6) .text, .info-block:nth-child(8) .text {
    padding: 0 60px 0 10%;
  }
  .optional .text, .gallery .text {
    height: auto;
  }
  .optional .image, .gallery .image {
    height: 500px;
    width: 55%;
  }
  .optional .text, .gallery .text {
    flex-flow: column nowrap;
    height: auto;
    width: 45%;
    padding: 20px 10% 20px 40px;
    justify-content: center;
    text-align: left;
  }
  .optional .text h4.block, .gallery .text h4.block {
    margin: 0 0 15px 0;
  }
  .gallery {
    padding: 40px 20px 20px 20px;
    max-width: 1540px;
    margin: 0 auto;
  }
  .gallery .btn {
    margin: 10px 0;
  }
  .gallery .one-show {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
  .gallery .two-show, .gallery .two-show:first-child {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
  .gallery .two-show .image, .gallery .two-show .text, .gallery .two-show:first-child .image, .gallery .two-show:first-child .text {
    height: 400px;
  }
  .gallery .two-show .text, .gallery .two-show:first-child .text {
    justify-content: center;
    padding: 0 30px;
  }
  .artists .resCarousel .leftRs, .artists .resCarousel .rightRs, .news-list .resCarousel .leftRs, .news-list .resCarousel .rightRs {
    display: none;
  }
  .artists .resCarousel .wrapper, .news-list .resCarousel .wrapper {
    white-space: normal;
  }
  .artists .btn, .news-list .btn {
    display: block;
  }
  .artists-profile .text, .artists-profile-trail .text {
    padding: 40px 10% 60px 60px;
  }
  .artists-profile-trail .cont-left .image {
    height: 450px;
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    font-size: 2.4rem;
    bottom: 10%;
  }
  .projects .card {
    width: 340px;
    height: 340px;
  }
  .content {
    max-width: 1120px;
  }
  .gallery .two-show .text, .gallery .two-show:first-child .text {
    padding: 0 40px 0 30px;
  }
  .artists-profile-trail .cont-left .image {
    height: 550px;
    max-height: 550px;
  }
}
@media (min-width: 1440px) {
  .projects .card {
    width: 350px;
    height: 350px;
  }
  .info-block .text {
    padding: 0 14% 0 60px;
  }
  .info-block:nth-child(2) .text, .info-block:nth-child(4) .text {
    padding: 0 60px 0 14%;
  }
  .artists-profile-trail .cont-left .image {
    height: 650px;
    max-height: 650px;
  }
}
@media (min-width: 1640px) {
  .projects .card {
    width: 380px;
    height: 380px;
  }
}
