﻿:root {
    /*--main-color: #5A0FC8;*/
    --main-color: #0A6D13;
}

body {
   
}

.pageTitle {
    color: var(--main-color) !important;
    font-weight: bold;
    font-size: 2.5rem;
}
.pageSubTitle {
    color: var(--main-color) !important;
    font-weight: bold;
    font-size: 1.5rem;
}
#info {
    background-color: var(--main-color);
    color: white;
    font-size: 13pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px;
}

    #info div {
        margin: 3px 15px;
    }

    #info span::before {
        content: url('../images/check24x24.png');
        vertical-align: middle;
        margin-right: 0.5rem;
    }

section {
    margin: 1rem;
    text-align:justify;
}

.list-content {
    list-style-type: none;
    margin-left:-25px;
    
}
.list-content li{
    margin-bottom:5px;
}

section ul a {
    text-decoration: none;
}

    section ul a:hover {
        text-decoration: underline;
    }

.title {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin-bottom:25px;
}

.topic {
    margin-top: 15px;
}

    .topic .topic-header {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top:0px;
    }
.topic-footer a {
    text-decoration: none;
}
    .topic-footer a:hover {
        text-decoration: underline;
    }

.lesson-title {
    font-weight: bold;
    font-size:24px;
    margin-bottom:0px;
    color:gray;
}
.acatalog {
    text-decoration: none;
    color: #F28019;
}
.acatalog:hover{
    color:red;
    text-decoration:underline;
}

@media (max-width: 576px) {
    section {
        margin: 15px;
        text-align: left;
    }
}