/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

html, body {
	margin: 0;
	padding: 0;
}
#site-header{
	display:none;
}
#newsletter {
    text-align: center;
    padding-top: 45px;
    font-size: 31px;
    font-family: Roboto;
}
#newsletter button {
    font-size: 18px;
    background-color: #0083ff;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 20px 5px 20px;
}
#newsletter button:hover{
	transform:scale(1.02);
}
#newsletter input {
    font-size: 20px;
}
.footer-elements {
    color: #d6d6d6;
}
.footer-elements-two{
	color:white;
}
.elementor-testimonial-name a {
	color:black;
}
.elementor-testimonial-job a{
    color: #bfbfbf;	
}
