* {
	margin: 0;
	padding: 0;
  font-family: 'Play', sans-serif;
}

#to-top {
  color: #810808;
  position: fixed;
  font-size: 5em;
  bottom: 20px;
  right: 40px;
}

#to-top:hover {
  margin-bottom: 20px;
}

#call-button {

}

#call-button button{
  font-size: 1em;
  padding: 5px;
}

#call-button i {
  padding-right: 5px;
}

header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/dallas-skyline.jpg);
	background-color: grey;
	background-size: cover; 
  background-repeat: no-repeat;
	background-position: center;
}

header h2 {
  color: white;
  text-decoration: bold;
}

header h3 {
  color: white;
  text-decoration: bold;
}

#top-banner button {
  color: white;
  text-decoration: bold;
  border: solid white 3px;
  display: block;
  margin-bottom: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

a {
	text-decoration: none;
}

button {
	background: none;
}

header a {
	color: #810808;
}

header a:hover {
	color: white;
}

#services-banner h2 {

}

footer {
  background-color: grey;
}

ul {
	list-style-type: none;
}

/***********************************************Media Queries for defining grid ***************************************/

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
  		.col-lg-10, .col-lg-11, .col-lg-12 {
   		float: left;
  }
  .col-lg-1 {
  		width: 8.33%;
  }
  .col-lg-2 {
    	width: 16.66%;
  }
  .col-lg-3 {
    	width: 25%;
  }
  .col-lg-4 {
    	width: 33.33%;
  }
  .col-lg-5 {
    	width: 41.66%;
  }
  .col-lg-6 {
    	width: 50%;
  }
  .col-lg-7 {
    	width: 58.33%;
  }
  .col-lg-8 {
    	width: 66.66%;
  }
  .col-lg-9 {
    	width: 74.99%;
  }
  .col-lg-10 {
    	width: 83.33%;
  }
  .col-lg-11 {
    	width: 91.66%;
  }
  .col-lg-12 {
    	width: 100%;
  } 
  .hidden-lg {
  	display: none;
  }
}   /* Large Devices */

@media (min-width: 992px) and (max-width: 1199px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
  .col-md-10, .col-md-11, .col-md-12 {

    float: left;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 74.99%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .hidden-md {
  	display: none;
  }
}   /* Medium Devices */

@media (min-width: 768px) and (max-width: 991px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
  .col-sm-10, .col-sm-11, .col-sm-12 .hidden-sm {

    float: left;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 74.99%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .hidden-sm {
  	display: none;
  }
}  /* Small Devices */

@media (max-width: 767px) {

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, 
  .col-xs-10, .col-xs-11, .col-xs-12 .hidden-xs {

    float: left;
  }
  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 74.99%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    max-width: 100%;
  }
  .hidden-xs {
  	display: none;
  }
}  /* Extra-small Devices */

/*****************************************************Large Devices****************************************************/

@media (min-width: 1200px) {

	.container {
		width: 1170px;
		margin: auto;
		position: relative;
	}

	.banner {
		height: 1000px;
	}

	h2 {
		font-size: 5em;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	h3 {
		font-size: 2.5em;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	h4 {
		font-size: 1.5em;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	p {
		font-size: 1.2em;
		margin-top: 2px;
		margin-bottom: 2px;
	}

/****************************************************Header Styles****************************************************/

	header {
		height: 1000px;
	}

  nav {
    padding-top: 20px; 
  }

	#header-img {
		float: left;
		height: 100px;
		width: 300px;
		margin-top: 20px;
	}

/*  nav {
    height: 200px;
    background-color: blue;
  }*/

	#outer {
	    float: right;
	    position: relative;
	    left: -50%;
	}

	#inner {
	    position: relative;
	    left: 50%;     
	    margin: 0;
	    padding: 0;
	}

	#inner > li {
  	 float: left;
  	 font-size: 1.6em;
  	 padding: 20px;
  	 padding-top: 90px;
	}

	header #call-button {
		visibility: hidden;
	}

/*******************************************************Top Banner Styles*********************************************/
	#top-banner {
    padding-top: 200px;
	}

/*  #top-banner-container {
    height: 500px;
    width: 650px;
    background: rgba(900, 900, 900, 0.3);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px grey, -5px -5px 10px grey;
  }*/


	#top-banner h3 {
		margin-top: 75px;
    margin-bottom: 100px;
	}

	#top-banner a {
		margin-top: 100px;
	}

	#top-banner button {
		font-size: 1.5em;
		padding: 10px;
	}

	#top-banner button i {
		padding-left: 10px;
	}

	#top-banner button:hover {
		cursor: pointer;
		border: solid #810808 2px;
		color: #810808;
	}

