/**************************************************
CSS COMMUN
**************************************************/
*{
    box-sizing: border-box;
}

body{
    background-color: rgb(86, 122, 143);
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    hyphens: auto;
    padding-top: 40px;
}

.h1, h1 {
    font-size: 36px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

ol li a{
    color: white;
    font-weight: normal;
    text-decoration: none;
    font-size: 17px;
}

ol li a:hover{
    color: white;
    text-decoration: underline dotted;
}

/**************************************************
CSS HEADER
**************************************************/



/**************************************************
CSS MAIN (INDEX)
**************************************************/



/**************************************************
CSS FOOTER
**************************************************/



/**************************************************
CSS MEDIA QUERIES
**************************************************/
@media screen and (min-width:576px){}

@media screen and (min-width:768px){}

@media screen and (min-width:992px){}

@media screen and (min-width:1200px){}

@media screen and (min-width:1400px){}