@media all and (max-width: 50em) {
  body {
    font-size: 1.2em;
  }
}

@media all and (max-width: 1600px) {

  main { 
	 width: 80vw;   
  }
  
  
  .menu-item:hover, header.trans.white.fade .menu-item:hover, header.trans.white .menu-item:hover, .submenu-item a:hover, header.trans.white.fade .submenu-item:hover a,header.trans.white .submenu-item:hover a {
  box-shadow: none;
}

  
  .menu {
    font-size: .9em;
  } 
  
  .submenu {
	  top: 1.05em
  }
  
  .logo {
	font-size: 1.9em;
	line-height: 1.5rem; 
  }

  .logo.projects {
  font-size: 2.1em;
  }
  
  .grid {
  margin: 0 -2% 4rem;  
  }
  
}

@media all and (max-width: 1200px) {
  
  .menu-item {
  margin: 0 .8em 0 .5em;
  }
  
  .grid-item-4 {   
	width: 33.33%;
	padding: 2%;
    }
    
   .team.grid-item-2 {
	 width: 80%;
	 margin: 0 auto;  
   }
   
   .header-right.mobile {
 display: none
	}
	
	header.white .menu {
	color: #000;
}

header.white #menuToggle > span {
	background: #fff;
}

header.white.fade #menuToggle > span {
	background: #000;
}

header.white #menuToggle input:checked ~ span {
	background: #000;
}

.header-center {
	align-self: center;
}
	
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 850;
  top: -10px;
  right: -3px;
}

#menuToggle > span {
  display: flex;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 840;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(0px, 1px);
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0px, 1px);
}

#menu {
  position: absolute;
  right: -10vw;
  width: 110vw;
  height: 120vh;
  box-shadow: 0 0 5px #868080;
  margin: -50px 0 0 0;
  padding: 75px 30px 75px 15px;
  background-color: rgba(255, 255, 255, 0.96);
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.15s cubic-bezier(0.77,0.2,0.05,1.0);
  z-index: 800;
}

#menu > li
{
  padding: 8px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

   
.social {
	width: 70vw;
	margin: 0 auto;
	display:flex;
	justify-content: space-around;
	padding-top: 1rem;
}

.social-item.mobile {
	display: inline-block;
}
		
.submenu {
	position: relative;
	left: 0;
	padding-top: 0;
}

.submenu.nav-submenu {
	display: none
}

.submenu li {
	padding: 0 1em 1em;
  	background-color: rgba(255, 255, 255, 0);
}

.menu-container {
  position: relative;

}

header .menu-item {
	display: block;
	text-align: center;
}

header .menu {
	font-size: 1.2rem
}

.fab.fa-instagram {
	vertical-align: text-bottom;	
}



}


/* ----- MM  ------------------------------------------------------- */


@media all and (max-width: 1050px) {

	header {
	padding: 1rem .8rem .4rem;	
	}

main { 
	padding: 5em .8rem;
    width: 100%
}




.logo {
	padding-bottom: 0;

}

.hometitle {
   bottom: 2em;
   padding: 1em;
   font-size: 1.8em;
}

.hometitle.upright, .hometitle.upleft {
	  top: 2em;
}

.contact-left, .contact-right {
	width: 100%
}


    
    .exhibtitle {
	padding: 2.5rem;
	color: #fff;
	font-size: 1.8em;    
    }
    
    .exhib.grid {
    margin: 2rem -1vw 3rem;
	}
    
    .exhibtext-current {
	font-size: 1.2em;
	padding: 1.3em;
    }
    
    .artist-info, .exhib-info {
	width: 80vw
    }
    
    .tabs {
	padding: 0 0 .8rem;
    }
    
    .exhibtop {
	margin-bottom: 0rem;   
    }
    
    .works-grid-item {
	height: 200px; 
	margin: 10px;   
    }
    
    .grid-item-3 {
	    width: 50%
    }
    
    .grid-item-33{
	   width: 80%; 
    }
    
    .viewimage {
	width: 100%;
	}
	
	.dropcontent button {
	padding: 0 .5rem
    }
    
    .values, .values2 {
	 width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: .85rem
    }
    
    .values {
	top: 1rem
    }
	
    .lg-fullscreen.lg-icon {
	    display: none;
    }

}

