@charset "utf-8";
/* CSS Document */
@media (min-width: 210px) and (max-width: 9000px) and (orientation: portrait){
body {
    clear: none;
    float: left;
    width: 100%;
    /*background-color: white;*/
    margin: 0%;
    padding: 0%;
    /*	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";*/
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight:600;
}
	.container{
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
	
  .container .first_div {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .container .second_div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

	
/*=====Navigator Menu======*/	
#mobile-menu {
	clear:none;
	float: left;
	margin: 0%;
	width: 100%;
	visibility: visible;
}	
		.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
  color: white;
}
/*=====Navigator Menu END======*/	
	
	
	
a { clear: none; color: inherit; text-decoration: none;}
	a:hover { clear: none; color: inherit; text-decoration: none;}
	a:visited { clear: none; color: inherit; text-decoration: none;}

   #links {
    	color:red;
    	font-style: normal;
    	font-weight:900;
    }
#background-video {
   clear: none;
	float: left;
	width: inherit/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
}  
#background-video-mobile {
  width: 1px;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
	visibility: hidden;
}
#background-video-commercial {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-radius: 40px;
}  
#background-video-residential {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-radius: 40px;
}
#background-video-kitchen {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-top-left-radius: 600px;
	border-top-right-radius: 600px;
}
#background-video-bathroom {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-top-left-radius: 600px;
	border-top-right-radius: 600px;
}
#fireplace-video-bathroom {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-top-left-radius: 600px;
	border-top-right-radius: 600px;
}
#landscaping-video-bathroom {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-top-left-radius: 600px;
	border-top-right-radius: 600px;
}
	
	
	
	
#background-video-contact {
   clear: none;
	float: left;
	width: 100%/*100vw*/;
  height: inherit/*100vh*/;
  object-fit:cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: -240px;
  bottom: 0;
  z-index: -1;
	border-radius: 40px;
} 
	
	
	
	
	
	
	img{
		margin: 0%;
		padding: 0%;
		display: block;
		
	}

/*=====================================*/
	
	#header{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: white;
	}
	#main-content{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: white;
	}
	#footer{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: white;
	}
	
	
	#copyrights{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 3%0%;
		background-color: white;
	}
	#red-reiher-logo{
		clear: none;
		float: left;
		width: 20%;
		margin: 0%20%0%24%;
		text-align: center;
	}
	#copyright-data{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		text-align: center;
	}
	
/*=====================================*/
	
	#business-logo{
		clear: none;
		float: left;
		width: 30%;
		margin: 1%1%1%6%;
	}
	#menu{
		clear: none;
		float: left;
		width: 36%;
		margin: 9%3%1%3%;
		padding: 0%;
	}
	
	#menu-button-1 {
		clear: none;
		float: left;
		width: 1px;
		margin: 0%;
		padding: 0%;
		font-size: 150%;
		font-weight: lighter;
		color: black;
		visibility: hidden;
		 	}
	
	
	#menu-button-2 {
		clear: none;
		float: left;
		width: 1px;
		margin: 0%;
		padding: 0%;
		font-size: 150%;
		font-weight: lighter;
		color: black;
		visibility: hidden;
	}
	
	
	#menu-button-3 {
		clear: none;
		float: left;
		width: 1px;
		margin: 0%;
		padding: 0%;
		font-size: 150%;
		font-weight: lighter;
		color: black;
		visibility: hidden;
	}
	
	
	#menu-button-4 {
		clear: none;
		float: left;
		width: 1px;
		margin: 0%;
		padding: 0%;
		font-size: 150%;
		font-weight: lighter;
		color: black;
		visibility: hidden;
	}
	
	
	