/******************************************************Services Banner Styles************************************/
	#services-banner {
		height: 2500px;
	}

	#services-banner h2 {
		margin-top: 100px;
	}

	#services-banner h4 {
		padding-top: 20px;
	}

  .item-box {
    padding: 60px;
  }

	.item-box ul {
		padding-top: 40px;
    padding-left: 40px;
	}

	.item-box li {
		padding-bottom: 10px;
		font-size: 1.3em;
	}

	.item-box-background .button-container {
		margin: auto;
    padding-top: 175px;
	}

  .item-box-background {
    height: 800px;
  }

  #waste-collection-background .button-container {
    padding-top: 275px;
    padding-right: 50px;
  }

  #compliance-background .button-container {
    height: 257px;
  }

  #compliance-background .button-container a {
    padding-left: 95px;
    }

  #waste-collection {
    box-shadow: 2px 2px 2px #810808;
    margin-top: 100px;
  }

/*  #waste-collection:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hazardous-waste-drums.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
  }*/

  #waste-collection-background:hover h3 {
    color: white;
  }

  #waste-collection-background:hover h4 {
    color: white;
  }

  #waste-collection-background:hover ul {
    color: white;
  }

  #waste-collection-background:hover #waste-collection {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hazardous-waste-drums.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
  }

  #waste-collection-background a:hover h3 {
    color: white;
  }

  #waste-collection-background a:hover h4 {
    color: white;
  }

  #waste-collection-background a:hover ul {
    color: white;
  }

  #compliance-services {
    box-shadow: -2px -2px 2px #810808;
  }

  #compliance-background:hover #compliance-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/legal.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
  }

  #compliance-background:hover h3 {
    color: white;
  }

  #compliance-background:hover h4 {
    color: white;
  }

  #compliance-background:hover ul {
    color: white;
  }

  #specialty-services {
    box-shadow: 2px 2px 2px #810808;
  }

  #specialty-services-background:hover #specialty-services{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/chemicals.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
  }

  #specialty-services-background:hover h3 {
    color: white;
  }

  #specialty-services-background:hover h4 {
    color: white;
  }

  #specialty-services-background:hover ul {
    color: white;
  }

  #specialty-services-background .button-container {
    padding-right: 50px;
  }

  .button-container {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 10px;
  }

  .button-container button {
		font-size: 1.5em;
		width: 200px;
		border: solid black 2px;
		color: black;
		padding: 10px;
		margin-top: 10px;
	}

  .button-container button:hover {
		cursor: pointer;
		border: solid #810808 2px;
		color: #810808;
	}
		
	
/*******************************************************About Banner Styles***************************************/
	#about-banner {
    height: 1200px;
	}

  #about-banner h2 {
   padding-top: 100px;
  }

  #about-banner h3 {
    padding-top: 80px;
  }

  #mission-statement {
    font-size: 1.6em;
    padding: 20px;
    font-style: italic;
  }

  #mission-statement .fa-quote-left {
    padding-right: 20px;
    color: #810808; 
    font-size: 1.2em;
  }

  #mission-statement .fa-quote-right {
    padding-left: 20px;
    color: #810808;
    font-size: 1.2em;
  }

  #about-banner h4 {
    font-size: 1.8em;
    padding-top: 20px;
  }

  #about-banner p {
    font-size: 1.6em;
    padding: 20px;
  }
/************************************************************Contact Banner Styles**************************************/
  #contact-banner {
    height: 1200px;
  }

  #contact-img {
    height: 300px;
    width: 500px;
  }

  #contact-banner h2 {
    font-size: 3em;
    padding-top: 100px;
  }

  #contact-banner p {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner .normal-list {
    padding-left: 40px;
  }

  #contact-banner li {
    padding: 5px;
  }

  #contact-banner h4 {
    font-size: 1.8em;
    padding-top: 20px;
  }

  #contact-info-list a {
    color: black;
  }

  #contact-info-list a:hover {
    color: #810808;
  }

  #contact-info-list i {
    padding-right: 15px;
    color: #810808;
  }

  #contact-info-list i:hover {
    color: black;
  }

  #contact-banner input {
    font-size: 1.6em;
    padding: 10px;
    margin: 10px;
  }

  #contact-banner textarea {
    font-size: 1.6em;
    height: 200px;
    padding: 10px;
    margin: 10px;
  }

  #back-to-top {
    padding-top: 100px;
  }

