.contact_text{
	color: blue;
	font-weight: bold;
}
.contact_{
	background-image: url("/resources/images/green-background-5.jpg");
	background-size: cover;
	
}
.home_page_p  {
	font-style: italic;
	font-size: 5vh;
	background-color: #3CB371;
 color:white;
	
	border-radius: 5px;
}

.home_page{
	background-image: url("/resources/images/green-background-5.jpg");
	background-size: cover;
}
.about{
	background-image: url("/resources/images/green-background-5.jpg");
	background-size: cover;
}
.about_text {
	font-style: italic;
	font-size: 3vh;
	background-color: #3CB371;
 color:white;
	
	border-radius: 5px;
}
.fa-phone {
	font-size: 1.4em !important;
}
.fa-envelope{
	font-size: 1.3em !important;
}
.fa-facebook-square{
	font-size: 4em !important;
	color: white !important;
}
.image-car {
	font-style: italic;
	font-size: 3vh;
	background-color: #3CB371;
	opacity: 0.8;
	height: 120px;
	border-radius: 5px;
	
	
}

.footer_link a{
color: white !important;
		
	
}
body {
  
   overflow-x: hidden !important;
  
}

.container-fluid {
   padding: 0px !important;
   overflow: hidden !important;
  
}
.carousel-item.active {
	
	background-image: url("/resources/images/airconditioner_web.jpg") !important;
	
	background-size: cover !important;
	background-size: auto 100% !important;
	height: 20% !important;
	
	
	
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  border: 2px solid 	#3CB371 !important;
  border-radius: 12px !important;
  
}
.dropdown-item{
	font-size: 0.9em;
	color:	#3CB371 !important;
	 font-family: 'Arial', serif;
	 
}
.dropdown-item:hover{
	
	 color: #3CB371 !important;
	 font-family: 'Arial', serif;
	 font-size: 1em;
	 background-color: #98FB98 !important;
	
}
.navbar-brand{
margin-left: 15%;

}
.nav-link {
	
	 color:	#3CB371 !important;
	 font-family: 'Arial', serif;
	 font-size: 1em;
	border: 2px solid 	#3CB371;
  border-radius: 12px;
}
.nav-link:hover{
	
	 color: #3CB371 !important;
	 font-family: 'Arial', serif;
	 font-size: 1em;
	 background-color: #98FB98;
}
.active {
	
	 color: white !important;
	 font-family: 'Arial', serif;
	 font-size: 1em;
	 background-color: #3CB371;
	 
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.oddeven:nth-of-type(odd) {
background-color:#DCDCDC;
}
    
.oddeven:nth-of-type(even) {
background-color:#C8C8C8;
}

.footer {
  position: static;
  bottom: 0;
  width: 100%;
  background-color: #3CB371 !important;
  color:white;
}

.aircond {
	font-style: italic;
	font-size: 3vh;
	background-color: #3CB371;
 color:white;
	
	border-radius: 5px;
}
.brands img {
	width: 20%;
}