/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



body {

    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    background: #ffffff !important;
    color: #000000;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 1.125rem;
}

h1 {

    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a{
	color:inherit;
	transition: all 0.3s ease;
	
}

.button {
    border: 2px solid #B72270;
    background-color: #B72270;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: .75rem 1.5rem;
    font-size: .875rem;
    font-weight: 700;
    transition: all .3s ease;
}

.button:hover {
    border-color: #2A9D8F;
    background-color: #2A9D8F;
}

@media screen and (max-width: 1920px) {
    html {
        font-size: calc(0.625rem + 0.41666666666666674vw);
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
    }
}

@media screen and (max-width:479px) {
    html {
        font-size: calc(0.7497384937238494rem + 0.41841004184100417vw);
    }
}