/* ==========================================================================
   PART 1: THE LEGACY FOUNDATION (Raw from Technical styles.css)
   ========================================================================== */
html, body {
  max-width: 100%;
  min-height: 100%;
  font-size:16px;
}

body {
  background-color: white;
  font-family: proxima-nova, "Open Sans", sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, "Open Sans", sans-serif;
  font-weight: 600px;
  margin-bottom: 20px; 
}
 
header .nav-tabs {
      font-family: 'Verdana', serif;
      font-size: 16px;
      background-color: #eff8ff;
}
.nav-tabs a:hover, .nav-tabs a:focus {
    /* color: #fa7ca7; */
}

/* ==========================
BUTTONS LINKS AND INPUT TREATMENT 
========================== */
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .navbar-light .navbar-toggler {
  background-color: transparent; }

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #eee; }

.btn, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: transparent;
  /* border: 1px solid #333;  */
}
.btn:hover, .btn:focus, .button:hover, .button:focus, button:hover, button:focus, input[type="button"]:hover, 
input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, 
input[type="submit"]:focus {
  color: #f70606;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important; }
.btn.collab-btn, .button.collab-btn, button.collab-btn, input[type="button"].collab-btn, input[type="reset"].collab-btn, 
input[type="submit"].collab-btn {
  background-color: #fff;
  border-color: #60ADB8;
  color: #60ADB8;
  border-radius: 0;
  border: 4px solid #60ADB8;
  text-transform: uppercase;
  margin: 10px; }
.btn.btn-blk{
	background-color:#000 !important;
	color:#fff !important;
}
.sub-menu.dropdown-menu{
  	padding:10px;
  	min-width: 220px;
}
.dropdown .menu-item {
      border-bottom: 1px solid #eee;
      padding: 4px 0;
	line-height: 20px;
	  font-size: 14px;
	  text-transform: uppercase;
}
.btn-blk{
	background-color:#000;
	color:#fff;
}
a {
  color: #000;
  background-color: transparent; 
}
a:hover, a:focus {
    color: #f70606;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important; 
}
a, a:visited, .dropdown-item{
  color: #60adb8;
}
.btn.focus, .btn:focus {
  outline: none !important;
  box-shadow: none !important; 
}




/* ==========================================================================
   PART 2: THE BOUTIQUE GALLERY (Content Styles)
   ========================================================================== */

/* The Dark Master Entry */
.boutique-hero {
    background-color: #111111;
    color: #ffffff;
    padding: 120px 0;
    text-align: center;
    /* This ensures it snaps to the header if you use margin: 0 */
    margin-top: 0; 
}

.boutique-hero h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; /* The thin, elegant weight from thy About page */
    font-size: 3rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.boutique-hero .hero-subtext {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    color: #999;
    letter-spacing: 2px;
    max-width: 750px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

/* The Exhibition Grid */
.gallery-vault {
    padding: 100px 0;
    background-color: #ffffff;
}

.vault-item {
    margin-bottom: 70px;
}

/* The High-End Frame */
.art-frame {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.7s cubic-bezier(0.15, 0, 0.15, 1);
    /* Subtle depth instead of a border */
    box-shadow: 0 5px 15px rgba(0,0,0,0.02); 
}

.art-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1.5s ease;
}

/* Interaction: The Lift */
.art-frame:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.1);
}

.art-frame:hover img {
    transform: scale(1.04);
}

/* The Imperial Gallery Button */
.btn-boutique {
    display: inline-block;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    padding: 12px 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-decoration: none;
}

.btn-boutique:hover {
    background: #ffffff;
    color: #111111;
}



/* ============================
On screens that are 600px or less, set the background color to olive 
=============================== */
@media screen and (max-width: 600px) {
  html, body {
    width: 100%;
    height: auto; }
  .header {
    max-width: 100%;
    overflow-y: hidden; }
  * {
    max-width: 100%; }
  h1, h2, h3, h4 {
    font-size: 1.5rem; }
  
}
