@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,800');
body, html {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

p {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5; 
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    line-height: 1.3;
}
.txt_white_shadow {
    text-shadow: 2px 2px 3px  #FFF;
}
.txt_black_shadow {
    text-shadow: 2px 2px 3px  #000;
}
