@charset "utf-8";
/* CSS Document */


body {
  
 
  font-family: montserrat;
  font-weight: 300;
 
 
}

.tablet {
	display:none;
}



#banner-narrow {
  display: none;
  width: 80%;
}

#banner-wide {
  width: 80%;
}

#call-bar {
  color: #FFFFFF;
  font-size: large;
  text-align: center;
  background-color: #555555;
}

#footer {
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  padding-top: 16px;
  background-color: #222222;
  padding-bottom: 16px;
}

#logo-box {
  text-align: center;
  background-color: #dadada;
 
}

.call-bar-link {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  transition: 0.2s all linear;
}

.call-bar-link:hover {
  color: #00B2AA;
}

.contact-bar {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px auto;
  padding: 10px 0px;
  background-color: #EFEFEF;
}

/* Social Bar */

#social-bar * {
    padding-top: 1px;
}
.social-bar {
    color:white;
    width: 100%;
    height: 52px;
}
.social-bar ul {
    list-style-type: none;
    height: 52px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5px;
}

.social-bar li {
float: left;
padding:5px;

}

.social-bar ul a {
text-decoration: none;
}

.social-bar ul a:hover {
width:50px;
}

.social-button {
 
  transition: all 0.1s ease-in-out;
  opacity:0.7;
}

.social-button:hover {
  box-shadow: 0 0px 7px rgba(000,000, 000, .9);
  opacity:1;
  
}
  /* End Social Bar */

/* Tablet */
@media (max-width:990px) {
  #banner-box {
    
  }
  
  .tablet {
	display:block;
}
  
  .desktop {
    display: none;
  }

 
}

/* Phone */
@media (max-width:540px) {
  #banner-box {
    padding-top: 0px;
  }

  #banner-narrow {
    display: block;
	 text-align: center;
	background-image: url("../images/header-thin.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 154px;
	min-height: 154px;
	text-align: center;
	margin-bottom: 0px;
  }

  #banner-wide {
    display: none;
  }
  
  .tablet {
	display:block;
}

  .contact-block {
    width: 90%;
  }

  .contact-button {
    width: 90%;
  }
}