/************************************************************Footer Styles*************************************************/
  footer {
    background-color: grey;
    height: 500px;
  }

  .footer-logo-mission p {
    font-size: 1.4em;
    padding-top: 20px;
  }

  #footer-img {
    height: 100px;
    width: 300px;
    margin-top: 20px;
  }

  footer h3 {
    font-size: 2em;
  }

  .footer-mailing-list {
    padding: 20px;
    margin-left: 50px;
  }

  .footer-mailing-list input {
    font-size: 1.3em;
    padding: 10px;
    padding-right: 40px;
    margin-top: 10px;
  }

  .footer-contact-info {
    padding: 20px;
    margin-left: 50px;
  }

  .footer-contact-info ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  .footer-contact-info a {
    color: black;
  }

  .footer-contact-info a:hover {
    color: #810808;
  }

  .footer-contact-info i {
    padding-right: 15px;
    color: #810808;
  }

  .footer-contact-info i:hover {
    color: black;
  }

}

/**********************************************************Medium Devices***********************************************/
@media (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 970px;
    margin: auto;
    position: relative;
  }

  .banner {
    height: 1000px;
  }

  h2 {
    font-size: 4.5em;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  h3 {
    font-size: 2.3em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  h4 {
    font-size: 1.4em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  p {
    font-size: 1.2em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

/****************************************************************Header Styles****************************************************/
  header {
    height: 900px;
  }

  #header-img {
    float: left;
    height: 80px;
    width: 240px;
    margin-top: 20px;
  }

  #outer {
    float: right;
    position: relative;
    left: -50%;
  }

  #inner {
    position: relative;
    left: 50%;     
    margin: 0;
    padding: 0;
  }

  #inner > li {
    float: left;
    font-size: 1.5em;
    padding: 20px;
    padding-top: 70px;
  }

  header #call-button {
    visibility: hidden;
  }

/***************************************************************Top Banner Styles*****************************************/

  #top-banner {
    padding-top: 200px;
  }

/*#top-banner-container {
    height: 500px;
    width: 650px;
    background: rgba(900, 900, 900, 0.5);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px grey, -2px -2px 5px grey;
  }*/


  #top-banner h3 {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  #top-banner a {
    margin-top: 100px;
  }

  #top-banner button {
    font-size: 1.5em;
    padding: 10px;
  }

  #top-banner button i {
    padding-left: 10px;
  }

  #top-banner button:hover {
    cursor: pointer;
    border: solid #810808 2px;
    color: #810808;
  }

/******************************************************************Services Banner********************************************/

  #services-banner {
    height: 2300px;
  }

  #services-banner h2 {
    margin-top: 100px;
  }

  #services-banner h4 {
    padding-top: 20px;
  }

  #services-banner button {
    float: left;
  }

  .item-box-background .button-container {
    margin: auto;
    padding-top: 175px;
  }

  .item-box-background {
    height: 700px;
  }

  #waste-collection-background {
    height: 800px;
  }

  #waste-collection-background .button-container {
    padding-top: 275px;
  }

  #compliance-background .button-container {
    height: 257px;
  }

  #compliance-background .button-container a {
    padding-left: 95px;
    }

  #waste-collection {
    border-right: solid #810808 1px;
    border-bottom: solid #810808 1px;
    margin-top: 100px;
  }

  #compliance-services {
    border-left: solid #810808 1px;
    border-top: solid #810808 1px;
  }

  #specialty-services {
    border-right: solid #810808 1px;
    border-bottom: solid #810808 1px;
  }

  .item-box {
    padding: 60px;
  }

  .item-box ul {
    padding-top: 40px;
    padding-left: 40px;
  }

  .item-box li {
    padding-bottom: 10px;
    font-size: 1.3em;
  }

  .button-container {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 10px;
  }

  .button-container a {
    padding-top: 20px;
  }

  .button-container button {
    font-size: 1.5em;
    width: 200px;
    border: solid black 2px;
    color: black;
    padding: 10px;
    margin-top: 10px;
  }

  .button-container button:hover {
    cursor: pointer;
    border: solid #810808 2px;
    color: #810808;
  }

