.header-remove-padding {
	padding: -1.2rem;
}


.uppercase {
	text-transform: uppercase;	
}

.news-image {
	display: block;
    margin: auto;
    width: 80%;
}



.banner_subtext {
	font-size: large;
	font-style: italic;
	color: #FFF;
}

/* Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon-website {
	margin-bottom: -200px;
}

.banner-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box; }



/* Banner Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner-height {
	padding-top: 10%;
	padding-bottom: 10%;
}

.banner-text {
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
}
	
	/* Table Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.table_text {
	color: #002C61; 
	}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-feild {
	width:inherit;	
}


/* Quick Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icons {
	

	padding-top: 20%;
  }
  
  
/* Sub Page Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sub-page-banner-height {
	
    bottom: 10;
	padding-top: 50px;
	overflow: hidden;
  } 
  
.sub-page-banner {
	background-image: url('../images/kyleido-background-1.jpg');
	background-size: cover;
	background-color: #D2AE6D;
	color: #fff;
	background-repeat: no-repeat;
	overflow: hidden;
	height: auto;
}

.sub-page-banner-multiplier {
  margin-bottom: 50px;
  color: #11DFC7;
}
.sub-page-banner-heading {
  margin-bottom: 50px;
}
.sub-page-banner-description {
  opacity: .8;
  font-weight: 300;
}   



/* Navigation Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navigation-hover {
}

.logo {
padding: 15px 0px;

}

.navigation-container {
	position: relative;
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	/* [disabled]background-color: #FFFFFF; */
	padding: 0 2%;
	left: 0%;
}

.logo_hover {
	position: relative;
}

.topnav {
	overflow: hidden;
	/* [disabled]background-color: #FFFFFF; */
}

.topnav a {
  float: left;
  display: block;
  color: #1C66A1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: Tahoma;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.topnav a:hover {
  background-color: #;
  color: #09C;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a{display: none;}
  .topnav a.icon {
    float: center;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 10;
 }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
 }

}



/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  
  text-align: center;
}


/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner {
	background-image: url('../images/kyleido-background-1.jpg');
	background-size: contain;
	background-color: #D2AE6D;
	color: #fff;
	background-repeat: no-repeat;
	overflow: hidden;
	height: auto;
}

.banner-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}

.white {
	color: #FFF;
}

.banner-heading {
  margin-bottom: .3rem;
}
.banner-description {
  opacity: .8;
  font-weight: 300;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  color: #fff;
  background-color: #3AA9C5;
  text-align: center;
  padding: 40px;
  
}

.footer-multiplier {
  margin-bottom: 0px;
  color: #11DFC7;
}
.footer-heading {
  margin-bottom: 0px;
}
.footer-description {
  opacity: .8;
  font-weight: 300;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-size: cover;
  background-color: #D2AE6D;
  color: #FFF;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gallery {
 
  padding-bottom: 20px;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {

  padding: 0px;
  background-color: #FFFFFF;
}


.contact-background {

  padding: 0px;
  background-color: #91D8F7;
}

.icon_background {
	padding: 0px;
	background-color: #3AA9C5;
}


/* Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-justify {
	text-align:justify;
	color:#666;
}
.text-justify-menu {
	text-align: justify;
	color: #FFF;
}


.text-left {
	text-align: left;
	color:#666;
}

.text-right {
	text-align: right;
	color:#666;
}

.text-white {
	color: #FFF;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
	position: absolute;
	top: -7rem;
	right: 3rem;
	max-height: 362px;
	z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 10rem 0 9rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}


/* Social Media
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.social-media {
  width: 80%;
  padding: 5px;
  color: #fff;
  background-color: #052745;
  height:20px;
}

.social-media-multiplier {
  margin-bottom: 0px;
  color: #11DFC7;
}
.social-media-heading {
  margin-bottom: 0px;
}
.social-media-description {
  opacity: .8;
  font-weight: 300;
}