/*=====================================*/
	#learn-more-about-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 6%0%6%0%;
		text-align: center;
		font-size: 120%;
		font-family: Petit Formal Script;
		font-display: auto;
		font-weight: bold;
		background-color: rgba(48,60,66,1.00);
		color: rgba(206,243,255,1.00);
		border-top-right-radius: 200px;
		
	}
	
	#intro {
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
	}
	
	#additions-section{
		clear: none;
		float: left;
		width: 100%;
		padding: 0%;
		margin: 0%;
		background-color: rgba(39,48,66,1.00);
	}
	#additions-section-content{
		clear: none;
		float: left;
		width: 39%;
		margin: 0%;
		padding: 0%;
		color: antiquewhite;
	}
	#additions-section-title{
		clear: none;
		float: left;
		width: 90%;
		margin: 21%0%0%6%;
		padding: 0%0%0%0%;
		border: rgba(201,126,127,1.00) thin solid;
		border-radius: 9px;
		font-size: 180%;
		text-align: center;
	}
	#additions-section-photo{
		clear: none;
		float: left;
		width: 60%;
		margin: 0%0%0%1%;
		padding: 0%;
		color: antiquewhite;
	}
	
	
	
	#renovations-and-restorations{
		clear: none;
		float: left;
		width: 100%;
		padding: 0%;
		margin: 0%;
		background-color: rgba(250,247,242,1.00);
	}
	#renovations-and-restorations-content{
		clear: none;
		float: left;
		width: 39%;
		margin: 0%;
		padding: 0%;
		color: rgba(60,63,71,1.00);
	}
	#renovations-and-restorations-title{
		clear: none;
		float: left;
		width: 90%;
		margin: 21%0%0%6%;
		padding: 0%0%0%0%;
		border: rgba(126,146,201,1.00) thin solid;
		border-radius: 9px;
		font-size: 120%;
		text-align: center;
	}
	#renovations-and-restorations-photo{
		clear: none;
		float: left;
		width: 60%;
		margin: 0%0%0%0%;
		padding: 0%;
		color: antiquewhite;
	}
	
	
	
	#remodeling{
		clear: none;
		float: left;
		width: 100%;
		padding: 0%;
		margin: 0%;
		background-color: rgba(255,243,217,1.00);
	}
	#remodeling-content{
		clear: none;
		float: left;
		width: 39%;
		margin: 0%;
		padding: 0%;
		color: rgba(43,36,30,1.00);
	}
	#remodeling-title{
		clear: none;
		float: left;
		width: 90%;
		margin: 21%0%0%6%;
		padding: 0%0%0%0%;
		border: rgba(43,36,30,1.00) thin solid;
		border-radius: 9px;
		font-size: 120%;
		text-align: center;
	}
	#remodeling-photo{
		clear: none;
		float: left;
		width: 60%;
		margin: 0%0%0%1%;
		padding: 0%;
		color: antiquewhite;
	}
	
	
	#more-than-20-years-of-experience{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(29,29,29,1.00);
	}
	.glow {
  font-size: 300%;
		padding: 3% 0%;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
	
	
	
	
	
	#sitemap{
		clear: none;
		float: left;
		width: 100%;
		background-color: rgba(21,25,34,1.00);
		color: azure;
		border-bottom-right-radius: 200px;
	}
	
	#site-map-title{
		clear: none;
		float: left;
		width: 100%;
		text-align: center;
		padding: 1%0%;
		font-size: 200%;
	}
	
	#site-map-services{
		clear: none;
		float: left;
		width: 21%;
		margin: 1%6%;
		padding: 0%;
	}
	#site-map-services-title{
		clear: none;
		float: left;
		width: 100%;
		margin: 3%1%;
		padding: 3%0%;
		font-size: 150%;
		border-bottom: rgba(84,93,95,1.00) thin solid;
	}
	
	
	#site-map-about{
		clear: none;
		float: left;
		width: 21%;
		margin: 1%;
		padding: 0%;
	}
	#site-map-about-title{
		clear: none;
		float: left;
		width: 100%;
		margin: 3%1%;
		padding: 3%0%;
		font-size: 150%;
		border-bottom: rgba(84,93,95,1.00) thin solid;
	}
	
	#site-map-social{
		clear: none;
		float: left;
		width: 21%;
		margin: 1%;
		padding: 0%;
	}
	#site-map-social-title{
		clear: none;
		float: left;
		width: 100%;
		margin: 3%1%;
		padding: 3%0%;
		font-size: 150%;
		border-bottom: rgba(84,93,95,1.00) thin solid;
	}
	
	
    /*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	/*=================SERVICES====================*/
	
	#commercial-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(253,245,210,1.00);
		color: rgba(75,25,3,1.00);
	}
	#commercial-services-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%1%9%;
		font-size: 200%;
		
		
	}
	#commercial-services-video{
		clear: none;
		float: left;
		width: 40%;
		margin: 0%0%3%3%;
		padding: 0%;
		border-radius: 40px;
	}
	#commercial-services-content{
		clear: none;
		float: left;
		width: 50%;
		margin: 0%;
		padding: 0%0%0%3%;
		font-size: 100%;
	}
	
	
	#residential-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(19,121,147,1.00);
		color: rgba(186,219,227,1.00);
	}
	#residential-services-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%1%9%;
		font-size: 200%;
		
		
	}
	#residential-services-video{
		clear: none;
		float: left;
		width: 40%;
		margin: 0%0%3%3%;
		padding: 0%;
		border-radius: 40px;
	}
	#residential-services-content{
		clear: none;
		float: left;
		width: 50%;
		margin: 0%;
		padding: 0%0%0%3%;
		font-size: 100%;
	}
	
	
	#kitchen-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(253,250,225,1.00);
		color: rgba(86,24,29,1.00);
	}
	#kitchen-services-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%0%3%;
		font-size: 300%;
		
		
	}
	#kitchen-services-video{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%0%0%0%;
		padding: 0%;
		border-top-left-radius: 40px;
	}
	
	#bathroom-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(225,247,253,1.00);
		color: rgba(24,86,69,1.00);
	}
	#bathroom-services-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%0%3%;
		font-size: 300%;
		
		
	}
	#bathroom-services-video{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%0%0%0%;
		padding: 0%;
		border-top-left-radius: 40px;
	}
	
	#fireplace-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(228,228,228,1.00);
		color: rgba(86,24,24,1.00);
	}
	#fireplace-services-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%0%3%;
		font-size: 300%;
		
		
	}
	#fireplace-services-video{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%0%0%0%;
		padding: 0%;
		border-top-left-radius: 40px;
	}
	
	#landscaping-services{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(253,255,212,1.00);
		color: rgba(160,46,102,1.00);
	}
	#landscaping-services-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%0%3%;
		font-size: 300%;
		
		
	}
	#landscaping-services-video{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%0%0%0%;
		padding: 0%;
		border-top-left-radius: 40px;
	}
	
		
	
    /*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	/*=================CONTACT====================*/
	
		
	
	#contact-section{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
		background-color: rgba(219,242,248,1.00);
		color: rgba(0,24,30,1.00);
		border-top-right-radius: 90px;
	}
	#contact-title{
		clear: none;
		float: left;
		width: 91%;
		margin: 0%;
		padding: 1%0%1%12%;
		font-size: 300%;
		
		
	}
	#contact-video{
		clear: none;
		float: left;
		width: 40%;
		margin: 0%0%3%3%;
		padding: 0%;
		border-radius: 40px;
	}
	#contact-content{
		clear: none;
		float: left;
		width: 50%;
		margin: 0%;
		padding: 3%0%0%3%;
		font-size: 120%;
	}
	#message {
		clear: none;
		float: center;
		font-size: 111%;
		background-color: rgba(2,90,153,1.00);
		color: aqua;
		text-shadow: 0px 0px 0px rgba(2,90,153,1.00);
		transition: 0.5s ease;
		border-radius: 50px;
	}
		#map{
		clear: none;
		float: left;
		width: 100%;
		margin: 0%;
		padding: 0%;
			background-color: rgba(219,242,248,1.00);
	}
	iframe{
		border-top-left-radius: 30px;
		border-top-right-radius: 90px;
		
	}
	
	
	
			
	
    /*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	/*=================ABOUT====================*/
	
	#about-company-owner {
		clear: none;
		float: left;
		width: 100%;
		margin: 2% 0%;
		background-color: white;
	}
	#about-company-owner-photo{
		clear: none;
		float: left;
		width: 22%;
		text-align: center;
		margin: 0% 2%;
		padding: 2%;
		border-right: rgba(2,90,153,1.00) thin solid;
	}
	#about-company-owner-statement {
		clear: none;
		float: left;
		width: 60%;
		text-align: center;
		margin: 6% 2%;
		padding: 2%;
		font-size: 121%;
		border: rgba(0,49,79,1.00) thin solid;
		border-radius: 20px;
	}
	
	
	
	#about-licenses {
		clear: none;
		float: left;
		width: 96%;
		text-align: center;
		margin: 2% 0%;
		padding: 2%;
		background-color: rgba(106,133,142,1.00);
	}
	#about-licenses-title {
		clear: none;
		float: left;
		width: 40%;
		text-align: center;
		margin: 0% 2%;
		padding: 2%;
		border-bottom: rgba(0,49,79,1.00) thin solid;
		
	}
	#about-licenses-content {
		clear: none;
		float: left;
		width: 40%;
		text-align: center;
		margin: 0% 2%;
		padding: 2%;
		border: rgba(0,49,79,1.00) thin solid;
		border-radius: 20px;
	}
	
	#about-testimonials {
		clear: none;
		float: left;
		width: 96%;
		text-align: center;
		margin: 2% 0%;
		padding: 2%;
	}
	#about-testimonials-title{
		clear: none;
		float: left;
		width: 94%;
		text-align: center;
		margin: 0% 2%;
		padding: 2%;
		border-bottom: rgba(0,49,79,1.00) thin solid;
	}
	#about-testimonials-content{
		clear: none;
		float: left;
		width: 94%;
		text-align: center;
		margin: 0% 2%;
		padding: 2%;
		
	}
	
	
	#cuotas {
		clear: none;
		float:left;
		width: 90%;
		margin: 2% 6% 2% 6%;
		
	}
	#cuotas2 {
		clear: none;
		float:left;
		width: 90%;
		margin: 2% 6% 2% 6%;
		
	}
	#cuotas3 {
		clear: none;
		float:left;
		width: 90%;
		margin: 2% 6% 2% 6%;
		
	}
	#cuotas4 {
		clear: none;
		float:left;
		width: 90%;
		margin: 2% 6% 2% 6%;
		
	}
	
	blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 85%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
	}
	blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
	}
	blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
	}
	blockquote cite:before {
    content: "\2014 \2009";
	}	

	
	
	
	
	
}
