@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";


#container {
  margin: auto;
}


.header h1{
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-family: "Raleway", arial;
	font-weight:400;
	margin-bottom: 15px;
	display:block;
}



.header p {
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
}

.grid-item {
display: inline-block;
    height: 250px;
 font-family: "Raleway", arial;
    overflow: hidden;
    text-align: center;
    width: 350px;
}
.grid-item img{
	width:100%;
	height:auto;
	filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	
	padding-bottom: 35px;
	padding-top:80px;
	 font-family: "Raleway", arial;
}

.filters ul {
	list-style: none;
    padding: 20px 10px;
   
    text-align:center;
    border-radius: 10px;
	
}

.filters li {
	display: inline-block;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
	color: #f95959;
}
.filters li a{
	color: #000;
	text-decoration: none;
	
}
.filters li a:hover{
	color:#f95959;
}

.filters li:hover {
	
	border: .5px solid #b7b7b7;
	border-radius: 5px;
}

.filters li.active a{
	
	border-radius: 5px;
	
	
}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 5px;
   font-family:"Raleway", arial;
    border: .5px solid #b7b7b7;
	text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #b6b6b6;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #f95959 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 5px;
   
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}


.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

#contact {
  position: relative;
  
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  
  background-color: #efefef;
  overflow: hidden;
  font-family: "Raleway", arial;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  #contact {
   
  }
}
#contact .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  max-width: 95%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contact .wrapper .blurb {
  max-width: 950px;
  margin-top: -45px;
  text-align: center;
}
#contact .wrapper .blurb h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
}
@media (max-width: 640px) {
  #contact .wrapper .blurb h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
#contact .wrapper .blurb p {
  margin-bottom: 45px;
}


#footer {
  font-family: "Raleway", arial;
  font-size: 16px;
  text-align: center;
  background-color: #152330;
    background-repeat:repeat-x;
  background-position: top center;
  color:#FFF;

}

#footer a.button {
  background-color:#34495e;
  font-size:0.8em;
  padding:8px;
  color:#fff;
    text-decoration:none;
}

#footer a.button:hover {
	color:#fff;
  background-color:#455A6F;
}


#footer p {
	text-align:center;
}

.section {
  margin:0;
  padding:20px;
  background-color:#ecf0f1;
}

.wrapper {
  margin:10px auto;
  width:1200px;
}