/*
General Styles
*/

* {
    box-sizing: border-box;
}

body {
    background-color: #fff; /*white*/
    font-family: 'Muli', sans-serif !important;
    font-size: 1rem !important;
}

a {
    color: rgba(0,0,0,.9); /* BLACK */
    text-decoration: none;
}

a:hover {
    color: rgba(0,0,0,.9); /* BLACK */
    text-decoration: none;
}

img {
    width: 100%;
}

h1 {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    color: #212529; /*black*/
    font-family: 'Muli', sans-serif !important;
    margin-top: 35px;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
    letter-spacing: 0.95px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

p {
    color: rgba(0,0,0,.8);
    line-height: 1.2px;
}

nav {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 35px;
}

.navbar {
    margin-top: 10px;
    font-family: 'Muli', sans-serif !important;
}

.active a.nav-link {
    color: lightgrey;
}


img#nav-logo {
  max-width: 50%;
  margin-top: 58px; !important;
  margin-left: -20px !important;
}

li a {
    color: black;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .06em;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
}

li a:hover {
    color: black;
}

.footer {
    width: 100%;
    height: 140px;
    padding: 5px;
    font-size: 0.59375rem !important;
    margin-bottom: 5px;
}

.footer-slogan {
    color: black;
    padding: 5px;
    text-align: center;
    font-family: 'Muli', sans-serif !important;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.footer-copyright {
    font-family: 'Muli', sans-serif !important;
    letter-spacing: 0.075rem;
    color: black;
    margin-bottom: 8px;
}

div.flex-center a {
    font-size: 1rem;
}

div.flex-center a i {
    color: lightgrey;
}

div.flex-center a:hover i {
    font-size: 18px;
    color: black;
}

div.flex-center i.fab {
    padding: 5px;
    margin-right: 0px !important;
}

p.footer-slogan {
    margin-top: 15px;
    font-family: 'Muli', sans-serif !important;
}

a.page-link, a.page-link:hover  {
    color: rgba(0,0,0,.9); /* BLACK */
}

div.flex-center a:hover i {
    font-size: 18px;
    color: black;
}

div.flex-center {
    padding: 16px;
}

.custom-bottom-margin {
    margin-bottom: 35px;
}


/*
portfolio page
*/

.product-small {
  /* PORTFOLIO GRID IMPORTANT */
  margin: 0 0 10px 0px !important; /* VERTICAL GAP */
  text-align: center;
  padding-left: 2px !important; /* VERTICAL GAP */
  padding-right: 2px !important; /* VERTICAL GAP */
}

.product-showcase {
  margin: 2px 2px !important; /* HORIZONTAL GUTTER/GAP IN THE GRID */
}

#baguetteBox-overlay .full-image img {
    opacity: 1 !important;
}

.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
}

.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

@media (min-width: 576px) {
/* CONTROLLS THE GUTTER/GAP IN THE GRID */
  .product-showcase {
    padding-left: 0px;
    padding-right: 0px;
  }

}

/* on hover effect starts */
  .hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }

  .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%; /* ORIGINAL: 80% */
    height: 80%; /* ORIGINAL: 80% */
    left: 10%; /* ORIGINAL: 10% */
    top: 35%; /* ORIGINAL: 10% */
    /*border-bottom: 1px solid rgb(169,169,169); /* linha horizontal cima */
    /*border-top: 1px solid rgb(169,169,169); /* linha horizontal baixo */
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }

  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }

  .hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
  }

  .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  .hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }




/*
about page
*/

.text-container p {
    font-family: 'Muli', sans-serif !important;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 40px;
}

/*
contact page
*/

.p-h1 {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    color: #212529; /*black*/
    font-family: 'Muli', sans-serif !important;
    margin-top: 35px;
    margin-bottom: 25px;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #272727;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #272727;
}

p.justify {
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 1.5rem !important;
}


.row p {
  text-align: left !important;
  line-height: 1.85 !important;
  margin: 25px 10px 5px 0px;
}

p.text-center {
  text-align: center !important;
}

div.row h1 {
  margin-left: 0;
  text-align: left;
}

button {
  background-color: black !important;
  color: white;
  border-color: black !important;
}


/*
media queries
*/


@media (max-width: 765px) {
   nav {
        display: flex;
        justify-content:flex-start;
    }
}

