/*
* Style tweaks existing classes
* --------------------------------------------------
*/

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
} 

body {
  padding-top: .5em;
  background-color: #fff;
  /* background-image:url("");
background-attachment: fixed;
background-position: right top; */
} 

footer {
  padding: 30px 0;
  color: #40E0D0;
} 

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;


} 
p {
  font-family: 'Lato', sans-serif;
} 


h1 {
  color: #40E0D0;
text-align: center;
background-color: #b0f1ea;
padding: 20px;
margin-bottom: 20px;

}

h1 a:hover {
  color: #ffc4d0;
}


h4 {
  color: #40E0D0;
  font-size: 16px;
text-align: center;
margin-top: 0px;

}

h3 {
  color: #f5a3b4;
  background-color: #f7e9e7;
  padding-top: 3.5em;
  padding-bottom: 2.75em;
  margin-bottom: 2em;
      font-family: 'Lato', sans-serif;

}



a {
  color: #f2dede;
  text-decoration: none;
}


a:hover {
  color: #f5c6d0;
  text-decoration: none;
}

b {
color: #40E0D0;
}

li {
      font-size: 20px;
    list-style-type: none;
    font-family: 'Lato', sans-serif;
}

/* ----------------------------------- */



/* custom classes */


.emblem {
  padding: 2em;

}
.grid-img {
  width: 100%;
  margin-bottom: 2em;

}

.grid-img:hover {
    opacity: 0.5;
    filter: alpha(opacity=100); /* For IE8 and earlier */

}


.shop-img {
    margin-bottom: 1em;
    border: 2px solid #ffc4d0;
}


.shop-img:hover {
    opacity: 0.75;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.work-img {
    margin-bottom: 1em;
}


.work-img:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */ 
}

.art-img {
    margin-bottom: 1em;
}


.art-img:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */ 
}


.aboutbox {
  padding: 2.5em;
  background-color: #fff;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border: 5px solid #000;
}

.indexbox {
  padding: 2.5em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.workbox {
  padding: 2.5em;
    margin-top: 2.5em;
  margin-bottom: 2.5em;
  background-color: #ffffff;
  border: 5px solid #000;
}

.workbox a {
 color: #ffc4d0;
 font-weight: bold;
  /*border-top: .5px solid #ffffff;
  border-bottom: .5px solid #ffffff;*/
}

.workbox a:hover {
 color: #40E0D0;
 font-weight: bold;

  /*border-top: .5px solid #ffffff;
  border-bottom: .5px solid #ffffff;*/
}

.aboutbox a {
  color: #f5c6d0;
  text-decoration: none;
 font-weight: bold;
  /*border-top: .5px solid #ffffff;
  border-bottom: .5px solid #ffffff;*/
}

.aboutbox a:hover {
  color: #b2eee8;
  text-decoration: underline;
 font-weight: bold;

  /*border-top: .5px solid #ffffff;
  border-bottom: .5px solid #ffffff;*/
}


.sns {
  width: 800px;
  /*border-top: .5px solid #ffffff;
  border-bottom: .5px solid #ffffff;*/
}



.brownshopbox {
  padding-top: 3.5em;
  padding-bottom: 2.75em;
  margin-bottom: 2em;
  border-bottom: .5px solid #ffffff;
}

.contactbox {
  color: #f5a3b4;
  background-color: #f7e9e7;
  padding-top: 3.5em;
  padding-bottom: 2.75em;
  margin-bottom: 2em;
  border-bottom: .5px solid #ffc4d0;
      font-family: 'Lato', sans-serif;
}


.navstyle {
    /* border-top: .5px solid #ffc4d0;
    border-bottom: .5px solid #ffc4d0; */
    font-size: 20px;
    list-style-type: none;
    font-family: 'Lato', sans-serif;
    text-align: center;

}



.navbar-inverse {
    /* background-color: #fdf8f4; */
    border: none;
    display:inline-block;
    float: none;
  }

.navbar {
  margin-bottom: -5px;
margin-top: 10px;
}

.li-fade:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    }

 
.social:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    }


.piece {
    margin-bottom: 1em;
}


    
.purchase:hover {
    opacity: .5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    }


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #313131;
    color: #ffffff;
    padding: 12px 20px;
    border-color: #ffffff;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #cfb53a;
    color: #000000;
    border-color: #cfb53a;
}



/* ----------------------------------- */


/* large */
@media (max-width: 1200px) {

}

/* medium */
@media (max-width: 992px) {
}

/* small */
@media (max-width: 767px) {
}

/* x-small */
@media (max-width: 499px) {
} 

/* ----------------------------------- */


.hovcontainer {
  position: relative;
}

.hovimage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}

.hovcontainer:hover .overlay {
  opacity: .90;
}

.text {
  color: #40E0D0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