@media all and (max-width: 850px) {
    
    	  body {
    font-size: .95em;
  }
  
  .logo {
	font-size: 1.9em;
	line-height: 1.2rem;  
	  }
    
    
     .highlights.grid-item-3, .news.grid-item-3 {
	width: 50%;
	padding: .5rem;
    margin: 0 0 1em;
	margin-bottom: 1em;   
}

.highbox.small {
	bottom: auto;
	top: .5rem;
	left: .5rem;
	font-size: .9em;
	}
}


@media all and (max-width: 450px) {
	

  
	
	h1, h2, h3, h4, h5, h6, p, figure, pre {
	margin: 0 0 .8em;
	}
	
	h1 {
	font-size: 1.1em;
	  margin-bottom: 1.1em    
    }
    
    h2 {
	font-size: 1em;
    line-height: 1.15em;
    margin-top: 1.5em;
    margin-bottom: .9em    
    }
	
	main {
    padding: 5em .6rem;
    width: 100vw;
	}
	
	header {
	padding: .6rem .6rem;	
	}
		
	#menu {
    right: -10vw;
    width: 110vw;
    }
	
	main.exhib {
    padding: 2rem .6rem 8rem;
    }
    
    .artist-title {
	 padding-top: .4em;
	 font-size: .9em;  
    }
    
    .short p {
	width: 100%;
	}
	
	.portrait img {
	width: 100%;
    }
    .artist-info, .exhib-info, .exhib-group {
	width: 90vw;
     }
     
	.grid-item-2,.grid-item-3, .grid-item-4, .grid-item-33, .curcontent.grid-item-2 {   
	width: 100%;
	padding: 2%;
	margin-bottom: 1em;
    }
    
    .cur.grid-item-2 {
	display: block;
    }
    
    .cur-img.grid-item-2 {
	width: 50%;
	margin-bottom: 0;
    }
    
    .team-text {
	font-size: 1em;
    }
     
    .highlights.grid-item-3, .news.grid-item-3 {
	width: 100%;
	padding: 0rem;
    margin: 0 0 1em;
	margin-bottom: 1em;    
    }

    .highbox.small {
	top: 0rem;
	left: 0rem;
	}
    
    .works-grid {
	margin: 0 -20px 2rem;   
    }
    
    .works-grid-item {
	height: 200px; 
	margin: 10px;   
    }
    
    .video, .video.vert {
	width: 100%;
    }
  
    .press.grid {
	width: 80%;    
    }

    .artist-press {
	 padding: 0rem .5rem;   
    }
    
    .artistimg {
	padding: .5rem 1rem 0 0;
	}
    
    .artist.exhib, .artist.press {
	margin-top: 3em;
	}
   
    .lg-sub-html button {
	margin: .6em 0;
	}
    
    .exhibitem.grid-item-3 {
	width: 100%; 
	margin-bottom: 2em;     
    }
    
    .carousel-frame, .artland-box {
	width: 100%;
	}
	
	.team.grid-item-2 {
	 width: 100%;
	}
    
    .team.grid-item-3 {
	width: 100%; 
	margin-bottom: 2em;   
    }
    
    .cur.grid-item-2 {
	width: 100%;
	}
    
    .team.grid-item-4 {
	width: 50%; 
	margin-bottom: 1em;   
    }

    .publ.grid-item-4 {   
	width: 100%;
	padding: 2%;
	margin-bottom: 2em;
    }
    
    .about.grid {
	margin: 0 -3% 0;
	width: 100%;
	}

    .highlights.grid {
	margin: 0 0;
    }

    .exhibimg img, .publimg img {
	position: relative;  
    }
    
    .exhibimg::before, .publimg::before {
	padding-top: 0;
    }
    
    .exhibimg-current:before {
	content: "";
	display:block;
	padding-top: 70%;
	}

    .exhibtext-current {
	padding: .6em;
    }
		
	.exhibtitle {
	padding: 1.5rem;
	color: #fff;
	font-size: 1.6em;    
    }
    
    .viewing-video {
	width: 100%;
    }
    
    .viewing-quote{
	width: 90%;
	}
	
	.text.center {
		width: 100%
	}
	
	.text.center img {
		height: 2rem;
	}
	
	.text.center badge {
	height: 3rem;
	}

	
	}
