:root { 
--primary-font: "Roboto", sans-serif;
--base-font-size: 16px;
--base-font-weight: 400;
--base-line-hight: 1.8;
--base-text-transform: initial;
--base-font-family: "Roboto", sans-serif;
--base-text-color: 0,4,53;
--primary-color: 123,28,28;
--secondary-color: 0,4,53;
--text-color: 0,4,53;
--heading-color: rgb(0,4,53);
--base-gray-color: 243,246,249;
--base-ham-bg: 255,255,255;
--base-heading-font-family: "Roboto", sans-serif;
--base-content-heading-font-family: "Roboto", sans-serif;
--base-heading-font-weight: 600;
/*Button Style*/
--base-btn-font-weight: 700;
--base-btn-line-height: 1.4;
--base-btn-text-transform: initial;
--base-btn-font-family: "Roboto", sans-serif;
--base-btn-padding: 10px 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(123,28,28);
--base-btn-hover-bg: rgb(154,35,35);
--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,221,0);
--base-btn-palette-2-hover-bg: rgb(255,221,0);
--base-btn-palette-2-color: rgb(0,0,0);
--base-btn-palette-2-hover-color: rgb(0,0,0);
--base-btn-palette-2-border-width: 1px;
--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: 22px;
--base-btn-padding-lg: 15px 65px;
/*Button Small*/
--base-btn-font-size-sm: 15px;
--base-btn-padding-sm: 8px 30px;

/*Form Style*/
--base-form-label-font-weight: 400;
--base-form-label-line-height: 1.3;
--base-form-label-text-transform: inherit;
--base-form-label-font-family: "Roboto", sans-serif;
--base-form-label-color: rgb(29,28,36);

--base-form-field-font-weight: 400;
--base-form-field-line-height: 1.3;
--base-form-field-text-transform: inherit;
--base-form-field-font-family: "Roboto", sans-serif;
--base-form-field-radius: 4px;
--base-form-field-padding: 10px 15px;
--base-form-field-bg: rgb(250,251,253);
--base-form-field-color: rgb(0,4,53);
--base-form-field-placeholder-color: rgb(0,0,0);
--base-form-field-border-width: 1px;
--base-form-field-border-style: solid;
--base-form-field-border-color: #e6e6e6;
--base-form-field-border-color-focus: #899bb2;

--base-form-btn-font-weight: 600;
--base-form-btn-line-height: 1.3;
--base-form-btn-text-transform: inherit;
--base-form-btn-font-family: "Roboto", sans-serif;
--base-form-btn-padding: 13px 30px;
--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(123,28,28);
--base-form-btn-bg-hover: rgb(154,35,35);
--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: rgb(255,255,255);

--base-footer-title-weight: 700;
--base-footer-title-line-height: 1.3;
--base-footer-title-transform: inherit;
--base-footer-title-family: "Roboto", sans-serif;
--base-footer-title-color: rgb(255,255,255);

--base-footer-link-color: rgb(255,255,255);
--base-footer-link-color-hover: rgb(255,255,255);

--base-footer-bg: rgb(0,4,53);
--base-footer-bottom-bg: rgb(0,3,42);
--base-footer-bottom-text-color: rgb(255,255,255);

}

body {
    font-size: 16px;
}

.btn {
    font-size: 18px;
}

h1,.h1 {
    font-size: 50px;
}

h2,.h2 {
    font-size: 40px;
}

h3,.h3 {
    font-size: 30px;
}

h4,.h4 {
    font-size: 26px;
}

h5,.h5 {
    font-size: 22px;
}

h6,.h6 {
    font-size: 18px;
}

.entry-content h1 {
    font-size: 36px;
}

.entry-content h2 {
    font-size: 28px;
}

.entry-content h3 {
    font-size: 24px;
}

.site-content .gform_wrapper label.gfield_label,
.site-content .gform_wrapper legend.gfield_label {
    font-size: 15px !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: 16px !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: 22px !important;
}

.site-footer,
.footer-bottom {
    font-size: 16px;
}

.site-footer .widget-title {
    font-size: 26px;
}



@media screen and (max-width: 1280px) {



h1,.h1 {
    font-size: 45px;
}

h2,.h2 {
    font-size: 35px;
}

h3,.h3 {
    font-size: 28px;
}

h4,.h4 {
    font-size: 24px;
}








.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: 18px;
}


.site-footer .widget-title {
    font-size: 24px;
}



}




@media screen and (max-width: 768px) {



h1,.h1 {
    font-size: 35px;
}

h2,.h2 {
    font-size: 30px;
}

h3,.h3 {
    font-size: 26px;
}














}
