/* cmsms stylesheet: idjardin2019 modified: 22/06/20 12:04:45 */
/* Overrides */

.site-footer {
background-color: #F6F6F6;
margin-top: 40px;
margin-bottom: 0;
padding: 40px 0 80px 0;
}

.footerbig {
font-weight: 600;
font-size: 180%;
}

h1 { font-size: 32px; font-weight: 300; }
h1 span, code { font-weight: 600; color: #9ed034; font-family: "Open Sans",Arial,sans-serif; background-color: transparent; }
h2 { color: #888; font-size: 24px; }
h3 { font-weight: 600; color: #9ed034; font-size: 18px; }

hr {
    height: 3px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #9ed034;
    margin: 8px 0;
    margin-bottom: 20px;
    border: 0;
}

#headerbg {
    background: url(/uploads/id2019/images/headerbg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

p, li {
    font-size: 120%; 
    letter-spacing: 1px;
}
p {
    margin: 20px 0;
}

ul {
padding: 0 20px;
list-style-type: square;
}

.main-menu ul li {
padding-left: 15px;
padding-right: 15px;
}