/***********************************************************About Banner Styles********************************/

  #about-banner {
    height: 1000px;
  }

  #about-banner h2 {
   padding-top: 80px;
   font-size: 3.5em;
   padding-bottom: 20px;
  }

  #about-banner h3 {
    padding-top: 30px;
  }

  #mission-statement {
    font-size: 1.4em;
    padding: 20px;
    font-style: italic;
  }

  #mission-statement i {
    padding-left: 10px;
    padding-right: 10px;
    color: #810808; 
  }

  #about-banner h4 {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #about-banner p {
    font-size: 1.4em;
    padding: 20px;
  } 

  #principles li {
    font-size: 1.4em;
    padding: 10px;
  }

/***********************************************************Contact Banner*****************************************************/

  #contact-banner {
    height: 1200px;
  }

  #contact-img {
    height: 250px;
    width: 400px;
  }

  #contact-banner h2 {
    font-size: 2em;
    padding-top: 100px;
  }

  #contact-banner p {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner .normal-list {
    padding-left: 40px;
  }

  #contact-banner li {
    padding: 5px;
  }

  #contact-banner h4 {
    font-size: 1.8em;
    padding-top: 20px;
  }

  #contact-info-list a {
    color: black;
  }

  #contact-info-list a:hover {
    color: #810808;
  }

  #contact-info-list i {
    padding-right: 15px;
    color: #810808;
  }

  #contact-info-list i:hover {
    color: black;
  }

  .form {
    padding-left: 20px;
  }

  #contact-banner input {
    font-size: 1.6em;
    padding: 10px;
    margin: 10px;
  }

  #contact-banner textarea {
    font-size: 1.6em;
    height: 200px;
    padding: 10px;
    margin: 10px;
  }

  #back-to-top {
    padding-top: 100px;
  }

/***********************************************Footer Styles*****************************************************************/

  footer {
    background-color: grey;
    height: 400px;
  }

  .footer-logo-mission p {
    font-size: 1.4em;
    padding-top: 20px;
  }

  #footer-img {
    height: 80px;
    width: 240px;
    margin-top: 20px;
  }

  footer h3 {
    font-size: 2em;
  }

  .footer-mailing-list {
    padding: 20px;
    margin-left: 50px;
  }

  .footer-mailing-list input {
    font-size: 1.3em;
    padding: 10px;
    padding-right: 40px;
    margin-top: 10px;
  }

  .footer-contact-info {
    padding: 20px;
    margin-left: 50px;
  }

  .footer-contact-info ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  .footer-contact-info a {
    color: black;
  }

  .footer-contact-info a:hover {
    color: #810808;
  }

  .footer-contact-info i {
    padding-right: 15px;
    color: #810808;;
  }

  .footer-contact-info i:hover {
    color: black;
  }

}

/*******************************************************Small Devices Only****************************************************/

@media (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 750px;
    margin: auto;
  }

  .banner {
    height: 1000px;
  }

  h2 {
    font-size: 3.7em;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  h3 {
    font-size: 2.3em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  h4 {
    font-size: 1.2em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  p {
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

/*******************************************************Header Styles********************************************************/

  header {
    height: 800px;
  }

  #header-img {
    float: left;
    height: 80px;
    width: 240px;
    margin-top: 20px;
  }

  #hamburger {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 40px;
    border: none;
    box-shadow: none;
  }

  #hamburger:hover {
    cursor: pointer;
  }

  #hamburger:hover .icon-bar {
    background-color: black;
  }

  .icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #810808;
    margin: 3px;
    margin-bottom: 5px;
  }

  nav ul {
    display: block;
    z-index: 100;
  }

  nav li {
    display: block;
/*    background-color: black;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 50%;
    padding-top: 20px;
    width: 50%;
    z-index: 100;
  }

  nav a {
    font-size: 2em;
  }

  #service-nav {
    padding-top: 100px;
  }

/**********************************************************Top Banner Styles************************************************/

  #top-banner {
    padding-top: 200px;
  }

  /*#top-banner-container {
    height: 500px;
    width: 650px;
    background: rgba(900, 900, 900, 0.5);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px grey, -2px -2px 5px grey;
  }*/


  #top-banner h3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  #top-banner a {
    margin-top: 100px;
  }

  #top-banner button {
    font-size: 1.5em;
    padding: 10px;
  }

  #top-banner button i {
    padding-left: 10px;
  }

  #top-banner button:hover {
    cursor: pointer;
    border: solid #810808 2px;
    color: #810808;
  }

