@import "https://fonts.googleapis.com/css?family=Raleway";
* { box-sizing: border-box; }
body { 
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  overflow-x: hidden !important; 
}
h1{ margin: 0; }
#contact { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 4em auto;
  width: auto; 
  height: 30px; 
  line-height: 30px;
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
}



#contactForm { 
  display: none;

  border: 6px solid #fbba00; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

input, textarea { 
  margin: .8em auto;
  font-family: "Poppins", sans-serif; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}

.form-control
{
  font-family: "Poppins", sans-serif; 
}


.pt-60
{
  padding-top: 40px;
}
.pb-60
{
  padding-bottom: 40px;

}

.popup-images
{
  margin-bottom: 30px;
}

.filter-button
{
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline;
    background-color: #cb480c;

}

.filter-button:hover
{
    font-size: 16px;
    border: 1px solid #cb480c;
    border-radius: 0px;
    text-align: center;
    color: #cb480c;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline;
    background-color: #fff;

}
.filter-button:focus
{
    font-size: 16px;
    border: 1px solid #cb480c;
    border-radius: 0px;
    text-align: center;
    color: #cb480c;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline;
    background-color: #fff;

}
