section.agenda p.text-light-opacity b {
    color: #c72d34;
}
ul li {
    list-style: circle;
    margin-bottom: 10px;
}

::marker {
    color: red;
}

footer {
    padding-bottom: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .maintitle {
        font-size: 3.5rem !important;
        line-height: 3rem !important;
        margin-bottom: 15px !important;
    }
    .subtitle {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
    }
	.btn.btn-rounded.btn-extra-large {
    	padding: 10px 15px !important;
    	font-size: 13px !important;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 401px) and (max-width: 600px) {
    .maintitle {
        font-size: 5.063rem !important;
        line-height: 4rem !important;
        margin-bottom: 30px !important;
    }
    .subtitle {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .maintitle {
        font-size: 6.063rem !important;
        line-height: 4rem !important;
        margin-bottom: 30px !important;
    }
    .subtitle {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
	.ls-minus-10px {
    	letter-spacing: 0px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .maintitle {
        font-size: 5.063rem !important;
        line-height: 4rem !important;
        margin-bottom: 30px !important;
    }
    .subtitle {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .maintitle {
        font-size: 6.5rem !important;
        line-height: 10rem !important;
    }
    .subtitle {
        font-size: 6rem !important;
        line-height: 7rem !important;
    }
	.ls-minus-10px {
    	letter-spacing: -10px !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .maintitle {
        font-size: 8.063rem !important;
        line-height: 14rem !important;
    }
    .subtitle {
        font-size: 8rem !important;
        line-height: 10rem !important;
    }
}