body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
}

a {color: #a1a1a1;}

.main {padding-top: 70px;}
.socials {padding: 20px 10px 20px 20px !important;font-size: 22px;display: inline !important;}
.lisocials {padding: 20px 0 20px 0;}
.modal-header p {line-height: 17px;font-size: 14px;padding-top: 10px;max-width: 600px;}
.modal-header span {font-size: 12px;padding-top: 10px;color: #606060;font-weight: 600;}
.modal-dialog {width:fit-content !important;}
a {text-decoration: underline;}
.content-page {padding: 80px 20px 80px 18px;max-width: 700px;}
.content-page p {color: black;}
.exdates {color: black;}
.exwhat {font-weight: bold;}
.exwhere {}
.left {float:left;}
.img2 img {width: 320px;padding: 0 30px 20px 0;}
.wrapper {padding: 80px 20px 20px 18px;overflow:hidden;}
#col1 {float:left;width:400px;padding-bottom:40px;}
#col2 {overflow:hidden;}
.picpad {height: 200px;}
@media screen and (max-width: 960px) {
   #col1 {float: none;width:auto;}
   .picpad {height: 0px;}
}
.responsimg img {width: 100%;height: auto;padding-bottom: 16px;}
.spotlight {float: right; padding: 3px 20px 30px 20px !important;width: 50%;}
.similar {width: 160px;padding-right:10px;}
.artpage {border: none !important;padding-top: 20px;}

/* header */

.header {
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
  color: black;
}
.header .socials img:hover {color: black;}
.header .logo:hover {background-color: #f4f4f4; color: black;}

.header .logo {
  display: block;
  float: left;
  font-size: 1.4em;
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.menu {padding-right: 20px;}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 340px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 20px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 478px) {
.spotlight {padding: 3px 10px 10px 10px !important;width: 45%;}
}

.img-fluid {
    max-height: 520px !important;
}

.modal-header {
    color: #a1a1a1 !important;
}