@import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Stylish&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monofett&display=swap');


body{
   font-family: 'Open Sans', sans-serif;
}

.nrg_normal_text_p{
   font-family: 'Open Sans', sans-serif;
}

.nrg_strange_text_p{
   font-family: 'Stylish', sans-serif;
   font-size:24px;
   color: #2271B3;
}


.nrg_title_text_IT{
   font-family: 'Fredericka the Great', cursive;
   font-size:48px;
   color: white;
   background-color: #2271B3;
}

.nrg_title_text_EN{
   font-family: 'Fredericka the Great', cursive;
   font-size:48px;
   color: white;
   background-color: red;
}

.nrg_title_text_DE{
   font-family: 'Fredericka the Great', cursive;
   font-size:48px;
   color: yellow;
   background-color: black;
}

.nrg_title_text_FR{
   font-family: 'Fredericka the Great', cursive;
   font-size:48px;
   color: red;
   background-color: #252850;
}

.nrg_title_text_ES{
   font-family: 'Fredericka the Great', cursive;
   font-size:48px;
   color: red;
   background-color: yellow;
}

.nrg_footer_text{
    font-family: 'Bilbo Swash Caps', cursive;
	font-size:24px;
	color: white;
}








.port_ph_strange_text{
   font-family: 'Stylish', sans-serif;
   font-size:18px;
   color: #2271B3;
}   

.port_ph_title_IT{
   font-family: 'Monofett', cursive;
   font-size:18px;
   color: white;
   background-color: #2271B3;
}

.port_ph_title_EN{
   font-family: 'Monofett', cursive;
   font-size:18px;
   color: white;
   background-color: red;
}

.port_ph_title_DE{
   font-family: 'Monofett', cursive;
   font-size:18px;
   color: yellow;
   background-color: black;
}

.port_ph_title_FR{
   font-family: 'Monofett', cursive;
   font-size:18px;
   color: red;
   background-color: #252850;
}

.port_ph_title_ES{
   font-family: 'Monofett', cursive;
   font-size:18px;
   color: red;
   background-color: yellow;
}






