/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header 
// ----------------------------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1; }

@media screen and (min-width: 1080px) {
    .site-header .site-branding {
        background-image: url("../img/logo0.png");
			margin-left: 10px;
		    width: 122px;
			height: 112px;
    }
}
@media screen and (max-width: 1079px) {
    .site-header .site-branding {
        background-image: url("../img/logo1.png");
			margin-left: 10px;
		    width: 111px;
			height: 103px;
    }
}
@media screen and (max-width: 487px) {
    .site-header .site-branding {
        background-image: url("../img/logo2.png");
			margin-left: 10px;
		    width: 79px;
			height: 73px;
    }
}
/* -----------------------------------------------------------------------------
// 2. Footer 
// ----------------------------------------------------------------------------- */
footer {
  background-color: #242424;
  color: #717171; }
  footer .footer-main {
    padding: 20px 0; }
    @media (max-width: 992px) {
      footer .footer-main .col {
        margin-bottom: 50px; } }
  footer h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #f6821f; }
  footer .list i {
    display: inline-block;
    position: relative;
    bottom: -2px;
    margin-right: 8px; }
  footer .projects img {
    width: 22%;
    margin: 0 1.5% 10px 0; }
  footer .footer-copyright {
    padding: 15px 0;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; }

/* -----------------------------------------------------------------------------
// 3. Hero Title 
// ----------------------------------------------------------------------------- */
.hero-title {
  padding: 200px 0 100px 0;
  background-color: #aeaeae;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .hero-title h2 {
    padding: 0 0 40px 0;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }

	
	


.filterDiv {
    float: left;
    background-color: #fff;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn1 {
  border: none;
  outline: none;
  padding: 12px 26px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn1:hover {
  background-color: #f6821f;
  font: #fff;
}

/* Add a dark background to the active button */
.btn1.active {
  background-color: #f6821f;
  color: white;
    font: #fff;
}
