/*===================== 
Configure colors and fonts.                                
Auto generated file, do not edit!                                
=====================*/   
/* oswald-200 - latin-ext_latin */
                                            @font-face {
                                              font-family: 'Oswald';
                                              font-style: normal;
                                              font-weight: 200;
                                              src: local(''),
                                                   url('/fonts/oswald-v41-latin-ext_latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
                                                   url('/fonts/oswald-v41-latin-ext_latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                                            }
                                            /* oswald-300 - latin-ext_latin */
                                            @font-face {
                                              font-family: 'Oswald';
                                              font-style: normal;
                                              font-weight: 300;
                                              src: local(''),
                                                   url('/fonts/oswald-v41-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
                                                   url('/fonts/oswald-v41-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                                            }
                                            /* oswald-regular - latin-ext_latin */
                                            @font-face {
                                              font-family: 'Oswald';
                                              font-style: normal;
                                              font-weight: 400;
                                              src: local(''),
                                                   url('/fonts/oswald-v41-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
                                                   url('/fonts/oswald-v41-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                                            }
                                            /* oswald-500 - latin-ext_latin */
                                            @font-face {
                                              font-family: 'Oswald';
                                              font-style: normal;
                                              font-weight: 500;
                                              src: local(''),
                                                   url('/fonts/oswald-v41-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
                                                   url('/fonts/oswald-v41-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                                            }
                                            /* oswald-600 - latin-ext_latin */
                                            @font-face {
                                              font-family: 'Oswald';
                                              font-style: normal;
                                              font-weight: 600;
                                              src: local(''),
                                                   url('/fonts/oswald-v41-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
                                                   url('/fonts/oswald-v41-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                                            }
                                            /* oswald-700 - latin-ext_latin */
                                            @font-face {
                                              font-family: 'Oswald';
                                              font-style: normal;
                                              font-weight: 700;
                                              src: local(''),
                                                   url('/fonts/oswald-v41-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
                                                   url('/fonts/oswald-v41-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
                                            }     
                 
:root{     

    --color-primary: #1d6cb1;
    --color-primary-hover: #32a444;
    
    --bg-color: #ffffff;
    --light-bg-color: #e2e2e2;
   
    --title-color: #636469;
    --subtitle-color: #497c92;
    --text-color: #636469;
    
    --color-button: #ffffff;
    --color-button-hover: #ffffff;
    --color-button-bg: #1d6cb1;
    --color-button-bg-hover: #32a444;
    /*--color-button-border: transparent;*/
    --color-button-border-hover: #32a444;
    
    --color-button2: #e2e2e2;
    --color-button2-hover: #e2e2e2;
    --color-button2-bg: #636469;
    --color-button2-bg-hover: #636469;
    /*--color-button2-border: transparent;*/
    --color-button2-border-hover: #74c5e9;
    
    --color-button3: #636469;
    --color-button3-hover: #ffffff;
    --color-button3-bg: #ffe72d;
    --color-button3-bg-hover: #74c5e9;
    /*--color-button3-border: transparent;*/
    --color-button3-border-hover: #ffe72d;
 
    --color-header-text: #1d6cb1;
    --color-header-text-hover: #74c5e9;
    --color-header-bg: #ffffff;
    
    /*Ugyanaz, mint a normal header*/
    --color-header2-text: #1d6cb1;
    --color-header2-text-hover: #74c5e9;
    --color-header2-bg: #ffffff;
    /*Ugyanaz, mint a normal header*/
    
    --color-header-top-text: #ffffff;
    --color-header-top-text-hover: #75c5ea;
    --color-header-top-bg: #1d6cb1;
    
    --footer-bg-color : #1d6cb1;
    --footer-text-color : #ffffff;
    --footer-link-color : #e2e2e2;
    --footer-link-color-hover : #32a444;
    
    --footer-link-bottom-color : #e2e2e2;
    --footer-text-bottom-color : #e2e2e2;
    --footer-link-bottom-color-hover : #74c4e9;
    --footer-bg-bottom-color : transparent;


    --body-font: 'Oswald';
    --body-font-size: 18px;
    
    
    --title-font: 'Oswald';
    --title-font-size: 28px;
    
    
    --subtitle-font: 'Oswald';
    --subtitle-font-size: 16px;
    

    --header-font: 'Oswald';
    --header-font-size: 18px;
    --header-font-weight: 400;

	--color-primary-alpha: #1d6cb188;
   
                               
}