/* CSS Document */


h1 {
font-size: 1.6em;
font-weight: bold;
margin-bottom: 20px;
}

h2 {
font-size: 1.4em;
font-weight: bold;
margin-bottom: 20px;
}

h3 {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 20px;
}

.indentblock {
margin-left : 20px;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Aspect ratio (56.25% for 16:9 aspect ratio) */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