/******************************************************Services Banner*************************************************/ 

  #services-banner {
    height: 2300px;
  }

  #services-banner h2 {
    margin-top: 100px;
  }

  #services-banner h4 {
    padding-top: 20px;
  }

  #services-banner button {
    float: left;
  }

  .item-box {
    margin-top: 100px;
    padding: 40px;
    border-top: solid #810808 1px;
    border-left: solid #810808 1px;
  }

  .item-box ul {
    padding-top: 40px;
    padding-left: 40px;
  }

  .item-box li {
    padding-bottom: 10px;
    font-size: 1.3em;
  }

  .button-container {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 10px;
  }

  .button-container a {
    padding-top: 20px;
  }

  .button-container button {
    font-size: 1.5em;
    width: 200px;
    border: solid black 2px;
    color: black;
    padding: 10px;
    margin-top: 10px;
  }

  .button-container button:hover {
    cursor: pointer;
    border: solid #810808 2px;
    color: #810808;
  }

/************************************************************About Banner Styles**********************************************/

  #about-banner {
    height: 1000px;
  }

  #about-banner h2 {
    font-size: 2.7em;
   padding-top: 80px;
  }

  #about-banner h3 {
    padding-top: 30px;
  }

  #mission-statement {
    font-size: 1.4em;
    padding: 20px;
    font-style: italic;
  }

  #mission-statement i {
    padding-left: 10px;
    padding-right: 10px;
    color: #810808; 
  }

  #about-banner h4 {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #about-banner p {
    font-size: 1.4em;
    padding: 20px;
  } 

/******************************************************************Contact Banner Styles***********************************/

  #contact-banner {
    height: 2000px;
  }

  #contact-img {
    width: 100%;
    object-fit: cover;
  }

  #contact-banner h2 {
    font-size: 2em;
    padding-top: 100px;
  }

  #contact-banner p {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner .normal-list {
    padding-left: 40px;
  }

  #contact-banner li {
    padding: 5px;
  }

  #contact-banner h4 {
    font-size: 1.8em;
    padding-top: 20px;
  }

  #contact-info-list a {
    color: black;
  }

  #contact-info-list a:hover {
    color: #810808;
  }

  #contact-info-list i {
    padding-right: 15px;
    color: #810808;
  }

  #contact-info-list i:hover {
    color: black;
  }

  .form {
    padding-left: 20px;
  }

  #contact-banner input {
    font-size: 1.6em;
    padding: 10px;
    margin: 10px;
  }

  #contact-banner textarea {
    font-size: 1.6em;
    height: 200px;
    padding: 10px;
    margin: 10px;
  }

  #back-to-top {
    padding-top: 100px;
  }

/***********************************************************Footer Styles******************************************************/

  footer {
    background-color: grey;
    height: 600px;
  }

  .footer-logo-mission p {
    font-size: 1.4em;
    padding-top: 20px;
  }

  #footer-img {
    height: 80px;
    width: 240px;
    margin-top: 20px;
  }

  footer h3 {
    font-size: 2em;
  }

  .footer-mailing-list {
    padding: 20px;
    margin-left: 50px;
  }

  .footer-mailing-list input {
    font-size: 1.3em;
    padding: 10px;
    padding-right: 40px;
    margin-top: 10px;
  }

  .footer-contact-info {
    margin: auto;
  }

  .footer-contact-info ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  .footer-contact-info a {
    color: black;
  }

  .footer-contact-info a:hover {
    color: #810808;
  }

  .footer-contact-info i {
    padding-right: 15px;
    color: #810808;;
  }

  .footer-contact-info i:hover {
    color: black;
  }

}

/**********************************************************Xtra Small Devices only********************************/

@media (max-width: 767px) {

  .container {
    width: 95%;
    margin: auto;
  }

  .banner {
    height: 1000px;
  }

  h2 {
    font-size: 3.2em;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  h3 {
    font-size: 2em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  h4 {
    font-size: 1.2em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  p {
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #to-top {
    bottom: 20px;
    right: 10px;
  }

/*******************************************************Header Styles********************************************************/

  header {
    height: 800px;
  }

  #header-img {
    float: left;
    height: 80px;
    width: 240px;
    margin-top: 20px;
  }

  #hamburger {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 40px;
    border: none;
    box-shadow: none;
  }

  #hamburger:hover {
    cursor: pointer;
  }

  #hamburger:hover .icon-bar {
    background-color: black;
  }

  .icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #810808;
    margin: 3px;
    margin-bottom: 5px;
  }

  nav ul {
    display: block;
    z-index: 100;
  }

  nav li {
    display: block;
/*    background-color: black;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 50%;
    padding-top: 20px;
    width: 50%;
    z-index: 100;
  }

  nav a {
    font-size: 2em;
  }

  #service-nav {
    padding-top: 100px;
  }

/**********************************************************Top Banner Styles************************************************/

  #top-banner {
    padding-top: 200px;
  }

  /*#top-banner-container {
    height: 500px;
    width: 650px;
    background: rgba(900, 900, 900, 0.5);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px grey, -2px -2px 5px grey;
  }*/


  #top-banner h3 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  #top-banner a {
    margin-top: 100px;
  }

  #top-banner button {
    font-size: 1.5em;
    padding: 10px;
  }

  #top-banner button i {
    padding-left: 10px;
  }

  #top-banner button:hover {
    cursor: pointer;
    border: solid #810808 2px;
    color: #810808;
  }

