:root { 
--primary-font: "Roboto", sans-serif;
--secondary-font: "Oswald", sans-serif;
--base-font-size: 18px;
--base-font-weight: 400;
--base-line-hight: 1.8;
--base-text-transform: initial;
--base-font-family: "Roboto", sans-serif;
--base-text-color: 29,28,36;
--primary-color: 214,51,58;
--secondary-color: 49,54,115;
--text-color: 29,28,36;
--heading-color: rgb(29,28,36);
--base-gray-color: 247,250,252;
--base-ham-bg: 214,51,58;
--base-heading-font-family: "Oswald", sans-serif;
--base-heading-font-weight: 700;
--base-content-heading-font-family: "Oswald", sans-serif;
--base-content-heading-font-weight: 600;
/*Button Style*/
--base-btn-font-weight: 600;
--base-btn-line-height: 1.2;
--base-btn-text-transform: uppercase;
--base-btn-font-family: "Oswald", sans-serif;
--base-btn-padding: 14px 30px;
--base-btn-border-width: 0px;
--base-btn-border-style: solid;
--base-btn-border-color: #E4E4E4;
--base-btn-border-color-focus: #0376b9;
--base-btn-radius: 50px;
--base-btn-bg: rgb(214,51,58);
--base-btn-hover-bg: rgb(49,54,115);
--base-btn-color: rgb(255,255,255);
--base-btn-hover-color: rgb(255,255,255);
/*Color Palette 2*/
--base-btn-palette-2-bg: rgb(255,255,255);
--base-btn-palette-2-hover-bg: rgb(214,51,58);
--base-btn-palette-2-color: rgb(29,28,36);
--base-btn-palette-2-hover-color: rgb(255,255,255);
--base-btn-palette-2-border-width: 0px;
--base-btn-palette-2-border-style: solid;
--base-btn-palette-2-border-color: #E4E4E4;
--base-btn-palette-2-border-color-focus: #0376b9;
/*Color Palette 3*/
--base-btn-palette-3-bg: rgb(255,221,0);
--base-btn-palette-3-hover-bg: rgb(255,221,0);
--base-btn-palette-3-color: rgb(0,0,0);
--base-btn-palette-3-hover-color: rgb(0,0,0);
--base-btn-palette-3-border-width: 1px;
--base-btn-palette-3-border-style: solid;
--base-btn-palette-3-border-color: #E4E4E4;
--base-btn-palette-3-border-color-focus: #0376b9;
/*Button Large*/
--base-btn-font-size-lg: 20px;
--base-btn-padding-lg: 16px 35px;
/*Button Small*/
--base-btn-font-size-sm: 18px;
--base-btn-padding-sm: 13px 30px;

/*Form Style*/
--base-form-label-font-weight: 400;
--base-form-label-line-height: inherit;
--base-form-label-text-transform: inherit;
--base-form-label-font-family: inherit;
--base-form-label-color: rgb(0,0,0);

--base-form-field-font-weight: 400;
--base-form-field-line-height: 1.5;
--base-form-field-text-transform: capitalize;
--base-form-field-font-family: "Roboto", sans-serif;
--base-form-field-radius: 6px;
--base-form-field-padding: 11px 17px;
--base-form-field-bg: rgb(250,251,253);
--base-form-field-color: rgb(51,51,51);
--base-form-field-placeholder-color: rgb(153,153,153);
--base-form-field-border-width: 1px;
--base-form-field-border-style: solid;
--base-form-field-border-color: #D3D3D3;
--base-form-field-border-color-focus: #313673;

--base-form-btn-font-weight: 700;
--base-form-btn-line-height: 1.2;
--base-form-btn-text-transform: uppercase;
--base-form-btn-font-family: "Oswald", sans-serif;
--base-form-btn-padding: 16px 48px 18px;
--base-form-btn-radius: 50px;
--base-form-btn-border-width: 0px;
--base-form-btn-border-style: solid;
--base-form-btn-border-color: #E4E4E4;
--base-form-btn-border-color-hover: #0376b9;
/*Form Submit Colors*/
--base-form-btn-bg: rgb(214,51,58);
--base-form-btn-bg-hover: rgb(49,54,115);
--base-form-btn-color: rgb(255,255,255);
--base-form-btn-color-hover: rgb(255,255,255);

/*Footer Style*/
--base-footer-font-weight: 400;
--base-footer-line-height: 1.8;
--base-footer-text-transform: inherit;
--base-footer-font-family: "Roboto", sans-serif;
--base-footer-text-color: rgba(255,255,255,0.8);

--base-footer-title-weight: 600;
--base-footer-title-line-height: 1.2;
--base-footer-title-transform: capitalize;
--base-footer-title-family: "Oswald", sans-serif;
--base-footer-title-color: rgb(255,255,255);

--base-footer-link-color: rgba(255,255,255,0.8);
--base-footer-link-color-hover: rgb(214,51,58);

--base-footer-bg: rgb(29,28,36);
--base-footer-bottom-bg: rgb(29,28,36);
--base-footer-bottom-text-color: rgba(255,255,255,0.6);

}

body {
    font-size: 18px;
}

.btn {
    font-size: 19px;
}

h1,.h1 {
    font-size: 45px;
}

h2,.h2 {
    font-size: 32px;
}

h3,.h3 {
    font-size: 28px;
}

h4,.h4 {
    font-size: 24px;
}

h5,.h5 {
    font-size: 22px;
}

h6,.h6 {
    font-size: 18px;
}

.entry-content h1 {
    font-size: 42px;
}

.entry-content h2 {
    font-size: 32px;
}

.entry-content h3 {
    font-size: 28px;
}

.site-content .gform_wrapper label.gfield_label,
.site-content .gform_wrapper legend.gfield_label {
    font-size: 18px !important;
}

.site-content .gform_wrapper select,
.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site-content .gform_wrapper textarea {
    font-size: 17px !important;
}

.site-content .gform_wrapper .gform_footer input.button,
.site-content .gform_wrapper .gform_footer input[type=submit],
.site-content .gform_wrapper .gform_page_footer input.button,
.site-content .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 19px !important;
}

.site-footer,
.footer-bottom {
    font-size: 16px;
}

.site-footer .widget-title {
    font-size: 24px;
}



@media screen and (max-width: 1280px) {


.btn {
    font-size: 18px;
}

h1,.h1 {
    font-size: 32px;
}

h2,.h2 {
    font-size: 28px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 22px;
}

h5,.h5 {
    font-size: 20px;
}

h6,.h6 {
    font-size: 18px;
}

.entry-content h1 {
    font-size: 36px;
}

.entry-content h2 {
    font-size: 30px;
}

.entry-content h3 {
    font-size: 26px;
}








}




@media screen and (max-width: 768px) {



h1,.h1 {
    font-size: 30px;
}

h2,.h2 {
    font-size: 26px;
}

h3,.h3 {
    font-size: 22px;
}




.entry-content h1 {
    font-size: 30px;
}










}
