p,h1,h2,h3,h4,h5,h6{
	color: white;
}
.footerbutton {
	background-color:orange;
	color: black;
	cursor:pointer;
	border:1px solid transparent;
	border-radius: .25rem;
	padding: .7rem 1.2rem;
	line-height: 1.2rem;
}
.footerbutton:hover{
	color: white !important;
	opacity:0.6;
}
.myfooter
{
    background-color:#333; 
    color:orange;
    height:auto;
	bottom:0;
	position:relative;
} 
.myfooter .footer-content{
	height:auto;
	display:flex;
	padding-bottom:40px;
}
.myfooter .footer-content .footer-section{
	flex:1;
	padding: 20px;
}
.myfooter .footer-content h1,
.myfooter .footer-content h2{
color: honeydew;
}
.myfooter .footer-content h2{
margin-top:-10px;
}
.myfooter .footer-content p{
	color: white;
	}
.myfooter .footer-content .about span{
	color: honeydew;
}
.myfooter .footer-content .footer-contact span a{
	color: orange;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}
.myfooter .footer-content .footer-contact a:hover{
    color: white;
	margin-left: 15px;
	transition: all .3s;
}
.myfooter .footer-content .about .logo-text span{
	color:orange;
	letter-spacing: 15px;
	/*background-image: url(assets/image/background.png) center no-repeat;
   -webkit-text-fill-color: transparent;*/
   -webkit-background-clip: text;
}
.myfooter .footer-content .about .logo-text span{
	color:orange;
}
.myfooter .footer-content .about .footer-contact span{
	display: block;
	font-size: 1.1rem;
	margin-bottom: 15px;
}
.myfooter .footer-content .about .social a{
	border: 2px solid grey;
	border-radius: 5px;
	line-height:50px;
}
.myfooter .footer-content .about .social a:hover{
border: 1px solid white;
color: white;	
transition: all .3s;
}
.myfooter .footer-content .link ul a{
display: block;
margin-bottom: 10px;
font-size: 1.2rem;
font-weight: bold;
list-style: none;
}
.myfooter .footer-content .link ul a:hover{
	color: white;
	margin-left: 15px;
	transition: all .3s;
}
.myfooter .footer-content .comment .contact-filter_input{
	background-color:#272727;
	color: #bebdbd;
	margin-bottom: 10px;
	line-height: 1.5rem;
	padding: .9rem 1.4rem;
	border:1px solid gray;
}
.myfooter .footer-content .comment .contact-filter_input:focus {
	background-color: #1a1a1a;
	border: 2px solid #eef211;
  }
  .myfooter .footer-content .comment .contact-btn{
	  float: right;
	  font-size: 1.1rem;
	  font-family: 'lora', serif;

  }
  .comment textarea{
	background-color:#272727;
	color: #bebdbd;
	margin-bottom: 10px;
	line-height: 1.5rem;
	padding: .9rem 1.4rem;
	border: none; 
    width: 100%;
    min-height:120px;
    padding: 15px;
	resize:none;
    margin: 0 0 22px 0;
  }  
  .comment input[type=text], input[type=password],input[type=email],input[type=textarea] {
	background-image: none;
	width: 100%;
	padding: 15px;
	height: 50px;
	margin: 0 0 22px 0;
  }
.myfooter .footer-bottom{
	position:absolute;
	background-color:#272727;
	color:orange;
	height:auto;
	width:100%;
	text-align:left;
	bottom:0px;
	padding:0px 50px 5px 10px;
}
 .footer-bottom .bottom-section{
	flex:1;
	border: 1px solid white;
}
.myfooter .footer-bottom h3{
	text-align:left;
	color:orange;
	float: left;
	padding-top:5px;
}
.myfooter .footer-bottom a{
	text-align:right;
	color:orange;
	float: right;
	padding-top:10px;
}
.myfooter .footer-bottom a:hover{
	color: white;
	font-weight:bold;
	transition: all .3s;
}
.myfooter .footer-bottom .footer-section .iconsize{
	font-size: 13px;
}
.facebook ,
.twitter ,
.google,
.linkedin,
.instagram,
.email ,
.whatsapp, 
.skype {
	padding:10px;
}
@media only screen and (max-width: 934px)
{
	.myfooter
	{
		height:auto;
	} 
	.myfooter .footer-content{
		height:auto;
		flex-direction: column;
	  padding-bottom:10px; 
	}
	.myfooter .footer-content .footer-section.comment .contact-btn{
		width: 100%;
	}
	.myfooter .footer-bottom{
		position: relative;
		font-size: 14px;
		height:100px;
		bottom:0px;
		padding:5px 0px 20px 10px;
	}
	.myfooter .footer-bottom h3{
	padding-top:0px;
}

.myfooter .footer-content .about .logo-text span{
	display:flex;
	flex-direction:row;
}
.myfooter .footer-content .about .logo-text span:before, 
.myfooter .footer-content .about .logo-text span:after {
	content: "";
	flex: 1 1;
	border-bottom:6px solid orange;
	margin:auto;
}
}