/* -- -- */
/* -- -- */
/* ------------------------  ---------------------- */
/* ------------------------  ---------------------- */

/* -- TEXT -- */	
a{
text-decoration:none;
}

.hyperlink{
font-size:2rem;
color:blue;
font-weight:700;
text-decoration:underline;
}

.hyperlink:hover{
cursor: pointer;
}

p{
/* color:white; */
font-size:6rem;
}

.titleA{
font-size:3rem;
}

.titleB{
font-size:2.3rem;
}

.textA,.feed-title{
font-size:2rem;
}

.textB{
font-size:1.8rem;
}

table{
/* border:2px solid black; */
}

td{
padding-right:2rem;   
}

/* ************************************************************************ */
/* ------------------------ MEDIA QUERY BREAK POINT ---------------------- */
/* ************************************************************************ */
@media screen and (min-width: 576px) and (max-width: 992px){
/* -- FONT -- */
p{
/* color:white; */
font-size:3rem;
}

/* -- FONT -- */
.titleA{
font-size:2.1rem;
}

.titleB{
font-size:1.9rem;
}

.textA{
font-size:1.7rem;
}

.textB{
font-size:1.5rem;
}
}

/* -- ******************************************************** -- */
/* -- ********************** MEDIA QUERY ********************* -- */
@media screen and (max-width: 575px){
p{
/* color:white; */
font-size:3rem;
}

/* -- FONT -- */
.titleA{
font-size:2.2rem;
}

.titleB{
font-size:2rem;
}

.textA{
font-size:1.8rem;
}

.textB{
font-size:1.5rem;
}
}