@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

body {margin:0;padding:10px;font-size: 14px;color: #333;line-height: 1.4em;font-weight: normal;}

body, div, p {font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6, .btn {font-family: 'Ubuntu', Helvetica, Arial, sans-serif;}
h5.subheader, h6.subheader {font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-weight: 300;}

/* LINKS GENERICI */
a img {margin: 0;padding: 0;border: 0;}

a {color: #A55F20;text-decoration: none;}
a:link, a:visited {color: #A55F20;text-decoration: none;}
a:hover, a:active {color: #A55F20;text-decoration: underline;}
a, a:hover, a:focus {outline: none;}

/* TITOLI E SOTTOTITOLI */
h1, h2, h3, h4, h5, h6 {color: #282828;font-style: normal;font-weight: 400;}
h1, h2, h3 {line-height: 1.2em;}
h4, h5, h6 {line-height: 1.3em;}
h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}

hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

/* TABELLE */
table {width: 100%; margin:8px 0;border-collapse: collapse;}
th {background-color: #daeefa;border: 1px solid #d2d2d2;padding: 2px 8px;}
td {margin:0; padding:2px 8px; border:1px solid #d2d2d2; vertical-align:top;}

/* ELEMENTI GENERICI PER IL TESTO */
p {padding: 0;margin: 0 0 10px 0;}

ul, ol, dl {margin: 0 0 15px 20px;padding: 0;list-style-position: outside;}
li {margin: 0;padding: 0;}

.youtube-embed-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.youtube-embed-wrapper iframe,
.youtube-embed-wrapper embed,
.youtube-embed-wrapper object,
.youtube-embed-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
