html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
html {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&display=swap');


body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #F0EEE9 url(header_bg.jpg) top center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

::selection {
    background: #E70713;
    color: #fff;
}

i {
    font-style: italic;
}

b {
    font-weight: 600 !important;
}

* {
    box-sizing: border-box;
}

a {}

a:hover {}

a:visited {}

a img {
    border: 0;
}

a:focus,
a:active {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

#page {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


#header {
    width: 100%;
    text-align: center;
}

#header>div {
    text-align: center;
    padding: 100px 0;
}

#header>div div img {
    width: 100px;
    margin-top: 20px;
}

h1 {
    width: 100%;
    margin: 0px auto 20px auto;
}

h1 img {
    width: 100%;
}

#header>div div {}



#article {
    font-size: 24px;
    line-height: 150%;
    text-align: justify;
}

#article p {
    margin-bottom: 20px;
}

#program {
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    margin-top: 100px;
    margin-bottom: 20px;
}

#program hr {
    margin: 20px auto;
}

h2,
h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

h3 {}

h4 {
    font-size: 22px;
    font-weight: bold;
}

.col2 {
    clear: both;
    margin-bottom: 20px;
}

.center .col {
    text-align: center;
}

.col2::after {
    content: "";
    clear: both;
    display: table;
}

.col2 .col {
    width: 48%;
    float: left;
}

.col2 .col:last-child {
    float: right;
}

#links {
    margin-top: 50px;
}

#links a,
.watch {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: block;
    box-shadow: 10px 10px 20px #bcbcbc, -10px -10px 20px #fefefe;
    transition: box-shadow .46s cubic-bezier(0.46, -0.46, 0.23, 1.23);
}

.watch {
    display: inline-block;
    width: auto;
    padding: 10px;
    float: right;
    margin: 0 00px 20px 20px;
}

#zoom {
    border: 3px solid #2D8CFF;
    color: #2D8CFF;
}

#zoom img {
    height: 17px;
    position: relative;
    top: 1px;
}

#pdf,
.watch {
    border: 3px solid #E70713;
    color: #E70713;
}

#links a:hover,
.watch:hover {
    box-shadow: 5px 5px 10px #bcbcbc,
        -5px -5px 10px #fefefe;
}

hr {
    width: 70%;
    margin: 50px auto;
    background: silver;
    height: 1px;
    border: 0;
}

hr.big {
    width: 90%;
    margin: 100px auto !important
}

#organizers {
    clear: both;
    text-align: center;
    font-size: 15px;
    line-height: 160%;
}

#footer {
    text-align: center;
    vertical-align: middle;
}

#footer img {
    width: 300px;
    margin: 30px;
}


@media only screen and (max-width: 1200px) {
    #article {
        font-size: 22px;
    }

    #page {
        padding: 10px;
    }

}

@media only screen and (max-width: 1000px) {
    #article {
        font-size: 20px;
    }

    #page {
        padding: 10px;
    }

    .col2 .col {
        width: 100%;
        float: none !important;
        margin-bottom: 20px;
    }

}