/*
Theme Name: Golfo Project
Author: Ercole Sarno 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
*/

:root {
	--penn-blue: #000F4D;
	--azul: #016FB9;
	--pacific-cyan: #22AED1;
	--lime: #D3FF36;
	--white:#FFFFFF;
}
  @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body {
    font-family: 'Raleway';
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
}
.btn.focus, .btn:focus {
	outline:0;
	box-shadow:none;
}

/*Background*/
.bg-sfumed {
	background: linear-gradient(45deg, var(--penn-blue), var(--pacific-cyan));
}

/*Tipografy*/

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 2.488rem;
}

h2 {font-size: 2.074rem;}

h3 {font-size: 1.728rem;}

h4 {font-size: 1.44rem;}

h5 {font-size: 1.2rem;}


.site-header {
	background:#E7DCC4;
}