/* Fonts */

/*
font-family: 'Fjalla One', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Acme', sans-serif;

 */



a {
  color: #b3b8cd;
  text-decoration: none;
}

h1,h2,h3,h4,h5 {
  font-family: 'Fjalla One', sans-serif;
}

p {
  font-family: 'Acme', sans-serif;
}

em:hover {
  text-decoration: none;
  color: black;
}

.banner {
 background-attachment: fixed;
			background-image: url("images/overlay.png"), url("C:\Users\3bood\Desktop\New folder\Websites\Capstone Websites\talalWeb\img\banner.jpg");
			background-position: center center;
			background-size: cover;
		}

.logo1 {
  text-align: center;
}


/* contact */

#documents {
  padding: 5% 3%;
  background-color: #fbf7f0;
  text-align: center;
}

.social-icon {
  padding: 5% 10%;
  transition: all .2s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
  color: #2d6187;
}


#location {
  padding: 5% 3%;
  background-color: #fbf7f0;
  text-align: center;
}


hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


#staffing-costs {
  padding: 5% 3%;
  background-color: #f2efea;
  text-align: center;
}