/******************************************************Services Banner*************************************************/ 

  #services-banner {
    height: 2500px;
  }

  #services-banner h2 {
    margin-top: 100px;
  }

  #services-banner h4 {
    padding-top: 20px;
  }

  #services-banner button {
    float: left;
  }

  .item-box {
    margin-top: 100px;
    padding: 20px;
  }

  .item-box ul {
    padding-top: 40px;
    padding-left: 40px;
  }

  .item-box li {
    padding-bottom: 10px;
    font-size: 1.3em;
  }

  .button-container {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 10px;
  }

  .button-container a {
    padding-top: 20px;
  }

  .button-container button {
    font-size: 1.5em;
    width: 200px;
    border: solid black 2px;
    color: black;
    padding: 10px;
    margin-top: 10px;
  }

  .button-container button:hover {
    cursor: pointer;
    border: solid #810808 2px;
    color: #810808;
  }

/************************************************************About Banner Styles**********************************************/

  #about-banner {
    height: 1200px;
  }

  #about-banner h2 {
    font-size: 2.7em;
    padding-top: 80px;
  }

  #about-banner h3 {
    padding-top: 30px;
  }

  #mission-statement {
    font-size: 1.4em;
    padding: 20px;
    font-style: italic;
  }

  #mission-statement i {
    padding-left: 10px;
    padding-right: 10px;
    color: #810808; 
  }

  #about-banner h4 {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #about-banner p {
    font-size: 1.4em;
    padding: 20px;
  } 

/******************************************************************Contact Banner Styles***********************************/

  #contact-banner {
    height: 2100px;
  }

  #contact-img {
    width: 100%;
    object-fit: cover;
  }

  #contact-banner h2 {
    font-size: 2em;
    padding-top: 100px;
  }

  #contact-banner p {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner ul {
    font-size: 1.6em;
    padding-top: 20px;
  }

  #contact-banner .normal-list {
    padding-left: 40px;
  }

  #contact-banner li {
    padding: 5px;
  }

  #contact-banner h4 {
    font-size: 1.8em;
    padding-top: 20px;
  }

  #contact-info-list a {
    color: black;
  }

  #contact-info-list a:hover {
    color: #810808;
  }

  #contact-info-list i {
    padding-right: 15px;
    color: #810808;
  }

  #contact-info-list i:hover {
    color: black;
  }

  .form {
    padding-left: 20px;
  }

  #contact-banner h2 {
    padding-bottom: 10px;
  }

  #contact-banner input {
    font-size: 1.6em;
    padding: 10px;
    margin-bottom: 10px;
    width: 90%
  }

  #contact-banner textarea {
    font-size: 1.6em;
    height: 200px;
    padding: 10px;
    /*margin: 10px;*/
    width: 90%;
  }

  #back-to-top {
    padding-top: 100px;
  }

/***********************************************************Footer Styles******************************************************/

  footer {
    background-color: grey;
    height: 850px;
  }

  .footer-logo-mission p {
    font-size: 1.4em;
    padding-top: 20px;
  }

  #footer-img {
    height: 80px;
    width: 240px;
    margin-top: 20px;
  }

  footer h3 {
    font-size: 2em;
  }

  .footer-mailing-list {
    margin-top: 50px;
  }

  .footer-mailing-list input {
    font-size: 1.3em;
    padding: 10px;
    /*padding-right: 40px;*/
    margin-top: 10px;
    width: 85%;
  }

  .footer-contact-info {
    margin: auto;
  }

  .footer-contact-info ul {
    font-size: 1.6em;
   /* padding-top: 20px;*/
  }

  .footer-contact-info a {
    color: black;
  }

  .footer-contact-info a:hover {
    color: #810808;
  }

  .footer-contact-info i {
    padding-right: 15px;
    color: #810808;;
  }

  .footer-contact-info i:hover {
    color: black;
  }

}
