
.mainMenu {
    font-family:  'Caveat'; /*'Raleway', Arial, sans-serif;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size:1.5em
}
.mainMenu * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.mainMenu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    overflow: hidden;
}
.mainMenu a {
    padding: 0.3em 0;
    color: rgba(139,69,19, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}
.mainMenu a:before,
.mainMenu a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.mainMenu a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #e67e22;
}
.mainMenu a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: black;
    white-space: nowrap;
}
    .mainMenu li:hover a,
    .mainMenu .current a {
    transform: translateY(100%);
}

.bgBrown{
    background-color:#beafa6;
  }
  
  .bgBrownLight{
     background-color:rgba(139,69,19, 0.1)
  }
  
  .sideMargin5em{
    margin: 0 5em 0 5em;
  }
  
  
  .zoom {
    
    transition: transform .2s;
    margin: 0 auto;
  }
  
  .zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
  }




  header.masthead {
    /*padding-top: 10rem;*/
    padding-bottom: calc(10rem - 4.5rem);
    /*background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../imgs/o_nas/IMG_0373.webp");*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    header.masthead {
      /*height: 50vh;*/
      /*min-height: 40rem;*/
    /*  padding-top: 4.5rem;
      padding-bottom: 0;*/
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1, header.masthead .h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
      font-size: 3.5rem;
    }
  }

  .text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
  }


  .portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
